Commit Graph

6141 Commits

Author SHA1 Message Date
Michael Kerrisk 57f0811962 ldconfig.8: tstamp 2009-04-16 03:57:33 +12:00
Michael Kerrisk 0578eea248 Changes: Updates for release 3.21
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-16 03:56:23 +12:00
Michael Kerrisk 6a5cd0e832 pthread_getconcurrency.3: New link to new pthread_setconcurrency(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-16 03:56:02 +12:00
Michael Kerrisk 354fd38dca pthread_setconcurrency.3: New page documenting pthread_setconcurrency(3) and pthread_getconcurrency(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-16 03:56:02 +12:00
Michael Kerrisk fa94592df1 pthread_yield.3: New page documenting pthread_yield(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-16 03:55:53 +12:00
Michael Kerrisk 49019b8e74 ldconfig.8: /etc/ld.so.conf also include libraries found in /lib and /usr/lib
Reported-by: Roman Byshko <rbyshko@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-05 06:30:46 +12:00
Michael Kerrisk b644cdd71b initrd.4: Various minor wording improvements.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-04 07:00:03 +13:00
Frank Dana c0ba15567d initrd.4: Add missing word in description
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-04 06:42:05 +13:00
Michael Kerrisk 79a2258619 feature_test_macros.7: Add an example program
This example program makes it possible to explore what
feature test macros are set depending on the glibc version
and the macros that are explicitly set.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-03 10:48:24 +13:00
Michael Kerrisk 6e047f1692 feature_test_macros.7: Update for glibc 2.10 changes to <features.h>
From glibc 2.10, <features.h> understands the values 200809
for _POSIX_C_SOURCE and 700 for _XOPEN_SOURCE, and makes
corresponding changes to defaults for other feature test macros.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-03 10:14:57 +13:00
Michael Kerrisk daad8dcdcc cpuid.4, msr.4: srcfix: update copyright line, as per Andi Kleen's request
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-01 08:32:21 +13:00
Michael Kerrisk a07973312f Changes.old: minor: fix email addres in 3.20 log
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-01 08:31:59 +13:00
Michael Kerrisk db85058b5f getgrnam.3, getpwnam.3: srcfix: note that glibc 2.7 fixes error handling for "not found" case
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-01 08:30:46 +13:00
Michael Kerrisk 459c4286f8 Changes.old: spfix 2009-03-31 12:48:31 +13:00
Michael Kerrisk 7650b3fbe5 Start of man-pages-3.21: updating Changes and Changes.old 2009-03-31 12:46:47 +13:00
Michael Kerrisk 15432f81ba Start of man-pages-3.21: updating .Announce and .lsm files 2009-03-31 12:46:47 +13:00
Michael Kerrisk 07b0f76da3 Start of man-pages-3.21: renaming .Announce and .lsm files 2009-03-31 12:46:46 +13:00
Michael Kerrisk 4c17f68195 Ready for 3.20 2009-03-31 10:15:05 +13:00
Michael Kerrisk 7c63ca6ced Removed trailing white space at end of lines 2009-03-31 10:13:30 +13:00
Michael Kerrisk 0ef21edeef Expanded tabs 2009-03-31 10:13:18 +13:00
Michael Kerrisk e2f6918e7e Changes: Update for 3.20 changes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 10:07:27 +13:00
Michael Kerrisk f2a5733ca5 getcwd.3, makecontext.3, mq_notify.3: tstamp 2009-03-31 10:07:16 +13:00
Andi Kleen 4b34b3e237 cpuid.4: New page for cpuid access device
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 09:42:33 +13:00
Michael Kerrisk d611514893 rpc.3, xdr.3: spfix: s/in-line/inline/ (consistent with majority usage)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 09:23:02 +13:00
Andi Kleen 027ac74c30 msr.4: New page documenting x86 CPU MSR access device
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 08:33:25 +13:00
Michael Kerrisk f5c7f16bf5 proc.5: Document /proc/sysrq-trigger
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 07:04:27 +13:00
Michael Kerrisk 8ea4ea950c mq_notify.3: Document the POSIX.1-2008 optional EINVAL error
POSIX.1-2008 allows an optional EINVAL error if
notification==NULL and the caller is not currently
registered to receive notifications.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-31 05:09:58 +13:00
Michael Kerrisk 3d81b96737 rename.2: Make ENOENT description consistent with POSIX.1-2008
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 15:19:48 +13:00
Michael Kerrisk 0d244df1c1 posix_memalign.3: srcfix: added comment about memalign() for size==0 case 2009-03-30 15:10:42 +13:00
Michael Kerrisk b6dd683a54 posix_memalign.3: Document handling of size==0 case for posix_memalign()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 15:01:48 +13:00
Michael Kerrisk 642ff1cc5e sem_post.3: Document EOVERFLOW error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 14:55:55 +13:00
Michael Kerrisk 1480fa812e posix_fallocate.3: Document POSIX.1-2001 and POSIX.1-2008 specifications for EINVAL error
See http://bugzilla.kernel.org/show_bug.cgi?id=12919

Reported-by:  Eelco Dolstra <dolstra@tudelft.nl>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 14:16:38 +13:00
Michael Kerrisk 0c4dba9305 posix_fallocate.3: Clarify that EINVAL also occurs of 'len' *equals* zero
See http://bugzilla.kernel.org/show_bug.cgi?id=12919

Reported-by:  Eelco Dolstra <dolstra@tudelft.nl>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 14:09:17 +13:00
Michael Kerrisk 94cffcd707 ptrace.2: Note use of 'data' for PTRACE_SYS{CALL,EMU} and PTRCAE_*_SINGLESTEP
These operations use the 'data' argument as a signal number,
like PTRACE_CONT.

Reported-by: Mike Frysinger <vapier@gentoo.org>
Reported-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 13:32:37 +13:00
Michael Kerrisk 48e4cfa0de getgrent.3, getgrnam.3, getpwent.3, getpwnam.3: Note that returned pointer should not be given to free()
Reported-by: Reuben Thomas <rrt@sc3d.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 12:37:43 +13:00
Michael Kerrisk 03e40141bf getgrent.3: Returned buffer may be statically allocated and overwritten by later calls
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 12:21:02 +13:00
Michael Kerrisk f2ac73c7dc getpwent.3: Returned buffer may be statically allocated and overwritten by later calls
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 12:20:51 +13:00
Michael Kerrisk c34a8ff736 getgrnam.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 11:57:50 +13:00
Michael Kerrisk 57c1b002d9 getpwnam.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 11:41:07 +13:00
Michael Kerrisk d6922779df basename.3: Note that pointers returned by these functions should not be freed
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 11:32:52 +13:00
Michael Kerrisk 90eeb47a64 readdir.3: Note that pointer returned by readdir() should not be given to free(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 11:19:47 +13:00
Amrico Wang 40949ac8b0 proc.5: Document /proc/sys/vm/swappiness
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 11:09:01 +13:00
Michael Kerrisk 67ca98a79b pthread_equal.3: wfix: s/pthread_self/pthread_equal/
Reported-by: Simon Gomizelj <simongmzlg@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 10:44:32 +13:00
Michael Kerrisk c9980d2e56 strerror.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 09:33:27 +13:00
Mike Frysinger c71df6fba0 ptrace.2: only reference <sys/user.h>
The kernel no longer installs linux/user.h, so update
references to sys/user.h.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 09:30:23 +13:00
Michael Kerrisk 8c629c498f rtld-audit.7: Note that multiple libraries in LD_AUDIT doesn't work
This is reportedly fixed in glibc 2.10.
See http://sourceware.org/bugzilla/show_bug.cgi?id=9733

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 07:48:15 +13:00
Michael Kerrisk 7a1a6b6a75 hier.7: Add description of /srv
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520904

Reported-by: Miike O'Connor <stew@vireo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 07:39:38 +13:00
Nikanth Karthikesan f6beb9d7ec lockf.3: Update pointer to documentation in kernel source
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 07:27:50 +13:00
Michael Kerrisk 79bb643078 pthread_exit.3: Fix error in DESCRIPTION: s/pthread_create/pthread_exit/
Reported-by: Chunming Chang <cchang@aerohive.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 07:17:27 +13:00
Michael Kerrisk 4b9e7a8881 toascii.3: Note why POSIX.1-2008 marks this function obsolete
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-15 08:07:55 +13:00