man-pages/Changes

122 lines
2.9 KiB
Plaintext
Raw Normal View History

2006-05-12 18:12:51 +00:00
==================== Changes in man-pages-2.32 ====================
2006-05-12 18:12:51 +00:00
Released: 2006-05-13
2005-11-03 14:09:48 +00:00
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2006-05-12 18:12:51 +00:00
Andries Brouwer <Andries.Brouwer@cwi.nl>
Johannes Weiner <root@hnaz.ath.cx>
2006-04-21 06:49:34 +00:00
Justin Pryzby <justinpryzby@users.sourceforge.net>
Karel Kulhavy <clock@twibright.com>
2006-05-12 18:12:51 +00:00
Paul Brook <paul@nowt.org>
Pavel Heimlich <tropikhajma@seznam.cz>
2006-03-31 05:18:04 +00:00
2006-02-09 19:11:41 +00:00
Apologies if I missed anyone!
2005-12-13 11:22:52 +00:00
2006-03-24 06:14:30 +00:00
2006-05-01 23:38:04 +00:00
New pages
---------
2006-05-12 18:12:51 +00:00
faccessat.2
2006-05-01 23:38:04 +00:00
mtk
2006-05-12 18:12:51 +00:00
New page for faccessat(2), new in 2.6.16.
2006-05-01 23:38:04 +00:00
2006-05-12 18:12:51 +00:00
fchmodat.2
2006-05-01 23:38:04 +00:00
mtk
2006-05-12 18:12:51 +00:00
New page for fchmodat(2), new in 2.6.16.
2006-05-01 23:38:04 +00:00
2006-05-12 18:12:51 +00:00
fchownat.2
2006-05-01 23:38:04 +00:00
mtk
2006-05-12 18:12:51 +00:00
New page for fchownat(2), new in 2.6.16.
2006-05-01 23:38:04 +00:00
2006-05-12 18:12:51 +00:00
futimesat.2
2006-05-01 23:38:04 +00:00
mtk
2006-05-12 18:12:51 +00:00
New page for futimesat(2), new in 2.6.16.
2006-04-06 08:27:24 +00:00
2006-02-16 18:36:27 +00:00
2005-11-03 14:09:48 +00:00
Changes to individual pages
---------------------------
2006-01-04 10:54:13 +00:00
2006-05-12 18:12:51 +00:00
access.2
mtk
Add SEE ALSO reference pointing to new faccessat.2 page.
2006-05-01 23:38:04 +00:00
2006-05-12 18:12:51 +00:00
capget.2
2006-05-01 23:38:04 +00:00
mtk
2006-05-12 18:12:51 +00:00
Reworded to reflect that capabilities are per-thread.
2006-05-01 23:38:04 +00:00
2006-05-12 18:12:51 +00:00
chmod.2
mtk
Add SEE ALSO reference pointing to new fchmodat.2 page.
2006-04-21 06:49:34 +00:00
2006-05-12 18:12:51 +00:00
chown.2
2006-04-21 06:49:34 +00:00
mtk
2006-05-12 18:12:51 +00:00
Add SEE ALSO reference pointing to new fchownat.2 page.
2006-04-21 06:49:34 +00:00
2006-05-12 18:12:51 +00:00
mmap.2
2006-05-01 23:38:04 +00:00
mtk
2006-05-12 18:12:51 +00:00
Updated discussion of MAP_NORESERVE since it is no longer
restricted to MAP_PRIVATE mappings.
Add reference to discussion of /proc/sys/vm/overcommit_memory
in proc.5.
2006-05-01 23:38:04 +00:00
openat.2
mtk
2006-05-12 18:12:51 +00:00
Add SEE ALSO reference pointing to new faccessat.2, fchmodat.2,
fchownat.2, futimesat.2 pages.
2006-05-01 23:38:04 +00:00
2006-04-21 06:49:34 +00:00
shmget.2
2006-05-01 23:38:04 +00:00
mtk
2006-05-12 18:12:51 +00:00
Document SHM_NORESERVE flag, new in 2.6.15.
2006-05-01 23:38:04 +00:00
2006-05-12 18:12:51 +00:00
truncate.2
Paul Brook / mtk
Expand text noting that ftruncate()/truncate() may fail if
asked to extend a file beyond its current length.
Add EPERM error.
2006-05-01 23:38:04 +00:00
2006-05-12 18:12:51 +00:00
utime.2
2006-04-21 06:49:34 +00:00
mtk
2006-05-12 18:12:51 +00:00
Add SEE ALSO reference pointing to new futimesat.2 page.
2006-04-21 06:49:34 +00:00
2006-05-12 18:12:51 +00:00
fopen.3
Justin Pryzby / mtk
Document 'm' (mmap) flag.
Debian bug 365754.
2006-04-21 06:49:34 +00:00
mtk
2006-05-12 18:12:51 +00:00
Document 'c' (notcancel) flag.
2006-04-21 06:49:34 +00:00
2006-05-12 18:12:51 +00:00
futimes.3
2006-04-21 06:49:34 +00:00
mtk
2006-05-12 18:12:51 +00:00
Add SEE ALSO reference pointing to new futimesat.2 page.
2006-05-01 23:38:04 +00:00
2006-05-12 18:12:51 +00:00
qsort.3
Johannes Weiner
Add missing "const" qualifies to cast in EXAMPLE.
mtk
Slight rewording of comments in EXAMPLE.
2006-05-01 23:38:04 +00:00
2006-05-12 18:12:51 +00:00
termios.3
Karel Kulhavy
Clarify meaning of IXANY.
Clarify relationship of MIN with VMIN and TIME with VTIME.
2006-05-01 23:38:04 +00:00
mtk
2006-05-12 18:12:51 +00:00
Noted that CIBAUD, OFDEL, and DELECHO are not implemented
on Linux.
Added explanatory paragraph for phrases "not in POSIX" and
"XSI".
capabilities.7
mtk
Reworded to reflect that capabilities are per-thread.
Add ioprio_set() to list of operations permitted by
CAP_SYS_NICE.
Add ioprio_set() IOPRIO_CLASS_RT and IOPRIO_CLASS_IDLE
scheduling classes to list op operations permitted by
CAP_SYS_ADMIN.
Note effects of CAP_SYS_NICE for migrate_pages().