Commit Graph

2896 Commits

Author SHA1 Message Date
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
Michael Kerrisk 1bf04717bd ffix 2007-09-04 06:15:02 +00:00
Michael Kerrisk 8a3ed0f00d ffix 2007-09-01 20:35:26 +00:00
Michael Kerrisk 0f67421e4c Udpdate date in .TH line 2007-09-01 17:30:26 +00:00
Michael Kerrisk 9947a8d79c Update some details on set_zone_reclaim() 2007-09-01 17:29:49 +00:00
Michael Kerrisk 9184e038ac tfix 2007-08-28 13:19:22 +00:00
Michael Kerrisk 331dcbfb3a Since kernel 2.6.22, Linux setitimer() now conforms to POSIX.1,
giving an EINVAL error for a non-canonical tv_usec value.
2007-08-28 13:15:35 +00:00
Michael Kerrisk 67b0af33ba sync 2007-08-28 04:05:19 +00:00
Michael Kerrisk 901f4e5d6c ffix 2007-08-28 03:23:02 +00:00
Michael Kerrisk 57c3a13b09 Small wording tweaks for SO_RCVTIME/SO_SNDTIMEO 2007-08-28 03:19:01 +00:00
Michael Kerrisk 9f8162f91b Correct definition of "struct in_addr". 2007-08-27 15:52:38 +00:00
Michael Kerrisk 6486ef0578 Clarify that SO_SNDTIMEO and SO_RCVTIMEO only have effect for
socket I/O calls; not for multiplexing system calls like
select() and poll().
2007-08-27 15:46:06 +00:00
Michael Kerrisk 9de1f6ccc4 Since linux 2.6.11, /proc/stat has an eighth value for cpu
lines: stolen time, which is the time spent in other operating
systems when running in a virtualized environment.
2007-08-27 15:07:17 +00:00
Michael Kerrisk de9957dcf7 This is some corrections for hier.7:
- missing period for /media and /mnt
- /mnt description is not totally correct, it is true for some
distributions but in others /mnt is used as a temporary FS mount point,
as it is specified by FHS:
http://www.pathname.com/fhs/pub/fhs-2.3.html#MNTMOUNTPOINTFORATEMPORARILYMOUNT
- s/X-Windows/X-Window/ (3 occurrences)
- section "SEE ALSO": s/mount(1)/mount(8)/
2007-08-27 13:40:00 +00:00
Michael Kerrisk 809d01649e I noticed things to correct and to clarify in subsection
"/proc/filesystems" of proc.5:
- clarify filesystems listing: not only FS compiled
  into the kernel, also FS kernel modules currently loaded
- add a reference to fs(5)
- add an explanation for FS marked with "nodev"
- s/mount(1)/mount(8)/, also corrected in section "SEE ALSO"
- clarify usage by mount: the current wording may lead to
  think /proc/filesystems is always used by mount when no FS
  is specified. So, usage of "may" which IMHO is more
  appropriate + additionnal explanations
  In mount(8) we can see:

       If no -t option is given, or if the auto type is
       specified, mount will try to guess the desired type.
       If mount was compiled with the blkid library, the
       guessing is done by this library. Otherwise, mount
       guesses itself by probing the superblock; if that
       does not turn up anything that looks familiar,
       mount will try to read the file /etc/filesystems,
       or, if that does not exist, /proc/filesystems.
       All of the filesystem types listed there will be
       tried, except for those that are labeled "nodev"
       (e.g., devpts, proc and nfs). If /etc/filesystems
       ends in a line with a single * only, mount will
       read /proc/filesystems afterwards.
2007-08-27 13:34:42 +00:00
Michael Kerrisk cf4224d404 Fixed argument type for BLKGETSIZE. 2007-08-27 13:25:23 +00:00
Michael Kerrisk 001bbe30f9 wfix 2007-08-27 13:02:01 +00:00
Michael Kerrisk dc71558861 wfix 2007-08-27 12:54:48 +00:00
Michael Kerrisk b30df7b190 spfix 2007-08-27 12:52:27 +00:00
Michael Kerrisk 030d3025aa Fix path error (s%proc/sys%proc/sys/kernel%) in mentions of
/proc/sys/ostype, /proc/sys/osrelease and proc/sys/version.
2007-08-27 12:26:44 +00:00
Michael Kerrisk dd0fee6722 Add documentation for gethostbyaddr_r().
Plus a few other small fixes.
2007-08-27 12:24:27 +00:00
Michael Kerrisk 414bfa74db Link to gethostbyaddr.3 2007-08-27 12:20:02 +00:00