aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5468e6873a..0685bc6222 100644
--- a/Changes
+++ b/Changes
@@ -216,10 +216,17 @@ futex.2
mtk, after a note from Adrian Bunk
FUTEX_FD has been removed, as of kernel 2.6.26.
+futimesat.2
+ mtk
+ Note that this system is made obsolete by utimensat(2).
+
getgroups.2
Petter Reinholdtsen
SEE ALSO: Add getgrouplist(3).
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479284.
+ mtk
+ NGROUPS_MAX increased in kernel 2.6.4.
+ SEE ALSO: Add credentials(7).
getpriority.2
mtk, after a note from Ingo Molnar
@@ -609,6 +616,9 @@ credentials.7
every thread. NPTL does some work to ensure that credential
changes by any thread are carried through to all POSIX threads in
a process.
+ mtk
+ sysconf(_SC_NGROUPS_MAX) can be used to determine the number of
+ supplementary groups that a process may belong to.
epoll.7
mtk, after a note from Sam Varshavchik