Commit Graph

4280 Commits

Author SHA1 Message Date
Michael Kerrisk 2b9931bdc4 sync 2008-07-04 15:16:35 +00:00
Michael Kerrisk c1667735e0 tfix 2008-07-04 15:16:26 +00:00
Michael Kerrisk 85ea971667 ffix 2008-07-04 15:16:12 +00:00
Michael Kerrisk 8c69c9232a Note a few more architectures on which signal numbers are valid.
SEE ALSO: added a number of pages.
2008-07-04 15:09:27 +00:00
Michael Kerrisk 743bc3957a tweaks 2008-07-04 14:36:28 +00:00
Michael Kerrisk 48b9ec3fe1 Describe the aberrant Linux behavior whereby a stop signal
plus SIGCONT can interrupt some system calls, even if no
signal handler has been established, and note the system
calls that behave this way.
2008-07-04 13:15:12 +00:00
Michael Kerrisk af3c87d084 Add a section describing system call restarting, and noting
which system calls are affected by SA_RESTART, and which
system calls are never restarted.
2008-07-04 13:13:35 +00:00
Michael Kerrisk 0b6d88cf86 Add a pointer to signal(7) for further explanation of EINTR. 2008-07-04 11:32:03 +00:00
Michael Kerrisk bbd7e60a1b Note that SA_NOCLDSTOP is only meaningful if establishing a
handler for SIGCHLD.
Describe POSIX specification, and Linux semantics for
SA_NOCLDWAIT when establishing a handler for SIGCHLD.
Add pointer under SA_RESTART to new text in signal(7)
describing system call restarting.
Other minor edits.
2008-07-04 11:26:27 +00:00
Michael Kerrisk 8404ecb514 spfix 2008-07-04 10:49:23 +00:00
Michael Kerrisk 21399189b4 Remove statement that WUNTRACED and WCONTINUED only have effect
if SA_NOCLDSTOP has not been set for SIGCHLD.  That's not true.
2008-07-04 10:31:50 +00:00
Michael Kerrisk e7beaaef5c sync 2008-07-03 20:30:45 +00:00
Michael Kerrisk 6a665dfb6e wfix 2008-07-03 20:29:12 +00:00
Michael Kerrisk 506bee474a tstamp 2008-07-03 20:14:38 +00:00
Michael Kerrisk 5c411b17a1 Add pointer to description of /proc/PID/cpuset in cpuset(7). 2008-07-03 20:13:32 +00:00
Michael Kerrisk 0de5014fe0 Document cpuset mechanism for confining processes to processors and nodes. 2008-07-03 19:57:17 +00:00
Michael Kerrisk 367fe71f1f tweak 2008-07-03 19:53:25 +00:00
Michael Kerrisk e91751c96b wfix, alphabetize SEE ALSO 2008-07-03 15:25:03 +00:00
Michael Kerrisk edee4374c9 sync 2008-07-03 15:23:24 +00:00
Michael Kerrisk b22e49b8ec SEE ALSO: Add getpwent(3), getpwnam(3). 2008-07-03 15:23:13 +00:00
Michael Kerrisk a8f6012cc7 SEE ALSO: Add getgrent(3), getgrnam(3). 2008-07-03 15:22:58 +00:00
Michael Kerrisk 5744079a15 SEE ALSO: Add passwd(5). 2008-07-03 15:20:50 +00:00
Michael Kerrisk e87edf19db tstamp 2008-07-03 14:52:47 +00:00
Michael Kerrisk 4d58b4f81e Link to updwtmp.3 2008-07-03 14:50:37 +00:00
Michael Kerrisk 620792cf6f wfix 2008-07-03 14:47:08 +00:00
Michael Kerrisk 59280ec051 tweaks 2008-07-03 12:29:17 +00:00
Michael Kerrisk 830cdc8b69 tweaks 2008-07-03 12:23:52 +00:00
Michael Kerrisk 90fe01c523 tweaks 2008-07-03 12:22:43 +00:00
Michael Kerrisk fa23e0232e SEE ALSO: Add getcpu(2). 2008-07-03 12:20:42 +00:00
Michael Kerrisk 2b65a83f29 Documents sched_getcpu(3), a wrapper for getcpu(2), provided since
glibc 2.6.
2008-07-03 12:14:55 +00:00
Michael Kerrisk 3ee953ef7d wfix 2008-07-03 11:35:54 +00:00
Michael Kerrisk 80997bc33c Documents getcpu() system call, introduced in 2.6.19. 2008-07-03 11:31:29 +00:00
Michael Kerrisk 8018ea0925 wfix + remove FIXME 2008-07-03 09:23:02 +00:00
Michael Kerrisk 6f65dd8529 spfix 2008-07-03 09:21:11 +00:00
Michael Kerrisk 4f66289bbb Start of 3.03 2008-07-03 04:14:55 +00:00
Michael Kerrisk d2f12c79a1 start of 3.03 2008-07-03 03:59:49 +00:00
Michael Kerrisk 0aff16170c Ready for 3.02 2008-07-02 13:44:35 +00:00
Michael Kerrisk 00ac6ce430 Removed trailing white space at end of lines 2008-07-02 13:43:42 +00:00
Michael Kerrisk aa16f45ad9 Removed tabs 2008-07-02 13:43:33 +00:00
Michael Kerrisk e242920a32 ffix 2008-07-02 13:38:55 +00:00
Michael Kerrisk bce4320132 ffix 2008-07-02 13:38:07 +00:00
Michael Kerrisk 4312420d81 tfix 2008-07-02 13:36:21 +00:00
Michael Kerrisk 0f4bfad924 sync 2008-07-02 13:34:07 +00:00
Michael Kerrisk 58891d60c9 sync 2008-07-02 13:32:54 +00:00
Michael Kerrisk 7c85aa6ba5 SEE ALSO: Add sigwait(3). 2008-07-02 13:30:54 +00:00
Michael Kerrisk 124fa3b75a Describe behavior when multiple threads are blocked in
sigwaitinfo()/sigtimedwait().
2008-07-02 13:29:00 +00:00
Michael Kerrisk e95c17261a Documents sigwait(3). 2008-07-02 13:28:08 +00:00
Michael Kerrisk ca9484da96 Add a RETURN VALUE section pointing out that these functions do not
return a value.
2008-07-02 13:07:52 +00:00
Michael Kerrisk 65af053c1b wfix 2008-07-02 13:00:16 +00:00
Michael Kerrisk 4564433c99 Note that the delivery order of multiple pending standard
signals is unspecified.
2008-07-02 12:54:59 +00:00