man-pages/Changes

318 lines
8.6 KiB
Plaintext
Raw Normal View History

2008-08-12 14:39:04 +00:00
==================== Changes in man-pages-3.08 ====================
2007-09-19 21:40:03 +00:00
2008-08-27 06:08:37 +00:00
Released: 2008-08-27, Zurich
2007-09-19 21:40:03 +00:00
2007-11-24 13:50:54 +00:00
Contributors
------------
2007-10-23 11:33:49 +00:00
2007-11-24 13:50:54 +00:00
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2007-09-20 18:15:23 +00:00
2008-08-18 13:05:16 +00:00
Gerrit Renker <gerrit@erg.abdn.ac.uk>
2008-08-27 05:57:06 +00:00
Li Zefan <lizf@cn.fujitsu.com>
Mike Bianchi <MBianchi@foveal.com>
2008-08-18 13:05:16 +00:00
Sam Varshavchik <mrsam@courier-mta.com>
2008-08-18 14:12:48 +00:00
Venkatesh Srinivas <me@acm.jhu.edu>
2008-08-18 13:05:16 +00:00
Vijay Kumar <vijaykumar@bravegnu.org>
2007-11-24 10:49:28 +00:00
2007-11-24 13:50:54 +00:00
Apologies if I missed anyone!
2007-11-24 10:49:28 +00:00
2008-06-11 22:42:54 +00:00
New and rewritten pages
-----------------------
2008-08-18 13:05:16 +00:00
getnetent_r.3
mtk
Documents getnetent_r(), getnetbyname_r(),
2008-08-27 06:07:09 +00:00
and getnetbyaddr_r(), the reentrant equivalents of
getnetent(), getnetbyname(), and getnetbyaddr().
2008-08-18 13:05:16 +00:00
getprotoent_r.3
mtk
Documents getprotoent_r(), getprotobyname_r(), and
2008-08-27 06:07:09 +00:00
getprotobynumber_r(), the reentrant equivalents of
getprotoent(), getprotobyname(), and getprotobynumber().
2008-08-18 13:05:16 +00:00
getrpcent_r.3
mtk
Documents getrpcent_r(), getrpcbyname_r(), and
2008-08-27 06:07:09 +00:00
getrpcbynumber_r(), the reentrant equivalents of
getrpcent(), getrpcbyname(), and getrpcbynumber().
2008-08-18 13:05:16 +00:00
getservent_r.3
mtk
Documents getservent_r(), getservbyname_r(), and
2008-08-27 06:07:09 +00:00
getservbyport_r(), the reentrant equivalents of
getservent(), getservbyname(), and getservbyport().
2008-08-18 13:05:16 +00:00
2008-08-13 08:24:16 +00:00
numa.7
mtk
A new page giving overview details for the Linux NUMA interfaces.
2008-08-27 06:07:09 +00:00
Incorporates some material from mbind.2, and the description
of /proc/PID/numa_maps from proc.5.
2008-08-13 08:24:16 +00:00
2008-08-01 04:53:37 +00:00
2008-08-25 05:00:25 +00:00
Newly documented interfaces in existing pages
---------------------------------------------
crypt.3
mtk
Add description of crypt_r().
2008-08-13 08:24:16 +00:00
New and changed links
---------------------
2008-08-25 05:00:25 +00:00
crypt.3
mtk
New link to crypt.3.
2008-08-18 14:12:48 +00:00
getnetbyname_r.3
getnetbyaddr_r.3
mtk
New links to new getnetent_r.3.
getprotobyname_r.3
getprotobynumber_r.3
mtk
New links to new getprotoent_r.3.
getrpcbyname_r.3
getrpcbynumber_r.3
mtk
New links to new getrpcent_r.3.
getservbyname_r.3
getservbyport_r.3
mtk
New links to new getservent_r.3.
2008-08-13 08:24:16 +00:00
numa_maps.5
mtk
Link to new numa(7) page, which incorporates the
2008-08-27 06:07:09 +00:00
/proc/PID/numa_maps description.
2008-08-13 08:24:16 +00:00
As part of the numactl() package, the /proc/PID/numa_maps
documentation was in a numa_maps.5 page; this link
ensures that "man 5 numa_maps" still works.
(Eventually, we may want to remove this link.)
2008-07-08 12:34:47 +00:00
2007-11-24 13:50:54 +00:00
Global changes
--------------
2007-11-24 10:49:28 +00:00
2008-08-13 08:24:16 +00:00
get_mempolicy.2
mbind.2
move_pages.2
set_mempolicy.2
mtk
2008-08-27 06:07:09 +00:00
Add reference to numa(7) for information on library support.
Added a VERSIONS section.
2008-08-13 08:24:16 +00:00
SEE ALSO: Add numa(7).
2008-07-16 14:01:10 +00:00
2008-08-21 06:57:38 +00:00
faccessat.2
fchmodat.2
fchownat.2
fstatat.2
mkdirat.2
mknodat.2
linkat.2
openat.2
readlinkat.2
renameat.2
symlinkat.2
unlinkat.2
mkfifoat.3
psignal.3
strsignal.3
mtk
2008-08-27 06:07:09 +00:00
These interfaces are specified in POSIX.1-2008.
2008-08-21 06:57:38 +00:00
2008-07-02 13:34:07 +00:00
2007-11-24 13:50:54 +00:00
Changes to individual pages
---------------------------
2008-08-18 13:05:16 +00:00
eventfd.2
Vijay Kumar
When an eventfd overflows, select() indicates the file as both
2008-08-27 06:07:09 +00:00
readable and writable (not as having an exceptional condition).
2008-08-18 13:05:16 +00:00
2008-08-21 06:57:38 +00:00
fcntl.2
mtk
F_DUPFD_CLOEXEC is specified in POSIX.1-2008.
2008-08-27 05:57:06 +00:00
getrlimit.2
mtk
NOTES: Add text mention the shell 'ulimit' (or 'limit')
2008-08-27 06:07:09 +00:00
built-in command for setting resource limits.
2008-08-27 05:57:06 +00:00
2008-08-21 06:57:38 +00:00
gettimeofday.2
mtk
CONFORMING TO: POSIX.1-2008 marks gettimeofday() as obsolete.
2008-08-21 04:39:13 +00:00
link.2
mtk
Note kernel version where Linux stopped following symbolic
2008-08-27 06:07:09 +00:00
links in 'oldpath'; see also http://lwn.net/Articles/294667.
2008-08-21 04:39:13 +00:00
POSIX.1-2008 makes it implementation-dependent whether or not
2008-08-27 06:07:09 +00:00
'oldpath' is dereferenced if it is a symbolic link.
Add a reference to linkat(2) for an interface that allows
precise control of the treatment of symbolic links.
2008-08-21 04:39:13 +00:00
2008-08-13 08:24:16 +00:00
mbind.2
mtk
Remove material on library support and numactl; that material
2008-08-27 06:07:09 +00:00
is now in numactl.7.
2008-08-13 08:24:16 +00:00
2008-08-21 04:39:13 +00:00
mmap.2
mtk
Add kernel version numbers for MAP_32BIT.
2008-08-27 06:07:09 +00:00
Add some details on MAP_32BIT (see http://lwn.net/Articles/294642).
2008-08-21 04:39:13 +00:00
2008-08-13 08:24:16 +00:00
move_pages.2
mtk
Added VERSIONS (from kernel 2.6.18) and CONFORMING TO sections.
2008-08-21 06:57:38 +00:00
open.2
mtk
O_CLOEXEC is specified in POSIX.1-2008.
2008-08-19 21:07:27 +00:00
socket.2
mtk
s/d/domain/ for name of argument.
2008-08-27 06:07:09 +00:00
Add reference to socket(2) for further information on
domain, type, and protocol arguments.
2008-08-19 21:07:27 +00:00
2008-08-21 06:57:38 +00:00
utimensat.2
mtk
CONFORMING TO: POSIX.1-2008 specifies utimensat() and futimens().
dirfd.3
mtk
CONFORMING TO: Add POSIX.1-2008; other minor changes.
2008-08-19 21:07:27 +00:00
exec.3
mtk
Small rewording: "s/returned/failed with/ [an error]".
2008-08-27 06:01:34 +00:00
fmemopen.3
2008-08-25 05:00:25 +00:00
mtk
Since glibc 2.7, it is possible to seek past the end of
2008-08-27 06:07:09 +00:00
a stream created by open_memstream(). Add a BUGS section
describing the bug in earlier glibc versions.
2008-08-25 05:00:25 +00:00
2008-08-18 13:05:16 +00:00
gethostbyname.3
mtk
Clarify exactly which functions are obsoleted by getnameinfo()
and getaddrinfo().
2008-08-13 08:24:16 +00:00
getnetent.3
mtk
Rephrase description in terms of a database, rather than a file.
2008-08-27 06:07:09 +00:00
Note that each of the get*() functions opens a connection to
the database if necessary.
The database connection is held open between get*() calls if
'stayopen' is non-zero (not necessarily 1).
s/zero terminated list/NULL-terminated list/
2008-08-18 13:05:16 +00:00
mtk
In glibc 2.2, the type of the 'net' argument for getnetbyaddr()
2008-08-27 06:07:09 +00:00
changed from 'long' to 'uint32_t'.
2008-08-18 13:05:16 +00:00
mtk
Note that the gethostbyaddr() 'net" argument is in host byte order.
2008-08-18 14:12:48 +00:00
mtk
RETURN VALUE: emphasize that returned pointer points to a
2008-08-27 06:07:09 +00:00
statically allocated structure.
SEE ALSO: add getnetent_r.3.
2008-08-13 08:24:16 +00:00
getprotoent.3
mtk
Rephrase description in terms of a database, rather than a file.
2008-08-27 06:07:09 +00:00
Note that each of the get*() functions opens a connection to
the database if necessary.
The database connection is held open between get*() calls if
'stayopen' is non-zero (not necessarily 1).
s/zero terminated list/NULL-terminated list/
2008-08-18 14:12:48 +00:00
mtk
RETURN VALUE: emphasize that returned pointer points to a
2008-08-27 06:07:09 +00:00
statically allocated structure.
SEE ALSO: add getprotoent_r.3.
2008-08-13 08:24:16 +00:00
2008-08-18 14:12:48 +00:00
getrpcent.3
2008-08-13 08:24:16 +00:00
mtk
2008-08-27 06:07:09 +00:00
s/rpc/RPC/.
2008-08-13 08:24:16 +00:00
Rephrase description in terms of a database, rather than a file.
2008-08-27 06:07:09 +00:00
Note that each of the get*() functions opens a connection to
the database if necessary.
s/zero terminated list/NULL-terminated list/
2008-08-18 14:12:48 +00:00
mtk
RETURN VALUE: emphasize that returned pointer points to a
2008-08-27 06:07:09 +00:00
statically allocated structure.
SEE ALSO: add getrpcent_r.3.
2008-08-13 08:24:16 +00:00
2008-08-18 14:12:48 +00:00
getservent.3
2008-08-13 08:24:16 +00:00
mtk
Rephrase description in terms of a database, rather than a file.
2008-08-27 06:07:09 +00:00
Note that each of the get*() functions opens a connection to
the database if necessary.
The database connection is held open between get*() calls if
'stayopen' is non-zero (not necessarily 1).
s/zero terminated list/NULL-terminated list/
2008-08-18 14:12:48 +00:00
mtk
RETURN VALUE: emphasize that returned pointer points to a
2008-08-27 06:07:09 +00:00
statically allocated structure.
SEE ALSO: add getservent_r.3.
2008-08-13 08:24:16 +00:00
2008-08-21 06:57:38 +00:00
mkdtemp.3
mtk
CONFORMING TO: this function is specified in POSIX.1-2008.
2008-08-18 13:05:16 +00:00
mq_notify.3
Venkatesh Srinivas
s/sigev_notify_function/sigev_thread_function/
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494956.
2008-08-21 06:57:38 +00:00
realpath.3
mtk
Relocate text for resolved_path==NULL case to DESCRIPTION.
2008-08-27 06:07:09 +00:00
POSIX.1-2001 leaves the resolved_path==NULL case as
implementation-defined; POSIX.1-2008 specifies the behavior
described in this man page.
2008-08-21 06:57:38 +00:00
sem_init.3
mtk
2008-08-27 06:02:57 +00:00
POSIX.1-2008 rectifies the POSIX.1-2001 omission, specifying
2008-08-27 06:07:09 +00:00
that zero is returned by a successful sem_init() call.
2008-08-21 06:57:38 +00:00
2008-08-27 05:57:06 +00:00
core.5
Mike Bianchi / mtk
Make the page more helpful to non-programmers by referencing
2008-08-27 06:07:09 +00:00
the documentation of the shell's 'ulimit' command in the
discussion of RLIMIT_CORE and RLIMIT_FSIZE.
SEE ALSO: Add bash(1).
2008-08-27 05:57:06 +00:00
mtk
Note that a core dump file can be used in a debugger.
2008-08-13 08:24:16 +00:00
proc.5
mtk
Remove /proc/PID/numa_maps material (it is now in numa(7)).
cpuset.7
mtk
SEE ALSO: Add numa(7).
2008-08-21 06:57:38 +00:00
2008-08-27 05:57:06 +00:00
inotify.7
mtk / Li Zefan
Explain bug that occurred in coalescing identical events in
2008-08-27 06:07:09 +00:00
kernels before 2.6.25.
(See commit 1c17d18e3775485bf1e0ce79575eb637a94494a2
"A potential bug in inotify_user.c" in the 2.6.25 Changelog.)
2008-08-27 05:57:06 +00:00
2008-08-21 06:57:38 +00:00
pthreads.7
mtk
Update thread-safe functions list with changes in POSIX.1-2008.
2008-08-27 06:07:09 +00:00
SEE ALSO: add proc(5).
2008-08-21 06:57:38 +00:00
signal.7
mtk
Update list of async-sygnal-safe functions for POSIX.1-2008.