Commit Graph

2982 Commits

Author SHA1 Message Date
Michael Kerrisk 26b2443ef7 s/C 99/C99/ 2007-10-03 06:06:31 +00:00
Michael Kerrisk 350038ffb0 Add text noting that since kernel 2.6.16, /proc/slabinfo is
only available if CONFIG_SLAB is enabled.
2007-09-27 18:27:13 +00:00
Michael Kerrisk 56e0e87ff5 Add text desribing EINVAL error for read(2). 2007-09-27 17:59:11 +00:00
Michael Kerrisk ca313a6891 ffix 2007-09-23 17:26:21 +00:00
Michael Kerrisk dbdab2f481 Document:
- new p_flag: PT_GNU_STACK
- new sections: .gnu.version .gnu.version_d .gnu.version_r
  .note.GNU-stack
- new structures: ElfN_Verdef ElfN_Verdaux ElfN_Verneed ElfN_Vernaux
2007-09-23 17:26:09 +00:00
Michael Kerrisk 01a734ef2b ffix 2007-09-23 11:41:50 +00:00
Michael Kerrisk b0aca9e987 Start of 2.68 2007-09-20 18:15:23 +00:00
Michael Kerrisk 796476ae19 Start of 2.68 2007-09-20 18:12:46 +00:00
Michael Kerrisk bc6a5696c3 Ready for 2.67 2007-09-20 18:08:06 +00:00
Michael Kerrisk 9c7e748493 Removed trailing white space at end of lines 2007-09-20 18:07:33 +00:00
Michael Kerrisk 5dec984efe Removed tabs 2007-09-20 18:07:29 +00:00
Michael Kerrisk c8662de468 sync 2007-09-20 18:02:41 +00:00
Michael Kerrisk a8f8dc84ec sync 2007-09-20 17:58:43 +00:00
Michael Kerrisk 22faf92a95 sync 2007-09-20 17:56:48 +00:00
Michael Kerrisk 3fbc42c043 ffix 2007-09-20 17:56:19 +00:00
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