Commit Graph

3859 Commits

Author SHA1 Message Date
Michael Kerrisk f2e101d0ca minor rewordings. 2008-02-26 12:44:38 +00:00
Michael Kerrisk 7647b3a10b wfix 2008-02-26 12:35:07 +00:00
Michael Kerrisk 4fecd70377 Clarify error that occurs if we add an epoll fd to its own set. 2008-02-26 12:34:29 +00:00
Michael Kerrisk a4a120c768 Clarify the somewhat unintuitive behavior that occurs if a file
descriptor in an epoll set is closed while other file descriptors
referring to the same underlying open file description remain open.
2008-02-26 12:33:27 +00:00
Michael Kerrisk 752cb57f78 ffix 2008-02-26 10:21:02 +00:00
Michael Kerrisk 865c9fd869 Refinements to last change. 2008-02-26 09:26:25 +00:00
Michael Kerrisk 0af804ac5e clarify discussion of NULL 'hints' argument; other minor rewrites. 2008-02-26 08:27:51 +00:00
Michael Kerrisk 202bf2c868 tfix 2008-02-26 07:30:27 +00:00
Michael Kerrisk 2229c7ae74 Add SEE ALSO entry for standards(7). 2008-02-22 16:45:49 +00:00
Michael Kerrisk ddcc46729e Add SEE ALSO entry for posixoptions(7). 2008-02-22 16:45:27 +00:00
Michael Kerrisk c15e4069f6 Added FIXME. 2008-02-22 15:38:58 +00:00
Michael Kerrisk e5a7fca5cc Clarify detail of RLIMIT_STACK/4 limit for argv+environ. 2008-02-22 15:18:34 +00:00
Michael Kerrisk 0df29603da Add timerfd_create(), timerfd_settime(), and timerfd_gettime() to list. 2008-02-22 13:57:17 +00:00
Michael Kerrisk 86e4fb05c7 Remove FIXMES + some othe rsmall clean-ups. 2008-02-22 13:45:59 +00:00
Michael Kerrisk 005c213f71 Links to eventfd.2 2008-02-22 13:34:50 +00:00
Michael Kerrisk ffaecbc128 minot wording fixes 2008-02-22 13:34:34 +00:00
Michael Kerrisk c4acc6895a Clarify description of realloc() behavior for ((size == 0) && (ptr != NULL)). 2008-02-22 10:06:08 +00:00
Michael Kerrisk bc5ec13168 Minor rewordings. 2008-02-22 07:57:30 +00:00
Michael Kerrisk 017efe3aa7 For 2.79 2008-02-22 07:41:39 +00:00
Michael Kerrisk 6911b29ba8 sync 2008-02-22 07:41:23 +00:00
Michael Kerrisk b447cd586d Update /proc/[number]/cmdline description.
It used to be true that the command line arguments were
not accessible when the process had been swapped out.
In ancient kernels (circa 2.0.*) the problem was that the
kernel relied on get_phys_addr to access the user space buffer,
which stopped working as soon as the process was swapped out.
Recent kernels use get_user_pages for the same purpose and thus
they should not have that limitation.
2008-02-22 07:41:04 +00:00
Michael Kerrisk 8960f1e41c Remove code relating to man1/README, which no longer exists. 2008-02-22 07:40:09 +00:00
Michael Kerrisk fc3b7dbede Added FIXME 2008-02-22 06:59:24 +00:00
Michael Kerrisk 7b16ff4951 Note that POSIX requires localtime() to act as though tzset()
was called, but localtime_r() does not have the same requirement.
See also http://thread.gmane.org/gmane.comp.time.tz/2034/
2008-02-14 16:19:05 +00:00
Michael Kerrisk da4a4c18d8 tfix 2008-02-14 15:06:12 +00:00
Michael Kerrisk dffa9f2b3c Minor fix to description of type==3 and type==4. 2008-02-14 15:04:20 +00:00
Michael Kerrisk 0527015d62 Add info on command type 10.
Add details on types 6, 7, 8, and 9.
Minor grammar fix.
Update LOG_BUF_LEN details.
Update RETURN VALUE section.
Notes capability requirements under EPERM error.
Other minor edits.
2008-02-14 10:32:04 +00:00
Michael Kerrisk c33a62d8c1 Added SEE ALSO entry referring to timerfd_create.2. 2008-02-12 14:40:53 +00:00
Michael Kerrisk 957532b1ba Removed out-of-date FIXMES. 2008-02-12 14:40:24 +00:00
Michael Kerrisk df00cf8359 Links to new timerfd_create.2 page. 2008-02-12 14:35:18 +00:00
Michael Kerrisk 45b81c9c67 Describes timerfd_create(), timerfd_settime(), and timerfd_gettime(),
new in 2.6.2.25.
2008-02-12 14:32:46 +00:00
Michael Kerrisk 1aece62fa5 Start of 2.79 2008-02-12 14:13:27 +00:00
Michael Kerrisk 93a9879911 Ready for 2.78 2008-02-11 11:53:20 +00:00
Michael Kerrisk 48bc0cc9fe Removed tabs 2008-02-11 11:52:22 +00:00
Michael Kerrisk b2a23ade68 Update .TH timestamp 2008-02-11 11:49:23 +00:00
Michael Kerrisk 05affb8f49 sync 2008-02-11 11:42:10 +00:00
Michael Kerrisk 058c11652c Add SEE ALSO entry referring to new signalfd.2 page. 2008-02-11 11:41:18 +00:00
Michael Kerrisk 8b4280907b New page describing eventfd(2) system call. 2008-02-11 11:40:03 +00:00
Michael Kerrisk 5b0bafdd0a New page describing signalfd() system call. 2008-02-11 11:39:31 +00:00
Michael Kerrisk ddc4d3392c Greatly expand the detail on O_DIRECT. 2008-02-11 10:38:24 +00:00
Michael Kerrisk 350d584d17 Fix RETURN VALUE description: in some cases reboot() does not return.
Rename the 'flag' argument to 'cmd', since that is more meaningful,
and also what is used in the kernel source.
Other minor wording changes.
2008-02-11 10:05:05 +00:00
Michael Kerrisk 21a0b03de8 Added FIXMEs 2008-02-11 09:02:41 +00:00
Michael Kerrisk 9eb143a1db Improve wording describing error returns. 2008-01-31 13:29:11 +00:00
Michael Kerrisk 27e42cd904 spfix 2008-01-31 13:20:52 +00:00
Michael Kerrisk b05c61ea64 Start of 2.78. 2008-01-31 13:15:33 +00:00
Michael Kerrisk aa2b592cc1 Start of 2.78 2008-01-31 13:13:53 +00:00
Michael Kerrisk 5b4b27342b Update date in .TH 2008-01-31 11:01:28 +00:00
Michael Kerrisk edd69fa879 sync 2008-01-31 11:00:23 +00:00
Michael Kerrisk c4aae9a738 Fix types for 2 and 4 arguments in splice prototype. 2008-01-31 10:49:03 +00:00
Michael Kerrisk f867dcc700 Explicitly describe return value in the event of an error. 2008-01-31 10:41:08 +00:00