summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2014-06-14Change return value of getentropy() to int 0 for success. MaximumTheo de Raadt
2014-06-13typo; Piotr SikoraTheo de Raadt
2014-06-13Add new getentropy() system call. Code and pressure from matthew.Theo de Raadt
2014-06-13Add support for MAP_INHERIT_ZERO.Matthew Dempsky
2014-05-30Add definitions for Process and (finally!) ThreadPhilip Guenther
2014-05-30A program is the thing you run; a process is an instance of somethingPhilip Guenther
2014-05-29Use .Er for errnosPhilip Guenther
2014-05-29GrammarPhilip Guenther
2014-05-24Fix typo in EPERM description; the function arg is pgrp, not pgid.Todd C. Miller
2014-05-23Document that v?dprintf() is just as safe as v?snprintf(). OK espie@Todd C. Miller
2014-05-02No really, pid 2 isn't specialPhilip Guenther