tee.2
vmsplice.2
Jens Axboe / Michael Kerrisk
- See also:
+ See also:
http://lwn.net/Articles/118760/
http://lwn.net/Articles/178199/
http://lwn.net/Articles/179492/
fork.2
mtk
Mappings marked with madvise(MADV_DONTFORK) are not inherited
- by child.
+ by child.
getdtablesize.2
mtk
Noted that sysconf(_SC_OPEN_MAX) is preferred in portable
- applications.
-
+ applications.
+
getpagesize.2
mtk
Noted that sysconf(_SC_PAGE_SIZE) is preferred in portable
- applications.
- _SC_PAGE_SIZE is available on most systems.
-
+ applications.
+ _SC_PAGE_SIZE is available on most systems.
+
madvise.2
mtk
Document MADV_REMOVE, new in 2.6.16.
- Document MADV_DONTFORK / MADV_DOFORK, new in 2.6.16.
+ Document MADV_DONTFORK / MADV_DOFORK, new in 2.6.16.
mount.2
mtk / Trond Myklebust
MNT_FORCE can cause data loss.
-
+
mmap.2
mtk
Added note on Linux's old (pre-2.6.12) buggy treatment of
- length==0.
+ length==0.
Justin Pryzby / mtk
Added some EINVAL errors.
msync.2
mtk
Added EBUSY error for case where MS_INVALIDATE is applied to
- a locked region.
+ a locked region.
prctl.2
Marcel Holtmann / mtk
Since kernel 2.6.18, setting 2 for PR_SET_DUMPABLE is no longer
- possible.
+ possible.
Guillem Jover
Updated Linux versions where the options where introduced.
Added PR_SET_TIMING, PR_GET_TIMING, PR_SET_NAME, PR_GET_NAME,
vfork.2
mtk
Noted interactions with fork handlers in multithreaded programs.
-
+
wait4.2
mtk
Added feature test macros to SYNOPSIS.
-
+
clog2.3
mtk / aeb / Kevin Ryde
Fix broken text in description.
mq_receive.3
Britton Leo Kerin
Fix return type in SYNOPSIS; should be "ssize_t" not "mqd_t".
- See Debian bug 387551.
+ See Debian bug 387551.
posix_fadvise.2
Andrew Morton
qsort.2
Hrvoje Niksic
Fix wording referring to the use of strcmp() in 'compar'
- function.
+ function.
See Debian bug 391402.
-
+
sendfile.2
mtk
Added SEE ALSO referring to new splice.2 page.
termios.3
mtk
Documented IUTF8 (which was new in kernel 2.6.4).
-
+
tzset.3
mtk
Added some TZ examples.
- See Debian bug 386087.
+ See Debian bug 386087.
proc.5
mtk