This commit is contained in:
Michael Kerrisk 2008-08-27 05:57:06 +00:00
parent 6f0ab035e6
commit 3661b6972a
1 changed files with 23 additions and 0 deletions

23
Changes
View File

@ -10,6 +10,8 @@ The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Gerrit Renker <gerrit@erg.abdn.ac.uk>
Li Zefan <lizf@cn.fujitsu.com>
Mike Bianchi <MBianchi@foveal.com>
Sam Varshavchik <mrsam@courier-mta.com>
Venkatesh Srinivas <me@acm.jhu.edu>
Vijay Kumar <vijaykumar@bravegnu.org>
@ -139,6 +141,11 @@ fcntl.2
mtk
F_DUPFD_CLOEXEC is specified in POSIX.1-2008.
getrlimit.2
mtk
NOTES: Add text mention the shell 'ulimit' (or 'limit')
built-in command for setting resource limits.
gettimeofday.2
mtk
CONFORMING TO: POSIX.1-2008 marks gettimeofday() as obsolete.
@ -276,6 +283,15 @@ sem_init.3
POSIX.1-2008 rectifies the POSIX.1-2001 ommission, specifying
that zero is returned by a successful sem_init() call.
core.5
Mike Bianchi / mtk
Make the page more helpful to non-programmers by referencing
the documentation of the shell's 'ulimit' command in the
discussion of RLIMIT_CORE and RLIMIT_FSIZE.
SEE ALSO: Add bash(1).
mtk
Note that a core dump file can be used in a debugger.
proc.5
mtk
Remove /proc/PID/numa_maps material (it is now in numa(7)).
@ -284,6 +300,13 @@ cpuset.7
mtk
SEE ALSO: Add numa(7).
inotify.7
mtk / Li Zefan
Explain bug that occurred in coalescing identical events in
kernels before 2.6.25.
(See commit 1c17d18e3775485bf1e0ce79575eb637a94494a2
"A potential bug in inotify_user.c" in the 2.6.25 Changelog.)
pthreads.7
mtk
Update thread-safe functions list with changes in POSIX.1-2008.