Ready for 2.65

This commit is contained in:
Michael Kerrisk 2007-09-10 04:14:26 +00:00
parent c092684fe3
commit a663e644de
1 changed files with 46 additions and 6 deletions

52
Changes
View File

@ -14,7 +14,9 @@ Andi Kleen <ak@suse.de>
Anton Blanchard <anton@samba.org>
Ari Entlich <lmage11@twcny.rr.com>
Carsten Emde <Carsten.Emde@osadl.org>
François Diakhate <diakhate@enseirb.fr>
Geoff Clare <gclare@gclare.org.uk>
Jon Burgess <jburgess777@googlemail.com>
Julien Cristau <jcristau@debian.org>
Lee Schermerhorn <Lee.Schermerhorn@hp.com>
Mats Wichmann <mats.d.wichmann@intel.com>
@ -24,6 +26,7 @@ Michael Prokop <mika@grml.org>
Mike Frysinger <vapier@gentoo.org>
Nicolas François <nicolas.francois@centraliens.net>
Nicolas George <nicolas.george@ens.fr>
Paul Brook <paul@nowt.org>
Reuben Thomas <rrt@sc3d.org>
Sam Varshavchik <mrsam@courier-mta.com>
Samuel Thibault <samuel.thibault@ens-lyon.org>
@ -38,6 +41,9 @@ Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
Various pages
mtk
Use 'glibc' consistently to refer to GNU C library.
@ -50,6 +56,17 @@ Various pages
Nicolas François
Spelling and formatting fixes, as per Debian bug 439560.
intro.2
select.2
fmtmsg.3
getgrent_r.3
envz_add.3
rtime.3
strptime.3
wordexp.3
Maxime Vaudequin
Add "#include <stdlib.h>" (to declare exit(3)) to example program.
New pages
---------
@ -112,11 +129,6 @@ Makefile
"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.
get_mempolicy.2
Lee Schermerhorn
@ -135,6 +147,16 @@ get_mempolicy.2
added mmap(2) to See Also list.
getitimer.2
mtk
Since kernel 2.6.22, Linux setitimer() now conforms to POSIX.1,
giving an EINVAL error for a non-canonical tv_usec value.
gettimeofday.2
mtk
Replace discussion of timer* macros with a pointer
to new page timeradd.3.
ioctl_list.2
Nicolas George
Fixed argument type for BLKGETSIZE.
@ -165,6 +187,13 @@ mbind.2
added mmap(2), shmget(2), shmat(2) to See Also list.
mmap.2
mprotect.2
François Diakhate
Add text noting that PROT_WRITE may (and on x86 does)
imply PROT_READ.
See Debian bug 441387.
nfsservctl.2
Aleksandr Koltsoff
Fix prototype.
@ -305,6 +334,10 @@ getmntent.3
mtk
Fix misnamed function references.
getopt.3
Jon Burgess
Fix small error in example program.
getrpcent.3
mtk
Add setrpcent and endrpcent to NAME line.
@ -338,6 +371,11 @@ log1p.3
mtk
Add log1pf and log1pl to NAME line.
longjmp.3
Paul Brook / mtk
After a call to longjmp(), the values of modified, non-volatile
variables in the function that called setjmp() are unspecified.
makecontext.3
Aleksandr Koltsoff
Fix makecontext() prototype.
@ -347,7 +385,9 @@ malloc.3
Explain what happens for malloc(0), or calloc() where one of the
arguments is 0.
mtk
Add alloca(3) to SEE ALSO.
Added notes on malloc()'s use of sbrk() and mmap().
mtk
Add mmap(2), alloca(3) to SEE ALSO.
mq_close.3
mq_getattr.3