diff --git a/Changes b/Changes index 32a2cc501..b360280ec 100644 --- a/Changes +++ b/Changes @@ -11,7 +11,9 @@ been incorporated in changes in this release: Fabian Kreutz Filippo Santovito +Lee Schermerhorn Maxin John +Sam Varshavchik 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().