Commit Graph

2817 Commits

Author SHA1 Message Date
Michael Kerrisk 0daa9e92d0 Fix redundant formatting macros 2007-09-20 16:26:31 +00:00
Michael Kerrisk c11b1abf2e Change mtk's email address 2007-09-20 06:52:22 +00:00
Michael Kerrisk cd5cc33fe5 ffix 2007-09-20 06:42:28 +00:00
Michael Kerrisk f9745c8f22 ffix 2007-09-20 06:41:41 +00:00
Michael Kerrisk c341d6281f ffix 2007-09-20 06:36:16 +00:00
Michael Kerrisk b28be9c548 ffix 2007-09-20 06:33:41 +00:00
Michael Kerrisk dcea0586cf ffix 2007-09-20 06:28:54 +00:00
Michael Kerrisk 87c31cc340 ffix 2007-09-20 06:14:50 +00:00
Michael Kerrisk c6d188aa50 ffix 2007-09-20 06:12:53 +00:00
Michael Kerrisk 4c1a5aca04 ffix 2007-09-20 06:11:55 +00:00
Michael Kerrisk 3f758a7171 Added PROLOG section 2007-09-20 06:03:25 +00:00
Michael Kerrisk a16f85f123 Start of 2.67 2007-09-19 21:45:48 +00:00
Michael Kerrisk e5800b1c97 Start if 2.67 2007-09-19 21:43:44 +00:00
Michael Kerrisk 39e86ed991 Ready for 2.66 2007-09-19 21:42:43 +00:00
Michael Kerrisk fb7339dfa0 Removed trailing white space at end of lines 2007-09-19 21:42:14 +00:00
Michael Kerrisk 2c5cf86604 Removed tabs 2007-09-19 21:42:02 +00:00
Michael Kerrisk 5346e71455 Ready to release 2.66 2007-09-19 21:40:03 +00:00
Michael Kerrisk 028bd83c9a error fix 2007-09-19 21:23:50 +00:00
Michael Kerrisk 3c712482ab Add section numbers to page xrefs 2007-09-19 05:25:58 +00:00
Michael Kerrisk 8da9ae243a s/sync (3)/sync ()/ 2007-09-19 05:25:00 +00:00
Michael Kerrisk 748a6c2b4f tfix 2007-09-18 18:51:51 +00:00
Michael Kerrisk 0d95c3d5c6 wfix 2007-09-18 18:50:44 +00:00
Michael Kerrisk 930d718cf1 ffix 2007-09-18 18:48:39 +00:00
Michael Kerrisk ad3fa0f2a3 ffix 2007-09-18 18:47:32 +00:00
Michael Kerrisk 623c00d49e ffix 2007-09-18 18:43:25 +00:00
Michael Kerrisk 512a1783bc spfix 2007-09-17 17:02:45 +00:00
Michael Kerrisk aadd727c4f Add text cautioning about use of close() in
multithreaded programs.
2007-09-13 19:38:28 +00:00
Michael Kerrisk 0a1a55e0b1 Fix type definition for 'protocol' in prototypes of pmap_set()
and pmap_getport().
2007-09-13 19:18:33 +00:00
Michael Kerrisk 3efbc18c81 Strengthened the warning against using this system call
and note that it may disappear in a future kernel version.
2007-09-13 17:41:38 +00:00
Michael Kerrisk f631e6d3ad minor fixes 2007-09-13 17:21:52 +00:00
Michael Kerrisk 9f14bdeaaf Fix broken link 2007-09-13 16:44:47 +00:00
Michael Kerrisk 499f416724 Added description of MSG_CMSG_CLOEXEC (new in 2.6.23). 2007-09-10 04:35:02 +00:00
Michael Kerrisk fe75ec04d3 Added description of O_CLOEXEC (new in 2.6.23) + other
minor fixes for O_DIRECT.
2007-09-10 04:34:20 +00:00
Michael Kerrisk d739f5f8c7 Add text describing limit on total size of argv + evnp,
and changes that occurred with 2.6.23.
Add getopt(3) to SEE ALSO list.
2007-09-10 04:31:59 +00:00
Michael Kerrisk d9a0b2a566 Describes the fallocate() system call, new in 2.6.23. 2007-09-10 04:30:43 +00:00
Michael Kerrisk 60aab1752f Start of 2.66 2007-09-10 04:29:08 +00:00
Michael Kerrisk 65e3781737 Start of 2.66 2007-09-10 04:27:24 +00:00
Michael Kerrisk 8013b71408 Ready for 2.65 2007-09-10 04:17:43 +00:00
Michael Kerrisk 635e8d5a19 Removed trailing white space at end of lines 2007-09-10 04:17:16 +00:00
Michael Kerrisk 31ed3329be Removed tabs 2007-09-10 04:17:05 +00:00
Michael Kerrisk a663e644de Ready for 2.65 2007-09-10 04:14:26 +00:00
Michael Kerrisk c092684fe3 Minor changes 2007-09-10 04:14:12 +00:00
Michael Kerrisk f3edaabb5d Add text noting that PROT_WRITE may (and on x86 does) imply PROT_READ. 2007-09-10 04:10:36 +00:00
Michael Kerrisk 005d444876 Added notes on malloc()'s use of sbrk() and mmap(). 2007-09-10 03:49:52 +00:00
Michael Kerrisk af9c7ff296 Add "#include <stdlib.h>" (to declatre exit(3)) to example program. 2007-09-10 02:44:09 +00:00
Michael Kerrisk c3c1773e57 Remove duplicated words. 2007-09-06 18:26:32 +00:00
Michael Kerrisk 305d65e14b After a call to longjmp(), the values of modified, non-volatile
variables in the function that called setjmp() are unspecified.
2007-09-06 18:26:17 +00:00
Michael Kerrisk a987274895 Add note about perhaps migrating source files into kernel tree,
and splitting off glibc stuff.
2007-09-05 22:36:50 +00:00
Michael Kerrisk cec29a73f9 Small fix to example program. 2007-09-04 11:24:41 +00:00
Michael Kerrisk 4df883b963 ffix 2007-09-04 06:30:39 +00:00