- new and rewriten pages
* namespaces.7, pid_namespaces.7, user_namespaces.7
- newly documented interfaces in existing pages
* clone.2: Document CLONE_NEWUSER for creating a new user namespace
* setns.2: Document the PID, user, and mount namespace support
* unshare.2: Document CLONE_NEWPID, CLONE_NEWUSER, CLONE_THREAD,
CLONE_SIGHAND, and CLONE_VM
- see Changes for details
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=127
* new and rewritten pages:
+ open_by_handle_at.2
+inotify.7
* newly documented interfaces in existing pages:
+ PERF_FLAG_FD_CLOEXEC flag (perf_event_open.2)
+ Document _LARGEFILE_SOURCE (feature_test_macros.7)
* see Changes for details
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=99
* New and rewritten pages
restart_syscall.2
New page for restart_syscall(2) system call
* Newly documented interfaces in existing pages
fchownat.2
Document AT_EMPTY_PATH
fstatat.2
Document AT_EMPTY_PATH
linkat.2
Document AT_EMPTY_PATH
open.2
Document O_PATH
See also https://bugzilla.redhat.com/show_bug.cgi?id=885740
* Changes to individual pages
clock_nanosleep.2
futex.2
nanosleep.2
poll.2
sigaction.2
sigreturn.2
signal.7
SEE ALSO: add restart_syscall(2)
open.2
Remove warning that O_DIRECTORY is only for use with opendir(3)
O_DIRECTORY can also be used with, for example, O_PATH.
perf_event_open.2
Improve PERF_SAMPLE_BRANCH_STACK documentation
Fix indentation of the MMAP layout section
The indentation of the MMAP layout section wasn't quite right.
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=78
* Various pages that formerly lacked the information now have
a note under RETURN VALUE that errno is set on error.
* Peng Haitao has submitted patches to around 50 pages that note
functions that are thread-safe or thread-unsafe. For this
purpose, the man-pages add a new section, ATTRIBUTES, as
described in the man-pages(7) manual page. Peng Haitao's
substantial work is ongoing, and more pages will add this
information in the future.
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=76
* Newly documented interfaces in existing pages
sched_rr_get_interval.2
Document /proc/sys/kernel/sched_rr_timeslice_ms
proc.5
Document /proc/[pid]/map_files directory
This directory was added in Linux v3.3 and provides info about
files being mmap-ed in a way very similar to how /proc/[pid]/fd
works.
v2: Added examples of how links look like and noted dependency
on kernel config option CONFIG_CHECKPOINT_RESTORE.
Document /proc/sys/kernel/shm_rmid_forced
capabilities.7
Document /proc/sys/kernel/cap_last_cap
* Global changes
* Various pages
Global fix: fix placement of word "only"
* Various pages
License headers: consistent format
* Various pages
Global fix: s/since kernel/since Linux/
* Various System V IPC pages in Section 2
Add "System V" to .TH line and text
Make it clear that these pages relate to System V IPC,
not POSIX IPC.
* Changes to individual pages
access.2
Clarify RETURN VALUE for F_OK
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705293
alarm.2
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=74
* New and rewritten pages
canonicalize_file_name.3
Rewrite page, adding much more detail
* Global changes
* Various pages
Global fix: s/END_LICENSE/LICENSE_END/
* Various pages
Global fix: s/bitmask/bit mask/
* Changes to individual pages
getent.1
netgroup description incorrectly refers to initgroups
capget.2
Update URL for libcap
fork.2
Port access permission bits (ioperm()) are turned off in the child
futex.2
'timeout' is a minimum duration that the call will wait, not a maximum
ioperm.2
Note that iopl() level of 3 is needed to access ports
'num' is *bits* not bytes!
Linux 2.6.8 lifted the port limit to 65,536
See http://article.gmane.org/gmane.linux.kernel/202624/
From: Stas Sergeev <stsp <at> aknet.ru>
Subject: [patch][rfc] Larger IO bitmap
Date: 2004-05-07 19:55:03 GMT
ioperm() operates on the calling *thread* (not process)
Clarify meaning of 'turn_on' argument
Plus form formatting fixes.
Clarify that default state of permission bits in child is off
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=72
* New and rewritten pages
getunwind.2
New page documenting getunwind(2)
Taken from Red Hat downstream man pages set
Much rewriting
Some text taken from arch/ia64/kernel/unwind.c.
perfmonctl.2
New page documenting IA-64-specific perfmonctl(2)
Taken from Red Hat downstream man pages
Rework discussion of PFM_CREATE_CONTEXT
Add VERSIONS and CONFORMING TO
Note that there is no glibc wrapper
Remove PFM_CREATE_EVTSETS, PFM_DELETE_EVTSETS, PFM_GETINFO_EVTSETS
These don't exist, and it appears they never have.
Fix argument types for PFM_WRITE_PMCS, PFM_WRITE_PMDS, PFM_READ_PMDS
The types that were being used don't exist!
Briefly document PFM_GET_FEATURES, PFM_DEBUG, PFM_GET_PMC_RESET_VAL
gai.conf.5
New page documenting gai.conf
Taken from Red Hat downstream pages
nss.conf.5
New page describing nss.conf
* Newly documented interfaces in existing pages
clock_getres.2
Document CLOCK_REALTIME_COARSE and CLOCK_MONOTONIC_COARSE
Document CLOCK_BOOTTIME
Some improvements to CLOCK_BOOTTIME description
ptrace.2
Document PTRACE_GETREGSET, PTRACE_SETREGSET, PTRACE_SEIZE, and friends
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=70
* New and rewritten pages
perf_event_open.2
New page documenting perf_event_open(2)
pthread_setname_np.3
New page for pthread_setname_np(3) and pthread_getname_np(3)
* Newly documented interfaces in existing pages
prctl.2
Document PR_SET_CHILD_SUBREAPER and PR_GET_CHILD_SUBREAPER
ip.7
Add source-specific multicast sockopts
This patch adds documentation of several source-specific multicast
socket options that were added to kernel with implementation
of IGMPv3 in 2.5.68.
The following socket options were added:
IP_ADD_SOURCE_MEMBERSHIP
IP_DROP_SOURCE_MEMBERSHIP
IP_BLOCK_SOURCE
IP_UNBLOCK_SOURCE
IP_MSFILTER
* Pages moved across sections
getcontext.3
This page really belongs in Section 3 (moved from Section 2)
getdtablesize.3
Move from Section 2
sln.8
New page documenting the 'sln' command provided by glibc
Inspired by a Red Hat downstream page, but with rather
more detail.
* New and changed links
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=68
* New and rewritten pages
kcmp.2
New page for kcmp(2)
* Newly documented interfaces in existing pages
init_module.2
Document finit_module(2)
Document finit_module() 'flags' argument
Document MODULE_INIT_IGNORE_MODVERSIONS and
MODULE_INIT_IGNORE_VERMAGIC. (Some edits by mtk.)
* New and changed links
finit_module.2
New link to init_module.2
__after_morecore_hook.3
__free_hook.3
__malloc_initialize_hook.3
__memalign_hook.3
__realloc_hook.3
New link to malloc_hook.3
* Global changes
* Various pages
Global fix: s/tty/terminal/
* Changes to individual pages
clone.2
Add kernel versions for various CLONE_* constants
CLONE_NEWIPC governs mechanisms that don't have filesystem pathnames
CLONE_NEWIPC doesn't mount the POSIX MQ file system
Add an example program (CLONE_NEWUTS)
Some reworking of CLONE_NEWIPC text
No substantial content changes.
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=66
* New and rewritten pages
s390_runtime_instr.2
New page for s390-specific s390_runtime_instr(2)
if_nameindex.3
Document if_nameindex(3) and if_freenameindex(3)
Edits, improvements and corrections to Hideaki's page
Add an example program
if_nametoindex.3
New page documenting if_nametoindex(3) and if_indextoname(3)
* Newly documented interfaces in existing pages
* New and changed links
if_freenameindex.3
New link to if_nameindex.3
if_indextoname.3
New link to if_nametoindex.3
* Global changes
sysconf.3
cciss.4
Global fix: s/runtime/run time/
* Changes to individual pages
clone.2
Since 2.6.30, CLONE_NEWIPC also supports POSIX message queues
delete_module.2
Small rewording of description of effect of O_TRUNC
getrlimit.2
Document Linux's nonstandard treatment or RLIMIT_CPU soft limit
Upon encountering the RLIMIT_CPU soft limit when a SIGXCPU handler
has been installed, Linux invokes the signal handler *and* raises
the soft limit by one second. This behavior repeats until the
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=64
* New and rewritten pages
delete_module.2
Rewrite to Linux 2.6+ reality
Change license and copyright
There is now nothing left of the original FSF-copyrighted
page. So, change the copyright and license.
Substantial reorganization after comments from Rusty Russell
Rusty notes that O_NONBLOCK is almost always used in
practice. Therefore, it would be better to reorganize
the page to consider that "the default".
init_module.2
Rewrite to Linux 2.6+ reality
Change copyright and license
Little of the original page now remains. Change
copyright and license
Changes after review comments from Rusty Russell
Add various pieces describing Linux 2.6+ behavior
Pieces take from, or inspired by, a patch sent by Kees.
getauxval.3
Document getauxval() function added in glibc 2.16
* Global changes
* Various pages
Global fix: Use consistent capitalization in NAME section
The line(s) in the NAME section should only use capitals
where English usage dictates that. Otherwise, use
lowercase throughout.
* Various pages
Global fix: "userspace" ==> "user space" or "user-space"
Existing pages variously use "userspace or "user space".
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=62
* Newly documented interfaces in existing pages
getenv.3
Document secure_getenv(3)
* New and changed links
phys.2
New link to unimplemented.2
secure_getenv.3
New link to getenv.3
* Global changes
* Various pages
Global fix: s/-/\\-/ when real hyphen is required (e.g., in code)
* Various pages
Global fix: Various consistency fixes for SEE ALSO
* Various pages
Global fix: use "Linux kernel source" consistently
Rather than "kernel source".
* Various pages
Global fix: disable justification and hyphenation in SEE ALSO
For a better visual result, disable justification and hyphenation
in SEE ALSO where page names are long.
* Changes to individual pages
epoll_wait.2
Describe timeout limitation in kernels < 2.6.37
As reported by Fredrik (and as far as I can tell the problem
went back to 2.6.0):
The timeout argument has an upper limit. Any values above that
limit are treated the same as -1, i.e. to wait indefinitely.
The limit is given by:
#define EP_MAX_MSTIMEO min(1000ULL * MAX_SCHEDULE_TIMEOUT / HZ, \
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=60