diff options
Diffstat (limited to 'Changes')
| -rw-r--r-- | Changes | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -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. |
