Commit Graph

3712 Commits

Author SHA1 Message Date
Michael Kerrisk cd6dddf613 Various wording improvements. 2008-04-18 20:38:02 +00:00
Michael Kerrisk f0fa025878 sync 2008-04-18 17:05:40 +00:00
Michael Kerrisk 3736a895a2 Updated FIXME 2008-04-18 17:00:53 +00:00
Michael Kerrisk 090ed1ef8e Improve wording for EAGAIN error in discussion of MSG_DONTWAIT. 2008-04-18 16:17:12 +00:00
Michael Kerrisk 407252794e Batch wfix/ffix 2008-04-18 15:52:17 +00:00
Michael Kerrisk b6e956c0bd Small rewording 2008-04-18 15:51:44 +00:00
Michael Kerrisk 59aa15de7d s/unicode.com/unicode.org/ 2008-04-18 15:46:38 +00:00
Michael Kerrisk 0ce57e09c9 gethostname is in Section 2, not section 3. 2008-04-18 15:45:03 +00:00
Michael Kerrisk ada00e8350 s/backtrace_symbols/backtrace-symbols_fd/ in one sentence. 2008-04-18 15:41:11 +00:00
Michael Kerrisk 0527ad7f3a Add text explicitly noting that sig==0 can be used to check for
the existence of a PID or PGID.
Other minor rewordings.
2008-04-18 15:26:30 +00:00
Michael Kerrisk 25c8faf595 Reworded BUGS text a little. 2008-04-18 15:01:39 +00:00
Michael Kerrisk 7cbaba9031 Various wording cleanups 2008-04-18 07:40:33 +00:00
Michael Kerrisk 2737254c0a tfix 2008-04-17 22:14:08 +00:00
Michael Kerrisk 031cb604f1 Clarify semantics of raise() when called from a multithreaded program.
Rewrites and additions to various parts of the page.
2008-04-17 22:09:20 +00:00
Michael Kerrisk ccea2d571b tfix 2008-04-17 19:37:32 +00:00
Michael Kerrisk 5db77de4ff The MS_REMOUNT changes in 2.4 were at 2.4.10 (not 2.4). 2008-04-17 14:59:13 +00:00
Michael Kerrisk efd9a49f5a Updated FIXME 2008-04-17 07:44:38 +00:00
Michael Kerrisk 17c6928974 Clarify description of setpgid() a little. 2008-04-14 15:57:39 +00:00
Michael Kerrisk 12afd1b404 Added VERSIONS section noting that this system call first appeared in 2.4.11. 2008-04-14 14:46:47 +00:00
Michael Kerrisk ef37eaf2e8 Added note that CLONE_STOP (which no-one ever used anyway) is now deprecated. 2008-04-14 13:03:17 +00:00
Michael Kerrisk ff902aca81 tfix 2008-04-13 20:03:28 +00:00
Michael Kerrisk 6aedbf95cb Looks like the sigqueue() data bug will be fixed in 2.6.25. 2008-04-13 05:48:46 +00:00
Michael Kerrisk 5a776a3bef Small fix to example code 2008-04-12 16:27:05 +00:00
Michael Kerrisk 81307e98f7 Added FIXME. 2008-04-11 11:49:22 +00:00
Michael Kerrisk 4443f8c37c Added comments describing fields in signalfd_siginfo structure. 2008-04-10 10:39:24 +00:00
Michael Kerrisk dbe108ed3d Added BUGS text noting that up to kernel 2.625, the ssi_int
and ssi_ptr fields are not set.
2008-04-10 10:33:35 +00:00
Michael Kerrisk 81b36e1d0b tfix 2008-04-09 15:30:59 +00:00
Michael Kerrisk ffd3fb5531 Added FIXME. 2008-04-09 15:24:39 +00:00
Michael Kerrisk a279595bf7 Minor change to example program. 2008-04-09 12:21:34 +00:00
Michael Kerrisk dc55661bef Minor wording fix 2008-04-09 09:33:49 +00:00
Michael Kerrisk d372f252fa Update fields names in example program (s/signo/ssi_signo/). 2008-04-08 18:32:29 +00:00
Michael Kerrisk 7d2c10f46f Various small fixes, and remove duplicated sentence. 2008-04-08 13:46:51 +00:00
Michael Kerrisk fb43427b28 Remove duplicated text. 2008-04-08 13:45:37 +00:00
Michael Kerrisk 3a2f381997 tfix 2008-04-08 13:30:53 +00:00
Michael Kerrisk f7e9afe8bd ffix+tfix 2008-04-08 13:25:47 +00:00
Michael Kerrisk 635d395977 wfix 2008-04-08 13:04:03 +00:00
Michael Kerrisk 55f4940586 SYNOPSIS: the necessary header file is <unistd.h> not <sys/time.h>! 2008-04-08 11:59:31 +00:00
Michael Kerrisk 9f91e36c26 Note that O_CLOEXEC is in next POSIX revison.
Added a FIXME for other upcoming POSIX changes.
2008-04-08 11:28:12 +00:00
Michael Kerrisk 0e464c2f72 Add a sentence clarifying that even though the default disposition
of SIGCHLD is "ignore", explicitly setting the disposition to
SIG_IGN results in different treatment of zombies.
2008-04-07 21:09:02 +00:00
Michael Kerrisk cfe4a25a9d Update timestamp 2008-04-07 13:09:00 +00:00
Michael Kerrisk c6e5efd8e4 Note that lutimes() is implemented on top of utimensat(2). 2008-04-07 13:08:30 +00:00
Michael Kerrisk be8dd9c85d tfix 2008-04-07 08:56:31 +00:00
Michael Kerrisk 8167059b21 Add warning under NOTES that asctime(), ctime(), gmtime(), and
localtime() may each overwrite the static object returned by any
of the other calls.
2008-09-18 12:26:18 +00:00
Michael Kerrisk fdc6b83141 RETURN VALUE: Note circumstances in which successful malloc() and
calloc() can return NULL.
2008-04-05 04:59:18 +00:00
Michael Kerrisk 0000daa58e Document SIGIO feature (new in 2.6.25) for inotify file descriptors.
Note that select()/poll()/epoll_wait() indicate a ready inotify
file descriptor as readable.
2008-03-25 10:10:15 +00:00
Michael Kerrisk a7e7c7fcfe wfix 2008-03-25 06:29:23 +00:00
Michael Kerrisk 31a7796178 sync 2008-03-20 06:20:23 +00:00
Michael Kerrisk 302ea01382 CONFORMING TO: utimes() is in POSIX.1-2001. 2008-03-20 06:09:01 +00:00
Michael Kerrisk 5cf1222819 tfix 2008-03-19 15:11:03 +00:00
Michael Kerrisk 12a1a9e794 Added FIXME relating to SUSv4 chhanges 2008-03-19 15:09:59 +00:00