This commit is contained in:
Michael Kerrisk 2008-06-24 03:34:40 +00:00
parent a1c9dc591b
commit 20486e3a7a
1 changed files with 11 additions and 1 deletions

12
Changes
View File

@ -11,6 +11,7 @@ been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Andreas Herrmann <andreas.herrmann3@amd.comm>
Andrew P <ap@zip.com.au>
Andrew Clayton <andrew@digital-domain.net>
Bart Van Assche <bart.vanassche@gmail.com>
Christian Borntraeger <borntraeger@de.ib.com>
@ -109,7 +110,8 @@ proc.5
Document /proc/PID/status.
mtk
Add pointer to description of /proc/PID/cpuset in cpuset(7).
Samuel Thibault / mtk, review by Laurent Vivier and Christian Borntraeger
Samuel Thibault / mtk, review by Laurent Vivier,
Christian Borntraeger, and Andrew P
Document guest (virtual CPU) time field in /proc/stat.
Document guest (virtual CPU) time fields in /proc/PID/stat.
@ -279,6 +281,14 @@ getdents.2
Document d_type field, present since kernel 2.6.4.
Other minor edits.
getitimer.2
mtk
Noted that POSIX.1 leaves interactions with alarm(), sleep(),
and usleep() unspecified.
Linux 2.6.16 removed the MAX_SEC_IN_JIFFIES ceiling on timer
values.
Other minor changes.
io_cancel.2
io_destroy.2
io_getevents.2