Commit Graph

758 Commits

Author SHA1 Message Date
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
Michael Kerrisk de544c10e1 Start of 2.19 2005-12-15 13:12:41 +00:00
Michael Kerrisk 66d75ec9ca Ready for 2.18 2005-12-15 13:05:51 +00:00
Michael Kerrisk 8d5bf1790f Undo accidental deletion of many lines! 2005-12-15 13:04:00 +00:00
Michael Kerrisk 65cb02b927 Ready for 2.18. 2005-12-15 12:57:49 +00:00
Michael Kerrisk f406c335ef Noted details of SO_SNBUF and SO_RCVBUF support for Unix domain sockets. 2005-12-15 12:46:18 +00:00
Michael Kerrisk 17805f5b31 Noted the Linux-specific feature whereby setsockopt() doubles
the value given for SO_SNDBUF and SO_RCVBUF.

Noted kernel imposed minimum values for SO_SNDBUF and SO_RCVBUF.
2005-12-15 12:36:08 +00:00
Michael Kerrisk 69c4c18902 updated FIXME 2005-12-14 16:46:05 +00:00
Michael Kerrisk 512c311c5e Put 'flags' list in alphabetical order. 2005-12-14 16:44:39 +00:00
Michael Kerrisk a28ed21cec Put flags list in alphabetcal order 2005-12-14 16:41:14 +00:00
Michael Kerrisk 8609725360 Added new (UN)SUPPORTED FEATURES section in which it is noted
that Unix domain sockets do not support MSG_OOB or MSG_MORE.
2005-12-14 16:36:17 +00:00
Michael Kerrisk 145ff0249e Added cross-reference from discussion of MSG_MORE to UDP_CORK in udp(7). 2005-12-14 16:30:49 +00:00
Michael Kerrisk 8b9d679941 Add + to unary operator list 2005-12-14 12:50:57 +00:00
Michael Kerrisk d7871cf963 Added err(3) to SEE ALSO 2005-12-14 12:09:39 +00:00
Michael Kerrisk 26b66d19a9 Added CONFORMING TO section noting that these are non-standard BSDisms. 2005-12-14 12:08:59 +00:00