Commit Graph

772 Commits

Author SHA1 Message Date
Michael Kerrisk 964d4d9c5c Format fix 2006-01-14 17:05:44 +00:00
Michael Kerrisk 0ed29c540c Noted use of atexit() to register a function that is
automatically called when a library is unloaded.
2006-01-14 05:37:06 +00:00
Michael Kerrisk bba0618959 Added description of RTLD_DEEPBIND. 2006-01-14 05:14:39 +00:00
Michael Kerrisk 336e88f0f8 Rewrote discussion of dlopen() 'flag' argument;
added description of RTLD_NOLOAD and RTLD_DELETE.
2006-01-14 04:29:47 +00:00
Michael Kerrisk e75529df3b Noted bug that could wrongly cause EPERM in unprivileged
capset() with 'pid' field == getpid().
2006-01-14 03:25:01 +00:00
Michael Kerrisk 95a32af827 Add pointer to random(4) for description of files under
/proc/sys/kernel/random.
2006-01-13 10:04:01 +00:00
Michael Kerrisk f6a5acc97f Add RETURN VALUE section. 2006-01-13 09:58:42 +00:00
Michael Kerrisk 80b50848d0 Replace "SYSV" by "System V" 2006-01-13 09:44:53 +00:00
Michael Kerrisk aa651b3950 Replace "SysV" by "System V" 2006-01-13 09:39:55 +00:00
Michael Kerrisk 845f2c47c6 Grammar/formatting fixes 2006-01-13 09:34:01 +00:00
Michael Kerrisk b1afe07ac9 Small rewording of discussion of SO_BSDCOMPAT (add cross-ref to socket(7)). 2006-01-13 08:28:22 +00:00
Michael Kerrisk 6b4d3c70d5 typo fix 2006-01-13 08:17:15 +00:00
Michael Kerrisk 62d4f1bd38 Relocate misplaced discussion of MSG_DONTWAIT. 2006-01-13 07:56:23 +00:00
Michael Kerrisk 28d88c1751 Global change to many pages...
Various pages use inconsistent terms for 'null byte' (which
is the C99/SUSv3 term for the '\0' character).
To rectify this the following changes were made in these pages:

Replace 'zero byte' with 'null byte'.
Replace 'null character' with 'null byte'.
Replace 'nulls' with 'null bytes'.
Replace 'NUL-terminated' by 'null-terminated'.
Replace 'NUL' by 'null byte'.
Replace 'terminating NUL' by 'terminating null byte'.
Replace 'final NUL' by 'terminating null byte'.
Replace 'NUL character' by 'null byte'.
2006-01-13 02:09:44 +00:00
Michael Kerrisk 89c9a3145e Rewrote substantial parts of the page, and relicensed under GPL. 2006-01-13 00:22:47 +00:00
Michael Kerrisk 16055a24f3 Added GLIBC NOTES describing operation of glibc's
gethostname() wrapper function.
2006-01-12 21:53:50 +00:00
Michael Kerrisk 47a1e7e424 Noted historical use of <stdio.h> to declare getopt(). 2006-01-12 19:46:24 +00:00
Michael Kerrisk afcaf646af Documented /proc/PID/task.
Noted that the contents of /proc/PID/{cwd,exe,fd,root,task} are not
available if the main thread has terminated.
2006-01-11 05:08:42 +00:00
Michael Kerrisk fee44d9bff Noted that EPOLLONESHOT was added in 2.6.2 2006-01-04 11:03:07 +00:00
Michael Kerrisk ae3adaada6 Updates 2006-01-04 10:54:13 +00:00
Michael Kerrisk 57651c15bc Noted that /proc/mounts is pollable since kernel 2.6.15. 2006-01-04 10:52:41 +00:00
Michael Kerrisk dc81d42e12 Updated FIXME 2006-01-04 10:25:08 +00:00
Michael Kerrisk f53ffc4f67 ffix 2006-01-04 09:21:10 +00:00
Michael Kerrisk 3ec2c320d2 Typo fixes 2006-01-04 08:16:00 +00:00
Michael Kerrisk 06d29fde86 Start of 2.21 2006-01-04 08:09:00 +00:00
Michael Kerrisk 3d11b69d6c Start of 2.21 2006-01-04 08:08:07 +00:00
Michael Kerrisk 2548fb7d56 Start of 2.21 2006-01-04 08:07:26 +00:00
Michael Kerrisk 060f826bd0 2.20 2006-01-03 13:00:39 +00:00
Michael Kerrisk f7c196296f Prepare for 2.20 2006-01-03 12:58:30 +00:00
Michael Kerrisk 263f1d81e3 Updates 2006-01-03 12:54:21 +00:00
Michael Kerrisk 56185b42e7 Formatting and source code line break changes (no changes to content!) 2006-01-03 10:58:34 +00:00
Michael Kerrisk d6d5023908 Added FIXME 2006-01-03 07:30:34 +00:00
Michael Kerrisk 78521872af Noted that capability bounding set appeared with kernel 2.2.11. 2006-01-02 13:33:24 +00:00
Michael Kerrisk b62a20b74d Noted that this function is available since glibc 2.2. 2006-01-01 12:00:09 +00:00
Michael Kerrisk 53948b0178 s/nulls/null bytes/ 2006-01-01 07:20:29 +00:00
Michael Kerrisk 34fa629837 Added some text to explain the usual scenario in which
sigaltstack() is employed.
2006-01-01 07:02:49 +00:00
Michael Kerrisk 12f932b20a Start of 2.20 2005-12-23 14:29:06 +00:00
Michael Kerrisk 997c869c46 Start of 2.20 2005-12-23 14:27:28 +00:00
Michael Kerrisk 1c3e3b3d01 2.19 2005-12-23 14:17:50 +00:00
Michael Kerrisk f3c151d682 Ready for 2.19 2005-12-23 14:06:16 +00:00
Michael Kerrisk c5cdd3bb4f Ready for 2.19 2005-12-23 14:03:42 +00:00
Michael Kerrisk f0fcc4cbce Minor changes 2005-12-20 09:42:49 +00:00
Michael Kerrisk 6d56395449 More wording changes for description of pipes. 2005-12-19 15:16:35 +00:00
Michael Kerrisk 284da535f4 Wording fix 2005-12-19 12:53:19 +00:00
Michael Kerrisk db21b6d910 Slight wording change to description of pipes. 2005-12-19 12:49:55 +00:00
Michael Kerrisk 5059acc358 Remove text under EINVAL error: "This may change in the future:
see linux/unix/sock.c for details."  This behaviour has been
unchanged for a long time, and seems unlikely to change.

Add EADDRINUSE to errors.
2005-12-19 10:46:01 +00:00
Michael Kerrisk 89cc227528 Formatting fix 2005-12-19 10:33:47 +00:00
Michael Kerrisk 1df419f2b7 Add cmsg.3 to SEE ALSO. 2005-12-19 09:16:57 +00:00
Michael Kerrisk a30e090e7c Added description of 'x' mode character (exclusive open). 2005-12-15 15:58:16 +00:00
Michael Kerrisk a88415fa5b Start of 2.19 2005-12-15 13:15:05 +00:00