From 3661b6972ae347d6855c96de395a558ea01a3eb2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 27 Aug 2008 05:57:06 +0000 Subject: [PATCH] sync --- Changes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Changes b/Changes index 09a936c87..5f85b91d7 100644 --- a/Changes +++ b/Changes @@ -10,6 +10,8 @@ The following people contributed notes, ideas, or patches that have been incorporated in changes in this release: Gerrit Renker +Li Zefan +Mike Bianchi Sam Varshavchik Venkatesh Srinivas Vijay Kumar @@ -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.