man-pages/Changes

194 lines
4.0 KiB
Plaintext
Raw Normal View History

2008-07-03 04:14:55 +00:00
==================== Changes in man-pages-3.03 ====================
2007-09-19 21:40:03 +00:00
2008-07-07 07:47:27 +00:00
Released: 2008-07-08, Konolfingen
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-07-03 15:23:24 +00:00
Alain Portal <aportal@univ-montp2.fr>
Andi Kleen <ak@muc.de>
2008-07-04 15:16:35 +00:00
Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Li Zefan <lizf@cn.fujitsu.com>
Paul Jackson <pj@sgi.com>
Sam Varshavchik <mrsam@courier-mta.com>
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-07-03 15:23:24 +00:00
getcpu.2
Andi Kleen, with some text and edits by mtk
Documents the getcpu(2) system call, introduced in Linux 2.6.19.
sched_getcpu.3
mtk
Documents sched_getcpu(3), a wrapper for getcpu(2), provided
2008-07-07 07:46:27 +00:00
since glibc 2.6.
2008-07-02 05:04:54 +00:00
2008-07-03 20:30:45 +00:00
cpuset.7
2008-07-04 15:16:35 +00:00
Paul Jackson, with review and editing by mtk, and comments by
Hidetoshi Seto and Li Zefan
2008-07-03 20:30:45 +00:00
A description of the cpuset file system, the mechanism introduced
kernel 2.6.12 for confining processes to designated processors
and nodes. (Becomes the fourth largest page in man-pages!)
2008-06-11 22:42:54 +00:00
2008-06-12 10:11:40 +00:00
Newly documented interfaces in existing pages
---------------------------------------------
2008-07-04 22:40:25 +00:00
readdir.3
mtk
Add documentation of readdir_r().
2008-06-12 10:11:40 +00:00
New links
---------
2008-07-03 15:23:24 +00:00
updwtmpx.3
Alain Portal
Link to updwtmp.3 (3.02 changelog wrongly said this had been done).
2008-07-04 22:40:25 +00:00
readdir_r.3
mtk
Link to readdir.3.
2008-06-18 09:17:18 +00:00
2007-11-24 13:50:54 +00:00
Global changes
--------------
2007-11-24 10:49:28 +00:00
2008-07-04 16:24:19 +00:00
get_mempolicy.2
mbind.2
sched_setaffinity.2
set_mempolicy.2
mtk
2008-07-07 07:46:27 +00:00
SEE ALSO: Add getcpu(2).
2008-07-04 16:24:19 +00:00
accept.2
2008-07-07 05:26:58 +00:00
close.2
2008-07-04 16:24:19 +00:00
connect.2
2008-07-07 05:26:58 +00:00
dup.2
2008-07-04 16:24:19 +00:00
epoll_wait.2
fcntl.2
flock.2
futex.2
2008-07-07 05:26:58 +00:00
msgop.2
2008-07-04 16:24:19 +00:00
poll.2
read.2
recv.2
select.2
semop.2
send.2
sigwaitinfo.2
2008-07-07 05:26:58 +00:00
spu_run.2
2008-07-04 16:24:19 +00:00
wait.2
write.2
2008-07-07 05:26:58 +00:00
aio_suspend.3
mq_receive.3
mq_send.3
scanf.3
sem_wait.3
usleep.3
inotify.7
2008-07-04 16:24:19 +00:00
mtk
2008-07-04 22:40:25 +00:00
ERRORS: Added reference to signal(7) in discussion of EINTR.
2008-03-19 07:09:48 +00:00
2008-07-06 15:11:05 +00:00
Various pages
mtk
Wrapped very long source lines.
2008-07-02 13:34:07 +00:00
2007-11-24 13:50:54 +00:00
Changes to individual pages
---------------------------
accept.2
mtk
2008-07-04 16:24:19 +00:00
Small wording change.
2008-07-03 15:23:24 +00:00
io_getevents.2
mtk
ERRORS: Add EINTR error.
open.2
mtk
ERRORS: Add EINTR error.
2008-07-04 15:16:35 +00:00
sigaction.2
mtk
Note circumstances in which each SA_* flag is meaningful.
mtk
2008-07-07 07:46:27 +00:00
Describe POSIX specification, and Linux semantics for
SA_NOCLDWAIT when establishing a handler for SIGCHLD.
2008-07-04 15:16:35 +00:00
mtk
Add pointer under SA_RESTART to new text in signal(7)
2008-07-07 07:46:27 +00:00
describing system call restarting.
2008-07-04 15:16:35 +00:00
mtk
Other minor edits.
2008-07-04 16:24:19 +00:00
truncate.2
mtk
ERRORS: Added EINTR error.
2008-07-07 07:46:27 +00:00
A few minor rewordings.
2008-07-04 16:24:19 +00:00
2008-07-04 15:16:35 +00:00
wait.2
mtk
Remove statement that WUNTRACED and WCONTINUED only have effect
2008-07-07 07:46:27 +00:00
if SA_NOCLDSTOP has not been set for SIGCHLD. That's not true.
2008-07-04 15:16:35 +00:00
errno.3
mtk
Add a pointer to signal(7) for further explanation of EINTR.
2008-07-03 15:23:24 +00:00
getgrouplist.3
mtk
SEE ALSO: Add passwd(5).
2008-07-04 22:40:25 +00:00
readdir.3
mtk
Remove <sys/types.h> from SYNOPSIS; POSIX.1-2001 does not
2008-07-07 07:46:27 +00:00
require it.
Some minor rewordings.
2008-07-04 22:40:25 +00:00
sleep.3
mtk
RETURN VALUE: explicitly mention interruption by signal handler.
SEE ALSO: add signal(7).
usleep.3
mtk
POSIX.1-2001 also does not document EINVAL.
2008-07-03 15:23:24 +00:00
group.5
mtk
SEE ALSO: Add getgrent(3), getgrnam(3).
passwd.5
mtk
SEE ALSO: Add getpwent(3), getpwnam(3).
2008-07-03 20:30:45 +00:00
proc.5
mtk
Add pointer to description of /proc/PID/cpuset in cpuset(7).
2008-07-04 15:16:35 +00:00
signal.7
mtk
Add a section describing system call restarting, and noting
2008-07-07 07:46:27 +00:00
which system calls are affected by SA_RESTART, and which
system calls are never restarted.
2008-07-04 15:16:35 +00:00
mtk
Describe the aberrant Linux behavior whereby a stop signal
2008-07-07 07:46:27 +00:00
plus SIGCONT can interrupt some system calls, even if no
signal handler has been established, and note the system
calls that behave this way.
2008-07-04 15:16:35 +00:00
mtk
Note a few more architectures on which signal numbers are valid.
2008-07-07 07:46:27 +00:00
SEE ALSO: added a number of pages.
2008-07-04 22:40:25 +00:00
mtk
Update async-signal-safe function list for POSIX.1-2004 (which
2008-07-07 07:46:27 +00:00
adds sockatmark()).