summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2013-11-02.Xr clock_gettimeMarc Espie
2013-11-02finish xref linking clock_gettime and getitimerTed Unangst
2013-10-24Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.Philip Guenther
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
2013-10-13Make it possible to build to reduced version of a library, includingPhilip Guenther
2013-10-07getdirentries(2) is dead; long live getdents(2)!Philip Guenther
2013-10-06Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, soPhilip Guenther
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-09-11Correct type of tv_sec to time_t.Kenneth R Westerback
2013-08-14ident and data members of struct kevent changed types: ident toPhilip Guenther