summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Ready for 3.20man-pages-3.20Michael Kerrisk2009-03-31-3/+3
* Removed trailing white space at end of linesMichael Kerrisk2009-03-31-12/+12
* Expanded tabsMichael Kerrisk2009-03-31-2/+2
* Changes: Update for 3.20 changesMichael Kerrisk2009-03-31-3/+405
* getcwd.3, makecontext.3, mq_notify.3: tstampMichael Kerrisk2009-03-31-3/+3
* cpuid.4: New page for cpuid access deviceAndi Kleen2009-03-31-0/+93
* rpc.3, xdr.3: spfix: s/in-line/inline/ (consistent with majority usage)Michael Kerrisk2009-03-31-2/+2
* msr.4: New page documenting x86 CPU MSR access deviceAndi Kleen2009-03-31-0/+56
* proc.5: Document /proc/sysrq-triggerMichael Kerrisk2009-03-31-0/+9
* mq_notify.3: Document the POSIX.1-2008 optional EINVAL errorMichael Kerrisk2009-03-31-0/+11
* rename.2: Make ENOENT description consistent with POSIX.1-2008Michael Kerrisk2009-03-30-4/+12
* posix_memalign.3: srcfix: added comment about memalign() for size==0 caseMichael Kerrisk2009-03-30-0/+2
* posix_memalign.3: Document handling of size==0 case for posix_memalign()Michael Kerrisk2009-03-30-1/+9
* sem_post.3: Document EOVERFLOW errorMichael Kerrisk2009-03-30-1/+5
* posix_fallocate.3: Document POSIX.1-2001 and POSIX.1-2008 specifications for ...Michael Kerrisk2009-03-30-0/+23
* posix_fallocate.3: Clarify that EINVAL also occurs of 'len' *equals* zeroMichael Kerrisk2009-03-30-3/+3
* ptrace.2: Note use of 'data' for PTRACE_SYS{CALL,EMU} and PTRCAE_*_SINGLESTEPMichael Kerrisk2009-03-30-1/+9
* getgrent.3, getgrnam.3, getpwent.3, getpwnam.3: Note that returned pointer sh...Michael Kerrisk2009-03-30-2/+10
* getgrent.3: Returned buffer may be statically allocated and overwritten by la...Michael Kerrisk2009-03-30-1/+8
* getpwent.3: Returned buffer may be statically allocated and overwritten by la...Michael Kerrisk2009-03-30-1/+8
* getgrnam.3: wfixMichael Kerrisk2009-03-30-1/+1
* getpwnam.3: wfixMichael Kerrisk2009-03-30-1/+1
* basename.3: Note that pointers returned by these functions should not be freedMichael Kerrisk2009-03-30-1/+3
* readdir.3: Note that pointer returned by readdir() should not be given to fre...Michael Kerrisk2009-03-30-1/+4
* proc.5: Document /proc/sys/vm/swappinessAmérico Wang2009-03-30-1/+9
* pthread_equal.3: wfix: s/pthread_self/pthread_equal/Michael Kerrisk2009-03-30-2/+2
* strerror.3: wfixMichael Kerrisk2009-03-30-2/+2
* ptrace.2: only reference <sys/user.h>Mike Frysinger2009-03-30-3/+3
* rtld-audit.7: Note that multiple libraries in LD_AUDIT doesn't workMichael Kerrisk2009-03-30-5/+11
* hier.7: Add description of /srvMichael Kerrisk2009-03-30-1/+4
* lockf.3: Update pointer to documentation in kernel sourceNikanth Karthikesan2009-03-30-4/+6
* pthread_exit.3: Fix error in DESCRIPTION: s/pthread_create/pthread_exit/Michael Kerrisk2009-03-30-2/+2
* toascii.3: Note why POSIX.1-2008 marks this function obsoleteMichael Kerrisk2009-03-15-2/+3
* sigset.3: Note APIs that POSIX.1-2008 recommends instead of these obsolete APIsMichael Kerrisk2009-03-15-2/+8
* siginterrupt.3: Note that POSIX.1-2008 recommends sigaction() insteadMichael Kerrisk2009-03-15-2/+6
* scalb.3: Note that POSIX.1-2008 recommends scalbln*(3) insteadMichael Kerrisk2009-03-15-2/+8
* makecontext.3: Note that POSIX.1-2008 recommends the use of POSIX threads ins...Michael Kerrisk2009-03-15-1/+3
* getcontext.2: Note that POSIX.1-2008 removes the specification of getcontext()Michael Kerrisk2009-03-15-1/+5
* isalpha.3: Explain why POSIX.1-2008 marks isascii(3) obsoleteMichael Kerrisk2009-03-15-2/+3
* index.3: Note that POSIX.1-2008 recommends strchr(3) and strrchr(3) insteadMichael Kerrisk2009-03-15-2/+7
* gethostbyname.3: POSIX.1-2008 recommends getaddrinfo(3) and getnameinfo(3) in...Michael Kerrisk2009-03-15-2/+7
* getcwd.3: Note that getcwd() should be used instead of the obsolete getwd()Michael Kerrisk2009-03-15-0/+3
* ftime.3: Minor wording fixesMichael Kerrisk2009-03-15-3/+4
* gcvt.3: Note that POSIX.1-2008 recommends sprintf(3) instead of this functionMichael Kerrisk2009-03-15-6/+6
* ecvt.3: Note that POSIX.1-2008 recommends sprintf(3) instead of these functionsMichael Kerrisk2009-03-15-6/+7
* ctime.3: Note that POSIX.1-2008 recommends strftime(3) instead of these funct...Michael Kerrisk2009-03-15-2/+5
* bcopy.3: Note that POSIX.1-2008 removes specification of bcopy()Michael Kerrisk2009-03-15-1/+3
* bsd_signal.3: Note that POSIX.1-2008 recommends sigaction(2) instead of this APIMichael Kerrisk2009-03-15-2/+5
* getitimer.2: Note that POSIX.1-2008 recommends POSIX timers API instead of th...Michael Kerrisk2009-03-15-2/+5
* gettimeofday.2: Note that POSIX.1-2008 recommends clock_gettime() instead of ...Michael Kerrisk2009-03-15-2/+4