man-pages-3.44 is released

From: Michael Kerrisk (man-pages)
Date: Fri Nov 16 2012 - 01:22:56 EST


Gidday,

I've released man-pages-3.44.tar.gz - man pages for Linux.

Tarball download:
http://www.kernel.org/doc/man-pages/download.html
Git repository:
http://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
Online changelog:
http://man7.org/linux/man-pages/changelog.html#release_3.44

A short summary of the release is blogged at:
http://linux-man-pages.blogspot.com/2012/11/man-pages-344-is-released.html

The current version of the pages is browsable at:
http://man7.org/linux/man-pages/

A few changes in this release that may be of interest to readers of
this list are given below.

Cheers,

Michael

==================== Changes in man-pages-3.44 ====================


New and rewritten pages
-----------------------

delete_module.2
Michael Kerrisk
Rewrite to Linux 2.6+ reality

init_module.2
Michael Kerrisk
Rewrite to Linux 2.6+ reality

getauxval.3
Michael Kerrisk
Document getauxval() function added in glibc 2.16


Changes to individual pages
---------------------------

execve.2
Michael Kerrisk
Document treatment of PR_SET_PDEATHSIG on execve()
Michael Kerrisk
Document treatment of SECBIT_KEEP_CAPS securebits flag on execve()

fork.2
Michael Kerrisk
Note treatment of default timer slack value on fork()

link.2
Michael Kerrisk
Add EPERM error triggered by /proc/sys/fs/protected_hardlink

prctl.2
Kees Cook
update seccomp sections for mode 2 (BPF)
This adds a short summary of the arguments used
for "mode 2" (BPF) seccomp.
Michael Kerrisk
Small improvements to PR_SET_SECCOMP discussion
Note type of 'arg3' for SECCOMP_MODE_FILTER.
Add pointer to Documentation/prctl/seccomp_filter.txt.
Michael Kerrisk
Note 'seccomp' semantics with respect to fork(), execve(), and prctl()
Michael Kerrisk
Document PR_SET_TIMERSLACK and PR_GET_TIMERSLACK
Kees Cook
document PR_SET_NO_NEW_PRIVS, PR_GET_NO_NEW_PRIVS
This adds a short description of the no_new_privs bit,
as described in Documentation/prctl/no_new_privs.txt.

proc.5
Michael Kerrisk
Document /proc/meminfo
Info mostly taken from Documentation/filesystems/proc.txt
and Documentation/vm/hugetlbpage.txt.
Michael Kerrisk
Default for /proc/sys/fs/protected_{hardlinks,symlinks} is now 0
The default setting of 1 in/proc/sys/fs/protected_hardlinks
and /proc/sys/fs/protected_symlinks caused one too many
breakages for Linus's taste, so commit 561ec64ae67e changed
the default for both files to 0.
Note system call error yielded by /proc/sys/fs/protected_symlinks
Note that violating 'protected_symlinks' restrictions
causes system calls to fail with the error EACCES.

ipv6.7
Bert Hubert
Document IPV6_RECVPKTINFO

time.7
Michael Kerrisk
Add a subsection on timer slack
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/