Commit Graph

3597 Commits

Author SHA1 Message Date
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
Michael Kerrisk 4701fc284e Add ENOSYS error to errors. 2008-01-31 10:35:05 +00:00
Michael Kerrisk 55ae3c86d1 Clarify description of return value for WNOHANG. 2008-01-31 10:30:12 +00:00
Michael Kerrisk cfc621b5d9 Added FIXME 2008-01-30 10:46:05 +00:00
Michael Kerrisk cac3d1432f sync 2008-01-30 10:44:12 +00:00
Michael Kerrisk acc113e5e8 Removed tabs 2008-01-30 10:20:08 +00:00
Michael Kerrisk 554c0f640f sync 2008-01-30 10:16:52 +00:00
Michael Kerrisk 0bb9038bea Further refinements of discussion of when to use/not use alloca(). 2008-01-30 10:16:44 +00:00
Michael Kerrisk 25715c9631 tfix 2008-01-30 09:43:13 +00:00
Michael Kerrisk f560fdd55e ffix 2008-01-30 09:41:13 +00:00
Michael Kerrisk dbb8ac51fb ffix 2008-01-27 12:08:05 +00:00
Michael Kerrisk 7d733a8598 Change description in NAME section. 2008-01-24 08:27:15 +00:00
Michael Kerrisk 6c3be22150 Various rewrites and additions (including notes on longjmp() and SIGSEGV).
Weaken warning against use of alloca(), as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461100.
2008-01-24 08:25:10 +00:00