summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2014-05-02The page daemon no longer has a fixed PID. ok kettenis@ jmc@Jeremie Courreges-Anglas
2014-04-07Retire kernel support for SO_DONTROUTE, this time without breakingMartin Pieuchot
2014-03-28revert "Retire kernel support for SO_DONTROUTE" diff, which does bad thingsStuart Henderson
2014-03-27Retire kernel support for SO_DONTROUTE, since the plan is to alwaysMartin Pieuchot
2014-03-24Update to match headerPhilip Guenther
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2014-03-13Unhook httpd(8) from build; man page bitsFlorian Obser
2014-03-06sort SEE ALSO;Jason McIntyre
2014-02-26Try to document SO_RTABLE better. With input from deraadt@Claudio Jeker
2014-02-26No need to Xr the same man page twice.Claudio Jeker
2014-02-13Don't use use .Tn with AND/OR/NOTPhilip Guenther
2014-02-12use .At to refer to System V.1; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-02-11avoid pointless TAB outside literal context;Ingo Schwarze
2014-01-29e.g. not i.e.Jason McIntyre
2014-01-26appeared in 5.2. from Donovan WatteauTed Unangst
2014-01-22Use consistent phrasing for bitmask flags.Philip Guenther
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-11fchownat is allowed to return EOPNOTSUPPMarc Espie
2013-12-28Do not need __guard[] anymore since we are now relying on __guard_localTheo de Raadt
2013-12-27do not need to create the stack cookie using a constructor anymore,Theo de Raadt
2013-12-27remove non-openbsd.randomdata partsTheo de Raadt
2013-12-04tweak from deraadt;Jason McIntyre
2013-12-04update BUGS to reflect previous; as advised byJason McIntyre
2013-12-03Remove string.h dependency from sys/select.h; from FreeBSD, tweakedChristian Weisgerber
2013-12-01Eliminate references to the basep argument which was removed in thePhilip Guenther
2013-11-02Oops, utime() is section 3, not 2Philip Guenther
2013-11-02Fix lie that predated NetBSD: the struct stat time padding affectedPhilip Guenther
2013-11-02out of place word; discussed with jmc and guentherTheo de Raadt