summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2014-11-14Add sched_yield(2) manpagePhilip Guenther
2014-11-05zap double word;Jason McIntyre
2014-11-05Convert EXAMPLES to IDIOMS and make it a simple select -> pollTodd C. Miller
2014-11-03POLLERR is only valid in revents so it is not a bug that it isTodd C. Miller
2014-10-26mknod(2) now supports creating FIFOs too. Fix description of device filePhilip Guenther
2014-10-16Remove references to unimplemented CLOCK_VIRTUAL. It is non-standardTodd C. Miller
2014-09-15We missed a hyphen in 'async-signal-safe'Philip Guenther
2014-09-15Mention that SIGTHR is both local and weirdPhilip Guenther
2014-09-10sockatmark(3) has been implemented; add it to the async-signal-safe listsPhilip Guenther
2014-09-10update STANDARDS reference from POSIX 1990 to POSIX 2008;Ingo Schwarze
2014-09-09Identify domains with AF_* instead of PF_* herePhilip Guenther
2014-09-09Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
2014-09-09Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h>Philip Guenther
2014-09-09tweak previous;Jason McIntyre
2014-09-09Don't need to mention names on .Rv line herePhilip Guenther
2014-09-09Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
2014-09-09Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
2014-09-09We have no protocols which require explicit confirmationPhilip Guenther
2014-09-07Document that 4.4BSD changed the semantics but that others have restoredPhilip Guenther
2014-09-01Sync readlink(2) with IEEE Std 1003.1-2008.Doug Hogan
2014-08-31tweaks;Jason McIntyre
2014-08-31Declare and document getthrid()Philip Guenther
2014-08-31Add additional kernel interfaces for setting close-on-exec on fdsPhilip Guenther
2014-08-22POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb.Kenneth R Westerback
2014-08-16Fixed typo in "distinct".Tobias Stoeckmann
2014-08-14fixed overrid(d)en typoTobias Stoeckmann
2014-08-10AF_IMPLINK and AF_BLUETOOTH are gonePhilip Guenther
2014-07-21Add pthread_sigmask() and raise() to the list of async signal safeMatthew Dempsky
2014-07-21Fix typo: s/lstate/lstat/Matthew Dempsky
2014-07-19Document that abort() is async signal safe now that it doesn't flushMatthew Dempsky
2014-07-18Oops, getentropy() is an "extension interface", not a "base interface"Matthew Dempsky
2014-07-18Document that getentropy() is async signal safe.Matthew Dempsky
2014-07-18As discussed with beck, tweak the wording for getentropy slightly soTheo de Raadt
2014-07-13one .Fn argument per function argumentIngo Schwarze
2014-07-13yes indeed, it returns void *. from Jean-Philippe Ouellet, i also hadTheo de Raadt
2014-07-12tweak previous;Jason McIntyre
2014-07-12document sendsyslog(2); ok guenther tedu matthewTheo de Raadt
2014-07-11better document perils of setuid getenv and xr with issetugidTed Unangst
2014-07-10Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposalMatthew Dempsky
2014-07-10posix_madvise() should return the errno value on error, not -1Philip Guenther
2014-07-10prototype for _thread_sys_madviseTed Unangst
2014-07-02Various small typographic fixes for mman.h manual pages:Matthew Dempsky
2014-07-02Sync description of PROT_* flags between mmap.2 and mprotect.2Matthew Dempsky
2014-06-27zap unneccessary punctuation;Jason McIntyre
2014-06-27Cleanup ioctl.2 slightly:Matthew Dempsky
2014-06-27OpenBSD supports mmap() on block special files too.Matthew Dempsky
2014-06-27Split out mmap's compatibility flags into a separate section, so usersMatthew Dempsky
2014-06-27Revise wording to reflect that callers should always specify (exactly)Matthew Dempsky
2014-06-26Document that mmap() confirms to POSIX 2008, except that we generateMatthew Dempsky
2014-06-15occured -> occurred;Jason McIntyre