aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-08-08 15:25:50 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-08-08 15:25:50 +0000
commitea6ac50ed39e1c963454c837065ef7beeaccb0b8 (patch)
treef86cc31b0447cad40d2f730defbfedea52889ad6
parentbfcecf8a764cee2efee2e38d039740f646a52bbb (diff)
downloadman-pages-ea6ac50ed39e1c963454c837065ef7beeaccb0b8.tar.gz
sync
-rw-r--r--Changes39
1 files changed, 36 insertions, 3 deletions
diff --git a/Changes b/Changes
index 32a2cc501a..b360280ecb 100644
--- a/Changes
+++ b/Changes
@@ -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,14 +219,22 @@ opendir.3
mtk
CONFORMING TO: POSIX.1-2008 specifies fdopendir().
+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.
-pow.3
+remainder.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.
+ 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