This commit is contained in:
Michael Kerrisk 2008-05-05 20:46:02 +00:00
parent 5744c9e140
commit f078588f87
1 changed files with 22 additions and 1 deletions

23
Changes
View File

@ -19,8 +19,10 @@ Justin Pryzby <justinpryzby@users.sourceforge.net>
Karsten Weiss <K.Weiss@science-computing.de>
Marty Leisner <leisner@rochester.rr.com>
Nicolas François <nicolas.francois@trialog.com>
Theodoros V. Kalamatianos <thkala@softlab.ece.ntua.gr>
Nick Piggin <npiggin@suse.de>
Petter Reinholdtsen <pere@hungry.com>
Reuben Thomas <rrt@sc3d.org>
Theodoros V. Kalamatianos <thkala@softlab.ece.ntua.gr>
Thomas Huriaux <thomas.huriaux@gmail.com>
Tim Stoakes <tim@stoakes.net>
Timothy Baldwin <T.E.Baldwin99@members.leeds.ac.uk>
@ -183,6 +185,11 @@ fork.2
bypasses the fork() system call to invoke clone() with
flags providing equivalent functionality.
getgroups.2
Petter Reinholdtsen
SEE ALSO: Add getgrouplist(3).
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479284.
gettid.2
mtk
Added VERSIONS section noting that this system call first
@ -199,6 +206,10 @@ mmap.2
mtk
Added some .SS headings to make structure of page a little
more obvious.
mtk, with input from Nick Piggin
MAP_POPULATE supports both file and anonymous mappings.
Since 2.6.23, MAP_POPULATE supports private mappings.
Since 2.6.23, MAP_NONBLOCK causes MAP_POPULATE to be a no-op.
mount.2
mtk
@ -327,6 +338,11 @@ ctime.3
of the other calls.
Other minor edits.
dlopen.3
mtk
Add more detail to the description of the fields in the
structure returned by dladdr().
fexecve.3
mtk
Clean up SYNOPSIS after work by cut-and-paste-Pete:
@ -349,6 +365,11 @@ getenv.3
setenv(), or unsetenv().
Other minor rewrites.
getgrent.3
Petter Reinholdtsen
SEE ALSO: Add getgrouplist(3).
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479284.
gethostbyname.3
mtk
Add 'h_errno' to NAME list.