man-pages/Changes

297 lines
6.0 KiB
Plaintext

==================== Changes in man-pages-2.65 ====================
Released: 2007-??-??
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Aleksandr Koltsoff <czr@iki.fi>
Andi Kleen <ak@suse.de>
Anton Blanchard <anton@samba.org>
Ari Entlich <lmage11@twcny.rr.com>
Carsten Emde <Carsten.Emde@osadl.org>
Geoff Clare <gclare@gclare.org.uk>
Julien Cristau <jcristau@debian.org>
Michael Prokop <mika@grml.org>
Mike Frysinger <vapier@gentoo.org>
Sam Varshavchik <mrsam@courier-mta.com>
Samuel Thibault <samuel.thibault@ens-lyon.org>
Thomas Huriaux <thomas.huriaux@gmail.com>
Tolga Dalman <tdalman@project-psi.org>
Ulrich Drepper <drepper@redhat.com>
Vincent Lefevre <vincent@vinc17.org>
Apologies if I missed anyone!
Global changes
--------------
Various pages
mtk
Use 'glibc' consistently to refer to GNU C library.
New pages
---------
timeradd.3
mtk
Description of timeradd(), timersub(), timerclear(),
timerisset(), timercmp() macros for operating on
struct timeval.
Removed pages
-------------
fdatasync.2
mtk
Somehow, over time, material on fdatasync(2) crept into
fsync.2, and fdatasync also got added to the NAME section
of fsync.2. All of the material in fdatasync.2 that was
not already in fsync.2 has now been moved there, and
the former page has been removed.
In place of the content there, is now a link to fsync.2.
New links
---------
timerclear.3
timercmp.3
timerisset.3
timersub.3
mtk
Links to new timeradd.3.
clock_getres.2
clock_gettime.2
clock_settime.2
mtk
Link to man3/clock_getres.3.
fdatasync.2
mtk
Link to fsync.2.
fdopendir.3
mtk
Link to opendir.3.
Changes to individual pages
---------------------------
Makefile
Mike Frysinger
Make the install target of man-pages respect the standard
"DESTDIR" variable as well as check the exit status of the
install command so errors aren't ignored.
gettimeofday.2
mtk
Replace discussion of timer* macros with a pointer
to new page timeradd.3.
nfsservctl.2
Aleksandr Koltsoff
Fix prototype.
oldfstat.2
oldlstat.2
oldstat.2
mtk
Fix broken link
prctl.2
mtk
Update arches/kernel versions for PR_SET_UNALAIGN / PR_GET_UNALIGN.
readahead.2
mtk
Removed SEE ALSO reference to nonexistent fadvise.2.
reboot.2
mtk
Place SYNOPSIS comments inside C comments (/* ... */).
sched_setaffinity.2
Samuel Thibault <samuel.thibault@ens-lyon.org>
Note what thread is affected if 'pid' is specified
as 0, or as the value returned by getpid().
sched_setscheduler.2
Carsten Emde
Add text on real-time features of mainline Linux kernel.
select.2
mtk
sync SYNOPSIS with select.2
sigaction.2
mtk
s/si_sign/si_errno/ in statement about which field is unused.
stat.2
mtk
Improve text describing underlying system calls.
swapon.2
Michael Prokop
EINVAL also occurs if target path is on tmpfs or similar.
See Debian bug 435885.
sync.2
mtk
Incorporated material from now deleted fdatasync.2.
syscall.2
mtk
Small fix in example program.
uname.2
mtk
Improve text describing underlying system calls.
utime.2
Vincent Lefevre / mtk
Clarify utimes() behaviour when 'times' is NULL.
See Debian bug 431480.
mtk
Other minor clarifications of description of utimes().
copysign.3
Vincent Lefevre
s/sign/sign bit/ to remove ambiguity in description.
See Debian bug 435415.
euidaccess.3
mtk
Changed NOTES to VERSIONS.
ffsl.3
mtk
Add ffsl and ffsll to NAME line.
fts.3
mtk
Removed statement that fts functions are expected to appear
soon in POSIX; it's years old and has not yet come to pass.
ftw.3
mtk / Geoff Clare
Fixes/improvements for example program.
getdate.3
mtk
Add getdate_r to NAME section.
getaddrinfo.3
mtk / Geoff Clare
Fixes/improvements for example program.
gethostbyname.3
mtk
Add gethostbyname2, gethostbyname2_r, gethostbyname_r,
gethostent_r to NAME line.
getmntent.3
mtk
Fix misnamed function references.
getrpcent.3
mtk
Add setrpcent and endrpcent to NAME line.
gsignal.3
Aleksandr Koltsoff
Fix gsignal() prototype.
hsearch.3
mtk
Add hcreate_r, hdestroy_r, hsearch_r to NAME line.
isatty.3
mtk
Minor wording fix.
isgreater.3
mtk
Add islessequal to NAME line.
lgamma.3
Vincent Lefevre
Fix CONFORMING TO section.
See Debian bug 417592.
log1p.3
mtk
Add log1pf and log1pl to NAME line.
makecontext.3
Aleksandr Koltsoff
Fix makecontext() prototype.
malloc.3
mtk / Tolga Dalman
Explain what happens for malloc(0), or calloc() where one of the
arguments is 0.
mtk
Add alloca(3) to SEE ALSO.
mq_close.3
mq_getattr.3
mq_notify.3
mq_open.3
mq_receive.3
mq_send.3
mq_unlink.3
mtk
Add "Link with -lrt." to SYNOPSIS.
opendir.3
Ulrich Drepper; some edits and additional text by mtk
Document fdopendir().
readdir.3
mtk, after a note by Andi Kleen
Document DT_* constants for d_type.
Ulrich Drepper / mtk
Rework discussion of non-standard structure fields.
sem_wait.3
mtk
Minor improvements to example program.
syslog.3
mtk
Add vsyslog to NAME section.
wcsspn.3
Aleksandr Koltsoff
Add return type to prototype.
proc.5
mtk
Improve description of num_threads field under /proc/PID/stat.
arp.7
Updated BUGS text referring to jiffies; refer to time.7 instead.
credentials.7
mtk
Add words to note that file system ID is Linux specific.
pthreads.7
mtk
Update text about modern threading implementations
(NPTL vs LinuxThreads).
time.7
mtk
Add SEE ALSO reference to new timeradd.3.