This commit is contained in:
Michael Kerrisk 2008-08-08 15:25:50 +00:00
parent bfcecf8a76
commit ea6ac50ed3
1 changed files with 37 additions and 4 deletions

41
Changes
View File

@ -11,7 +11,9 @@ been incorporated in changes in this release:
Fabian Kreutz <kreutz@dbs.uni-hannover.de>
Filippo Santovito <filippo.santovito@email.it>
Lee Schermerhorn <lee.schermerhorn@hp.com>
Maxin John <maxin.john@gmail.com>
Sam Varshavchik <mrsam@courier-mta.com>
Apologies if I missed anyone!
@ -53,6 +55,15 @@ getitimer.2
CONFORMING TO: POSIX.1-2008 marks getitimer() and setitimer()
obsolete.
mbind.2
Lee Schermerhorn
Fix error conditions, now that the kernel silently ignores
nodes outside the task's cpuset, as long as one valid node
remains.
Now that cpuset man page exists, we can refer to it. Remove
stale comment regarding lack thereof.
mprotect.2
mtk / Maxin John
Remove EFAULT from errors. Under ENOMEM error, note that
@ -64,6 +75,16 @@ msgctl.2
In the ipc_perm structure definition, some fields were
incorrectly named: s/key/__key/ and s/seq/__seq/.
set_mempolicy.2
Lee Schermerhorn
Fix up the error return for nodemask containing nodes disallowed by
the process' current cpuset. Disallowed nodes are now silently ignored,
as long as the nodemask contains at least one node that is on-line,
allowed by the process' cpuset and has memory.
Now that we have a cpuset man page, we can refer to cpusets directly
in the man page text.
setpgid.2
mtk
CONFORMING TO: POSIX.1-2008 marks setpgrp() obsolete.
@ -181,6 +202,10 @@ isalpha.3
mtk
CONFORMING TO: POSIX.1-2008 marks isalpha() as obsolete.
lround.3
mtk
Add reference to fenv(3) for discussion of current rounding mode.
makecontext.3
mtk
CONFORMING TO: POSIX.1-2008 removes the specifications of
@ -194,15 +219,23 @@ opendir.3
mtk
CONFORMING TO: POSIX.1-2008 specifies fdopendir().
rand.3
mtk
CONFORMING TO: POSIX.1-2008 marks rand_r() as obsolete.
pow.3
mtk
BUGS: described buggy NaN return when x is negative and y is large.
See also: http://sources.redhat.com/bugzilla/show_bug.cgi?id=3866.
rand.3
mtk
CONFORMING TO: POSIX.1-2008 marks rand_r() as obsolete.
remainder.3
mtk
Add reference to fenv(3) for discussion of current rounding mode.
round.3
mtk
Add reference to fenv(3) for discussion of current rounding mode.
scalb.3
mtk
CONFORMING TO: POSIX.1-2008 removes the specification of scalb().