Commit Graph

4790 Commits

Author SHA1 Message Date
Michael Kerrisk 435ecb8e42 Update kernel version numbers relating to real-time support. 2008-09-05 06:11:29 +00:00
Michael Kerrisk ed26d24c76 Taken from Debian, with light edits 2008-09-04 14:02:12 +00:00
Michael Kerrisk 0927f4c5cf tweaks 2008-09-03 10:32:22 +00:00
Michael Kerrisk 222815390a sync 2008-09-03 08:10:20 +00:00
Michael Kerrisk 74f7e82aa9 Updated changelog 2008-09-03 08:09:40 +00:00
Michael Kerrisk fc5911e1ea glibc headers: s/ret/retval/; s/tab/htab/.
Integrate discussion of reentrant functions into main discussion
(rather than as a short paragraph at the end).
Other minor additions and changes.
2008-09-03 08:07:02 +00:00
Michael Kerrisk 7a4076fa06 tweaks 2008-09-03 05:55:36 +00:00
Michael Kerrisk 55fbb69b35 Fix return type of ptsname_r() in SYNOPSIS. 2008-09-03 05:23:11 +00:00
Michael Kerrisk bc65b056e3 sync 2008-09-02 14:26:09 +00:00
Michael Kerrisk 4f5aae8404 Update changelog 2008-09-02 14:25:59 +00:00
Michael Kerrisk fe80e23e06 Noted that table size as specified by 'nel' is immutable.
Described differences between hsearch() and hsearch_r().
Added missing pieces to RETURN VALUE.
Added a number of new entries under ERRORS.
NOTES: added some basic advice on sizing the hash table;
noted that when a table is destroyed, the caller is responsible
for freeing the buffers pointed to by 'key' and 'data' fields.
One of the BUGS was fixed in glibc 2.3.
Rewrote and clarified various other pieces.
2008-09-02 14:06:20 +00:00
Michael Kerrisk fca860f5c5 Remove old sentence about where to send updates for this page. 2008-09-02 09:06:49 +00:00
Michael Kerrisk ec113208a5 tfix 2008-09-02 09:05:17 +00:00
Michael Kerrisk 23ec6ff0a6 Document new fields in /proc/interrupts that were added in Linux 2.6.24. 2008-09-02 08:21:31 +00:00
Michael Kerrisk 752a32caf0 sync 2008-09-01 16:11:14 +00:00
Michael Kerrisk b5f5b525f7 tweaks 2008-09-01 16:10:54 +00:00
Michael Kerrisk b1587ca86e Since glibc 2.8, _GNU_SOURCE must be defined in order to get
the definition of the ucred structure from <sys/socket.h>.
2008-09-01 14:57:49 +00:00
Michael Kerrisk 86bd1991a5 Fix typo: s/sigdelset/sigorset/ 2008-09-01 10:42:14 +00:00
Michael Kerrisk e4da5dfcc3 ffix 2008-09-01 10:30:48 +00:00
Michael Kerrisk 0f200f076c Add/fix feature test macro requirements. 2008-08-29 15:50:13 +00:00
Michael Kerrisk 01be45128f wfix 2008-08-29 13:16:21 +00:00
Michael Kerrisk a72c03b7d3 sync 2008-08-29 13:15:35 +00:00
Michael Kerrisk 0302f1019a SEE ALSO: Add clock(3), clock_gettime(3). 2008-08-28 11:16:36 +00:00
Michael Kerrisk dafba96a51 SEE ALSO: Add clock_gettime(3), clock(3). 2008-08-28 11:13:21 +00:00
Michael Kerrisk 77b802ec67 Remove sentence wrongly saying that meminfo reports
info in bytes; note that meminfo reports system-wide
memory usage statistics.
2008-08-28 05:49:20 +00:00
Michael Kerrisk 73edb42bed In the desription if /proc/[pid]/environ, remove reference to
lilo(8)/grub(8) since there seems to be nothing in those pages
that related to this /proc file.
2008-08-27 21:33:19 +00:00
Michael Kerrisk 69119dc7bb s/\[number]/[pid]/ in file names for /proc/PID files.
And similar changes for task/[tid] sub-directories.
2008-08-27 18:25:11 +00:00
Michael Kerrisk ae7a272cca grfix 2008-08-27 14:00:20 +00:00
Michael Kerrisk 6d37b461a7 Start of 3.09 2008-08-27 13:36:21 +00:00
Michael Kerrisk c624eb7d35 Start of 3.09 2008-08-27 13:35:03 +00:00
Michael Kerrisk 76fb34158f Start of 3.09. 2008-08-27 13:03:16 +00:00
Michael Kerrisk 5c8cbdc1b2 Ready for 3.08 2008-08-27 06:08:37 +00:00
Michael Kerrisk 8fe60aeffb Removed trailing white space at end of lines 2008-08-27 06:07:22 +00:00
Michael Kerrisk 685e36fc78 Removed tabs 2008-08-27 06:07:09 +00:00
Michael Kerrisk 5d3b0841c8 sync 2008-08-27 06:02:57 +00:00
Michael Kerrisk 8ef32a2b4d tstamp 2008-08-27 06:02:44 +00:00
Michael Kerrisk e954bebf2b spfix 2008-08-27 06:01:34 +00:00
Michael Kerrisk 3661b6972a sync 2008-08-27 05:57:06 +00:00
Michael Kerrisk 6f0ab035e6 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.)
2008-08-27 04:21:29 +00:00
Michael Kerrisk a2aac0390e SEE ALSO: Add bash(1). 2008-08-26 18:16:56 +00:00
Michael Kerrisk 788901248b 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.
Note that a core dump file can be used in a debugger.
2008-08-26 04:34:37 +00:00
Michael Kerrisk 835363b211 NOTES: Add text mention the shell 'ulimit' (or 'limit')
built-in command for setting resource limits.
2008-08-26 04:19:07 +00:00
Michael Kerrisk 2c0cfe3ccc grfix 2008-08-26 04:11:43 +00:00
Michael Kerrisk 4759224a12 sync 2008-08-25 05:00:25 +00:00
Michael Kerrisk 7fb7a60bb5 Link to crypt.3. 2008-08-25 04:58:00 +00:00
Michael Kerrisk 4e602cb2b0 Add description of crypt_r(). 2008-08-25 04:57:21 +00:00
Michael Kerrisk 3424352d58 SEE ALSO: add proc(5). 2008-08-24 05:46:38 +00:00
Michael Kerrisk 33b1b47eb7 Since glibc 2.7, it is possible to seek past the end of
a stream created by open_memstream().  Add a BUGS section
describing the bug in earlier glibc versions.
2008-08-21 10:06:18 +00:00
Michael Kerrisk a126897a7a Remove FIXME 2008-08-21 08:53:45 +00:00
Michael Kerrisk 9908786738 Remove FIXMEs. 2008-08-21 08:47:09 +00:00