]> git.ipfire.org Git - thirdparty/man-pages.git/log
thirdparty/man-pages.git
10 years agofallocate.2: tfix
Michael Kerrisk [Tue, 4 Feb 2014 08:08:43 +0000 (09:08 +0100)] 
fallocate.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agofallocate.2: tfix
Yuri Kozlov [Sat, 1 Feb 2014 14:10:50 +0000 (18:10 +0400)] 
fallocate.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agogetauxval.3: wfix
David Prévot [Sat, 1 Feb 2014 02:50:52 +0000 (22:50 -0400)] 
getauxval.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agovdso.7: Add words "virtual dynamic shared object" in DESCRIPTION
Michael Kerrisk [Sat, 1 Feb 2014 06:55:22 +0000 (07:55 +0100)] 
vdso.7: Add words "virtual dynamic shared object" in DESCRIPTION

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agovdso.7: wfix
Michael Kerrisk [Sat, 1 Feb 2014 06:46:37 +0000 (07:46 +0100)] 
vdso.7: wfix

Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agovdso.7: wfix: repetition fix
David Prévot [Sat, 1 Feb 2014 02:50:51 +0000 (22:50 -0400)] 
vdso.7: wfix: repetition fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agopacket.7: ffix
David Prévot [Thu, 30 Jan 2014 22:46:20 +0000 (18:46 -0400)] 
packet.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agopacket.7: ffix
David Prévot [Thu, 30 Jan 2014 16:08:02 +0000 (12:08 -0400)] 
packet.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoepoll_wait.2, poll.2, select.2: Go into more detail on timeout and when call will...
Michael Kerrisk [Fri, 31 Jan 2014 06:47:22 +0000 (07:47 +0100)] 
epoll_wait.2, poll.2, select.2: Go into more detail on timeout and when call will cease blocking

Reported-by: Network Nut <sillystack@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoproc.5: SEE ALSO: Add some further kernel Documentation/sysctl files
Michael Kerrisk [Fri, 31 Jan 2014 06:03:04 +0000 (07:03 +0100)] 
proc.5: SEE ALSO: Add some further kernel Documentation/sysctl files

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetjmp.3: ffix
David Prévot [Wed, 29 Jan 2014 16:45:36 +0000 (12:45 -0400)] 
setjmp.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoman-pages.7: tfix
David Prévot [Wed, 29 Jan 2014 16:12:43 +0000 (12:12 -0400)] 
man-pages.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoepoll_wait.2: Remove word "minimum" from the description of 'timeout'
Michael Kerrisk [Wed, 29 Jan 2014 10:38:08 +0000 (11:38 +0100)] 
epoll_wait.2: Remove word "minimum" from the description of 'timeout'

Reported-by: Network Nut <sillystack@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoiswalpha.3: ATTRIBUTES: Note function that is thread safe with exceptions
Peng Haitao [Tue, 28 Jan 2014 08:13:47 +0000 (16:13 +0800)] 
iswalpha.3: ATTRIBUTES: Note function that is thread safe with exceptions

The function iswalpha() is thread safe with exceptions.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoiswalnum.3: ATTRIBUTES: Note function that is thread safe with exceptions
Peng Haitao [Tue, 28 Jan 2014 07:19:15 +0000 (15:19 +0800)] 
iswalnum.3: ATTRIBUTES: Note function that is thread safe with exceptions

The function iswalnum() is thread safe with exceptions.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoproc.5: spfix: American spelling
David Prévot [Mon, 27 Jan 2014 22:53:08 +0000 (18:53 -0400)] 
proc.5: spfix: American spelling

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoman-pages.7: tfix
David Prévot [Mon, 27 Jan 2014 22:53:07 +0000 (18:53 -0400)] 
man-pages.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoisgreater.3: ATTRIBUTES: Note macros that are thread-safe
Peng Haitao [Mon, 27 Jan 2014 06:56:03 +0000 (14:56 +0800)] 
isgreater.3: ATTRIBUTES: Note macros that are thread-safe

The macros isgreater(), isgreaterequal(), isless(),
islessequal(), islessgreater() and isunordered() are thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoisatty.3: ATTRIBUTES: Note function that is thread-safe
Peng Haitao [Mon, 27 Jan 2014 05:46:36 +0000 (13:46 +0800)] 
isatty.3: ATTRIBUTES: Note function that is thread-safe

The function isatty() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoisalpha.3: ATTRIBUTES: Note functions that are thread-safe
Peng Haitao [Mon, 27 Jan 2014 03:52:17 +0000 (11:52 +0800)] 
isalpha.3: ATTRIBUTES: Note functions that are thread-safe

The functions isalnum(), isalpha(), isascii(), isblank(),
iscntrl(), isdigit(), isgraph(), islower(), isprint(),
ispunct(), isspace(), isupper() and isxdigit() are thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agostrtoul.3: ATTRIBUTES: Note functions that are thread safe with exceptions
Peng Haitao [Mon, 27 Jan 2014 01:52:02 +0000 (09:52 +0800)] 
strtoul.3: ATTRIBUTES: Note functions that are thread safe with exceptions

The functions strtoul(), strtoull() and strtouq() are thread safe
with exceptions.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoperf_event_open.2, printf.3: srcfix
Michael Kerrisk [Wed, 29 Jan 2014 06:05:55 +0000 (07:05 +0100)] 
perf_event_open.2, printf.3: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agopacket.7: Some fixes to Daniel's patch
Michael Kerrisk [Tue, 28 Jan 2014 14:21:24 +0000 (15:21 +0100)] 
packet.7: Some fixes to Daniel's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agopacket.7: Document PACKET_QDISC_BYPASS
Daniel Borkmann [Tue, 10 Dec 2013 15:31:25 +0000 (16:31 +0100)] 
packet.7: Document PACKET_QDISC_BYPASS

New in Linux 3.14.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoutimensat.2: Minor wording fix
Michael Kerrisk [Fri, 24 Jan 2014 12:23:32 +0000 (13:23 +0100)] 
utimensat.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoChanges.old: Fixes to 3.57 changelog
Michael Kerrisk [Fri, 24 Jan 2014 11:52:34 +0000 (12:52 +0100)] 
Changes.old: Fixes to 3.57 changelog

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoStart of man-pages-3.58: updating Changes and Changes.old
Michael Kerrisk [Fri, 24 Jan 2014 11:31:54 +0000 (12:31 +0100)] 
Start of man-pages-3.58: updating Changes and Changes.old

10 years agoStart of man-pages-3.58: updating .Announce and .lsm files
Michael Kerrisk [Fri, 24 Jan 2014 11:31:54 +0000 (12:31 +0100)] 
Start of man-pages-3.58: updating .Announce and .lsm files

10 years agoStart of man-pages-3.58: renaming .Announce and .lsm files
Michael Kerrisk [Fri, 24 Jan 2014 11:31:54 +0000 (12:31 +0100)] 
Start of man-pages-3.58: renaming .Announce and .lsm files

10 years agoReady for 3.57 man-pages-3.57
Michael Kerrisk [Fri, 24 Jan 2014 11:06:28 +0000 (12:06 +0100)] 
Ready for 3.57

10 years agoRemoved trailing white space at end of lines
Michael Kerrisk [Fri, 24 Jan 2014 11:06:21 +0000 (12:06 +0100)] 
Removed trailing white space at end of lines

10 years agoExpanded tabs
Michael Kerrisk [Fri, 24 Jan 2014 11:06:21 +0000 (12:06 +0100)] 
Expanded tabs

10 years agoepoll_wait.2, fallocate.2, gets.3, core.5, man-pages.7, netdevice.7: tstamp
Michael Kerrisk [Fri, 24 Jan 2014 11:05:49 +0000 (12:05 +0100)] 
epoll_wait.2, fallocate.2, gets.3, core.5, man-pages.7, netdevice.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoChanges: Ready for 3.57
Michael Kerrisk [Fri, 24 Jan 2014 11:04:48 +0000 (12:04 +0100)] 
Changes: Ready for 3.57

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agomsgop.2: Document MSG_COPY
Michael Kerrisk [Thu, 23 Jan 2014 11:52:33 +0000 (12:52 +0100)] 
msgop.2: Document MSG_COPY

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agomsgop.2: Note that MSG_EXCEPT is Linux-specific
Michael Kerrisk [Thu, 23 Jan 2014 08:38:21 +0000 (09:38 +0100)] 
msgop.2: Note that MSG_EXCEPT is Linux-specific

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agomsgop.2: tfix
Michael Kerrisk [Thu, 23 Jan 2014 08:31:52 +0000 (09:31 +0100)] 
msgop.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: spfix
Michael Kerrisk [Fri, 24 Jan 2014 04:18:01 +0000 (05:18 +0100)] 
open.2: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: BUGS: Verifying O_TMPFILE support requires checking for *two* errors
Michael Kerrisk [Fri, 24 Jan 2014 04:16:55 +0000 (05:16 +0100)] 
open.2: BUGS: Verifying O_TMPFILE support requires checking for *two* errors

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: srcfix: Update copyright to add mtk
Michael Kerrisk [Wed, 22 Jan 2014 06:18:09 +0000 (07:18 +0100)] 
open.2: srcfix: Update copyright to add mtk

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolinkat.2: Add ENOENT for O_TMPFILE created with O_EXCL
Michael Kerrisk [Wed, 22 Jan 2014 02:55:20 +0000 (03:55 +0100)] 
linkat.2: Add ENOENT for O_TMPFILE created with O_EXCL

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Add text on meaning of O_EXCL + O_TMPFILE
Michael Kerrisk [Wed, 22 Jan 2014 03:01:25 +0000 (04:01 +0100)] 
open.2: Add text on meaning of O_EXCL + O_TMPFILE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Adjust O_TMPFILE code sample
Michael Kerrisk [Wed, 22 Jan 2014 02:50:36 +0000 (03:50 +0100)] 
open.2: Adjust O_TMPFILE code sample

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: wfix
Michael Kerrisk [Tue, 21 Jan 2014 09:25:00 +0000 (10:25 +0100)] 
open.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: grfix
Michael Kerrisk [Tue, 21 Jan 2014 09:23:26 +0000 (10:23 +0100)] 
open.2: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: tfix
Michael Kerrisk [Tue, 21 Jan 2014 08:17:18 +0000 (09:17 +0100)] 
open.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Minor reworking of text referring to fcntl(2) and file status flags
Michael Kerrisk [Tue, 21 Jan 2014 07:57:56 +0000 (08:57 +0100)] 
open.2: Minor reworking of text referring to fcntl(2) and file status flags

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Remove crufty duplicate text on modifying file status flags
Michael Kerrisk [Tue, 21 Jan 2014 07:55:29 +0000 (08:55 +0100)] 
open.2: Remove crufty duplicate text on modifying file status flags

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Add pointer in description to BUGS, for O_ASYNC limitation
Michael Kerrisk [Tue, 21 Jan 2014 06:28:03 +0000 (07:28 +0100)] 
open.2: Add pointer in description to BUGS, for O_ASYNC limitation

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Place O_TMPFILE in alphabetical order
Michael Kerrisk [Tue, 21 Jan 2014 06:24:57 +0000 (07:24 +0100)] 
open.2: Place O_TMPFILE in alphabetical order

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Update CONFORMING TO
Michael Kerrisk [Tue, 21 Jan 2014 03:25:46 +0000 (04:25 +0100)] 
open.2: Update CONFORMING TO

Add POSIX.1-2008.  Add mention of O_TMPFILE.
Update text on various flags that were added in POSIX.1-2008, and
whose definitions can, since glibc 2.12, be obtained by suitably
defining _POSIX_C_SOURCE or _XOPEN_SOURCE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: wfix
Michael Kerrisk [Tue, 21 Jan 2014 03:00:06 +0000 (04:00 +0100)] 
open.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agogetrlimit.2, madvise.2, mount.2, open.2, perf_event_open.2, send.2: tfix: Consistent...
Michael Kerrisk [Tue, 21 Jan 2014 02:40:40 +0000 (03:40 +0100)] 
getrlimit.2, madvise.2, mount.2, open.2, perf_event_open.2, send.2: tfix: Consistent capitalization for "(since Linux...)"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Note that O_TMPFILE requires per-filesystem support
Michael Kerrisk [Mon, 20 Jan 2014 13:52:16 +0000 (14:52 +0100)] 
open.2: Note that O_TMPFILE requires per-filesystem support

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Add ENOENT error for O_TMPFILE
Michael Kerrisk [Tue, 21 Jan 2014 04:55:58 +0000 (05:55 +0100)] 
open.2: Add ENOENT error for O_TMPFILE

On older kernels that don't support O_TMPFILE, O_TMPFILE +
[O_RDWR or O_WRONLY] will produce the error ENOENT if
the directory specified in 'pathname' does not exist.

Reported-by: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Significant enhancements to O_TMPFILE discussion
Michael Kerrisk [Mon, 20 Jan 2014 13:42:18 +0000 (14:42 +0100)] 
open.2: Significant enhancements to O_TMPFILE discussion

Describe use of linkat() with O_TMPFILE.
Note main use cases for O_TMPFILE.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: srcfix
Michael Kerrisk [Mon, 20 Jan 2014 12:34:57 +0000 (13:34 +0100)] 
open.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Fixes to Andy Lutomirski's patch
Michael Kerrisk [Mon, 20 Jan 2014 12:31:25 +0000 (13:31 +0100)] 
open.2: Fixes to Andy Lutomirski's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoopen.2: Document O_TMPFILE
Andy Lutomirski [Wed, 7 Aug 2013 17:31:58 +0000 (10:31 -0700)] 
open.2: Document O_TMPFILE

O_TMPFILE is new in Linux 3.11

Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agogetrlimit.2: Note that rlim_cur can be set lower than current resource consumption
Michael Kerrisk [Wed, 22 Jan 2014 14:44:30 +0000 (15:44 +0100)] 
getrlimit.2: Note that rlim_cur can be set lower than current resource consumption

Reported-by: Марк Коренберг <socketpair@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoselect.2: RETURN VALUE: Fix discussion of treatment of file descriptor sets
Michael Kerrisk [Fri, 24 Jan 2014 09:24:26 +0000 (10:24 +0100)] 
select.2: RETURN VALUE: Fix discussion of treatment of file descriptor sets

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574370

Reported-by: Marc Lehmann <debian-reportbug@plan9.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agotcp.7: srcfix: Add comments with references for TCP_DEFER_ACCEPT
Michael Kerrisk [Fri, 24 Jan 2014 08:39:04 +0000 (09:39 +0100)] 
tcp.7: srcfix: Add comments with references for TCP_DEFER_ACCEPT

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agogetsockopt.2: SEE ALSO: add ip(7) and udp(7)
Michael Kerrisk [Fri, 24 Jan 2014 08:24:39 +0000 (09:24 +0100)] 
getsockopt.2: SEE ALSO: add ip(7) and udp(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoproc.5: Update discussion of wchan
Michael Kerrisk [Fri, 24 Jan 2014 08:01:19 +0000 (09:01 +0100)] 
proc.5: Update discussion of wchan

Remove crufty reference to /etc/psdatabase in /proc/PID/stat.
Add /proc/PID/wchan.

See https://bugs.launchpad.net/ubuntu/+source/manpages/+bug/737452

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agostrtol.3: ATTRIBUTES: Note functions that are thread safe with exceptions
Peng Haitao [Fri, 24 Jan 2014 09:15:55 +0000 (17:15 +0800)] 
strtol.3: ATTRIBUTES: Note functions that are thread safe with exceptions

The functions strtol(), strtoll() and strtoq() are thread safe
with exceptions.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoatof.3, atoi.3, strstr.3, strtod.3, toupper.3, towlower.3, towupper.3, wcscasecmp...
Peng Haitao [Thu, 23 Jan 2014 14:18:35 +0000 (15:18 +0100)] 
atof.3, atoi.3, strstr.3, strtod.3, toupper.3, towlower.3, towupper.3, wcscasecmp.3, wcsncasecmp.3, wcstoimax.3, wcswidth.3, wctrans.3, wctype.3, wcwidth.3: Make wording around thread-safety and setlocale() more precise

Reported-by: Andre Majorel <aym-xunil@teaser.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agostrtoimax.3: ATTRIBUTES: Note functions that are thread safe with exceptions
Peng Haitao [Tue, 21 Jan 2014 03:23:34 +0000 (11:23 +0800)] 
strtoimax.3: ATTRIBUTES: Note functions that are thread safe with exceptions

The functions strtoimax() and strtoumax() are thread safe with
exceptions.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoperf_event_open.2: tfix
Michael Kerrisk [Thu, 23 Jan 2014 13:09:35 +0000 (14:09 +0100)] 
perf_event_open.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoperf_event_open.2: Minor fixes to Vince Weaver's patch
Michael Kerrisk [Thu, 23 Jan 2014 13:07:19 +0000 (14:07 +0100)] 
perf_event_open.2: Minor fixes to Vince Weaver's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoperf_event_open.2 : PERF_SAMPLE_TRANSACTION support in Linux 3.13 (fwd)
Vince Weaver [Wed, 22 Jan 2014 16:00:10 +0000 (11:00 -0500)] 
perf_event_open.2 : PERF_SAMPLE_TRANSACTION support in Linux 3.13 (fwd)

The following patch adds descriptions of the new perf_event_open.2
PERF_SAMPLE_TRANSACTION sample type as added in Linux 3.13.

The descriptions are based on information provided by Andi Kleen,
both in the e-mail

    [PATCH 1/6] perf, core: Add generic transaction flags v5

sent to the linux-kernel list as well as an e-mail

    [PATCH] Document transaction flags in perf_event_open manpage

sent to the linux-man list.

The implementation is based heavily on the Intel Haswell
processor.  Documentation can be found at this page:
http://software.intel.com/en-us/blogs/2013/05/03/intelr-transactional-synchronization-extensions-intelr-tsx-profiling-with-linux-0
as well as in section 18.11.5.1 of volume 3 of the
Intel 64 and IA-32 Architecture Software Developer's Manual.

Also, someone with better manpage formatting skills than I have
should probably investigate why I can't get the last line of
the change to properly tab-align with the .I transaction
heading.

Cowritten-by: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Vince Weaver <vincent.weaver@maine.edu>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocore.5: Mention that %E exists since Linux 3.0
Bernhard Walle [Wed, 22 Jan 2014 20:33:10 +0000 (21:33 +0100)] 
core.5: Mention that %E exists since Linux 3.0

'%E' in the 'core_pattern' has been introduced in kernel commit
57cc083ad9e1bfeeb4a0ee831e7bb008c8865bf0 which was included in
version 3.0. Add that information to the manual page.

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoptrace.2: Add details to descriptions of PTRACE_GETSIGMASK and PTRACE_SETSIGMASK
Michael Kerrisk [Thu, 23 Jan 2014 05:13:57 +0000 (06:13 +0100)] 
ptrace.2: Add details to descriptions of PTRACE_GETSIGMASK and PTRACE_SETSIGMASK

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agotcp.7: srcfix: Update FIXME
Michael Kerrisk [Thu, 23 Jan 2014 04:37:39 +0000 (05:37 +0100)] 
tcp.7: srcfix: Update FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agotcp.7: srcfix: Update FIXME for TCP_COOKIE_TRANSACTIONS
Michael Kerrisk [Thu, 23 Jan 2014 04:34:55 +0000 (05:34 +0100)] 
tcp.7: srcfix: Update FIXME for TCP_COOKIE_TRANSACTIONS

TCP_COOKIE_TRANSACTIONS was removed in Linux 3.10

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agotcp.7: Describe format of tcp_*_congestion_control /proc files
Michael Kerrisk [Thu, 23 Jan 2014 04:18:32 +0000 (05:18 +0100)] 
tcp.7: Describe format of tcp_*_congestion_control /proc files

Describe format of tcp_allowed_congestion_control and
tcp_available_congestion_control.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agotcp.7: Document TCP_CONGESTION
Michael Kerrisk [Thu, 23 Jan 2014 04:11:10 +0000 (05:11 +0100)] 
tcp.7: Document TCP_CONGESTION

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agotcp.7: srcfix: Update copyright
Michael Kerrisk [Thu, 23 Jan 2014 03:49:07 +0000 (04:49 +0100)] 
tcp.7: srcfix: Update copyright

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agotcp.7: Document TCP_USER_TIMEOUT
Michael Kerrisk [Thu, 23 Jan 2014 03:27:29 +0000 (04:27 +0100)] 
tcp.7: Document TCP_USER_TIMEOUT

Text slightly adapted from Jerry Chu's (excellent) commit
message (commit dca43c75e7e545694a9dd6288553f55c53e2a3a3).

Cowritten-by: Jerry Chu <hkchu@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agotcp.7: Fix breakage introduced by 0decd92d55d95e4a8aa11adcf8d4bdcd5a2b72bb
Michael Kerrisk [Thu, 23 Jan 2014 02:39:07 +0000 (03:39 +0100)] 
tcp.7: Fix breakage introduced by 0decd92d55d95e4a8aa11adcf8d4bdcd5a2b72bb

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agotcp.7: srcfix
Michael Kerrisk [Thu, 23 Jan 2014 02:31:19 +0000 (03:31 +0100)] 
tcp.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoepoll_wait.2: Clarify wording of EINTR error
Michael Kerrisk [Wed, 22 Jan 2014 13:13:08 +0000 (14:13 +0100)] 
epoll_wait.2: Clarify wording of EINTR error

See https://bugzilla.kernel.org/show_bug.cgi?id=66571

Reported-by: Jonas Jonsson <jonas@websystem.se>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounlinkat.2: ERRORS: Add EISDIR
Michael Kerrisk [Wed, 22 Jan 2014 12:56:46 +0000 (13:56 +0100)] 
unlinkat.2: ERRORS: Add EISDIR

See https://bugzilla.kernel.org/show_bug.cgi?id=29702

Reported-by: Mike Frysinger: <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agofallocate.2: Note filesystems that support FALLOC_FL_PUNCH_HOLE operation
Michael Kerrisk [Wed, 22 Jan 2014 11:38:17 +0000 (12:38 +0100)] 
fallocate.2: Note filesystems that support  FALLOC_FL_PUNCH_HOLE operation

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agolseek.2: Note which filesystems support SEEK_HOLE/SEEK_DATA
Michael Kerrisk [Wed, 22 Jan 2014 11:30:49 +0000 (12:30 +0100)] 
lseek.2: Note which filesystems support SEEK_HOLE/SEEK_DATA

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agokeyctl.2: SEE ALSO: mention Documentation/security/keys.txt
Michael Kerrisk [Wed, 22 Jan 2014 09:55:00 +0000 (10:55 +0100)] 
keyctl.2: SEE ALSO: mention Documentation/security/keys.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agokeyctl.2: srcfix: Add FIXME
Michael Kerrisk [Wed, 22 Jan 2014 09:54:09 +0000 (10:54 +0100)] 
keyctl.2: srcfix: Add FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosocket.7: srcfix: Additions to FIXME list
Michael Kerrisk [Wed, 22 Jan 2014 09:47:49 +0000 (10:47 +0100)] 
socket.7: srcfix: Additions to FIXME list

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agotcp.7: srcfix: Additions to FIXME list
Michael Kerrisk [Wed, 22 Jan 2014 09:38:30 +0000 (10:38 +0100)] 
tcp.7: srcfix: Additions to FIXME list

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosyscalls.2: Remove madvise1() from main list
Michael Kerrisk [Tue, 21 Jan 2014 13:55:27 +0000 (14:55 +0100)] 
syscalls.2: Remove madvise1() from main list

madvise1() is one of the system calls that was never
implemented, and listed toward the bottom of the page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosymlink.7: wfix
Michael Kerrisk [Tue, 21 Jan 2014 13:50:38 +0000 (14:50 +0100)] 
symlink.7: wfix

Reported-by: Thomas Posch <man-pages@online.posch.name>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agofaccessat.2: Note that the system call takes only three arguments
Michael Kerrisk [Tue, 21 Jan 2014 09:57:48 +0000 (10:57 +0100)] 
faccessat.2: Note that the system call takes only three arguments

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agofcntl.2: POSIX.1 specifies F_SETOWN and F_GETOWN for sockets/SIGURG
Michael Kerrisk [Tue, 21 Jan 2014 08:32:00 +0000 (09:32 +0100)] 
fcntl.2: POSIX.1 specifies F_SETOWN and F_GETOWN for sockets/SIGURG

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agofcntl.2: BUGS: The O_SYNC and O_DSYNC flags are not modifiable using F_SETFL
Michael Kerrisk [Tue, 21 Jan 2014 07:50:04 +0000 (08:50 +0100)] 
fcntl.2: BUGS: The O_SYNC and O_DSYNC flags are not modifiable using F_SETFL

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agofcntl.2: Add susbsections under BUGS
Michael Kerrisk [Tue, 21 Jan 2014 07:44:44 +0000 (08:44 +0100)] 
fcntl.2: Add susbsections under BUGS

There's several bugs listed. It's helpful to mark
them separately.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agopthread_setname_np.3: ffix
Simon Paillard [Mon, 20 Jan 2014 22:04:48 +0000 (23:04 +0100)] 
pthread_setname_np.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoman-pages.7: tfix
Simon Paillard [Mon, 20 Jan 2014 21:48:24 +0000 (22:48 +0100)] 
man-pages.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosocket.7: Minor fixes to SO_BUSY_POLL text
Michael Kerrisk [Mon, 20 Jan 2014 16:09:03 +0000 (17:09 +0100)] 
socket.7: Minor fixes to SO_BUSY_POLL text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosocket.7: Add description for SO_BUSY_POLL
Eliezer Tamir [Wed, 10 Jul 2013 14:18:35 +0000 (17:18 +0300)] 
socket.7: Add description for SO_BUSY_POLL

Add description for the SO_BUSY_POLL socket option.

Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agostrtod.3: ATTRIBUTES: Note functions that are thread safe with exceptions
Peng Haitao [Mon, 20 Jan 2014 08:15:12 +0000 (16:15 +0800)] 
strtod.3: ATTRIBUTES: Note functions that are thread safe with exceptions

The functions strtod(), strtof() and strtold() are thread safe
with exceptions.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agostrcmp.3: ATTRIBUTES: Note functions that are thread-safe
Peng Haitao [Mon, 20 Jan 2014 06:35:55 +0000 (14:35 +0800)] 
strcmp.3: ATTRIBUTES: Note functions that are thread-safe

The functions strcmp() and strncmp() are thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>