summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2015-07-20Add setgroups(2) to TAME_PROC, ok deraadtNicholas Marriott
2015-07-19sort; ok deraadtJason McIntyre
2015-07-19typo; ralf horstmannTheo de Raadt
2015-07-19word fix;Jason McIntyre
2015-07-19oops, SYS_ prefix stayed; noted by jmcTheo de Raadt
2015-07-19no need for -compact;Jason McIntyre
2015-07-19some basic tweaks;Jason McIntyre
2015-07-19Trailing spaces and missing .Pp.Nicholas Marriott
2015-07-19succesfull -> succesful, from Ross L RichardsonNicholas Marriott
2015-07-19manual page for tame(2). not very good, so i will be hearing from jmcTheo de Raadt
2015-07-15mention that swapctl(2) can also be used to retrieve statisticsJasper Lievisse Adriaanse
2015-05-31Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars at Bankovskis dot net.Ingo Schwarze
2015-05-12chflagsat() is also async-signal-safePhilip Guenther
2015-04-17Tweaks utimensat/futimens handling to always update ctime, even when bothPhilip Guenther
2015-04-14Fix sa_sigaction() handler example. The third argument is void * andTodd C. Miller
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2015-03-26Use -> instead of a right arrow when referring to C's -> operator.Anthony J. Bentley
2015-03-21according to javad kouhi, freebsd pr #198612, vfork appeared first in bsd 3.0;Jason McIntyre
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-03-03sort sections;Jason McIntyre
2015-03-03Fix variable name typo in IDIOMS.Kent R. Spillner
2015-03-02Document that POLLPRI and POLLRDBAND are set for out-of-band socketTodd C. Miller
2015-03-02Document out-of-band data on a socket as an example of an exceptionalTodd C. Miller
2015-03-02Document when closefrom() was added to OpenBSD. OK bcook@Todd C. Miller
2015-03-02Note that closefrom is an extension.Brent Cook
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-27Be clear that when tv_nsec is set to UTIME_*, tv_sec is ignored.Todd C. Miller
2015-02-16redundant though it may be, recv() is unlikely to be removed in a futureTed Unangst
2015-02-07document restriction on argv having one elementTed Unangst
2015-02-05macro fixes from Kaspars at Bankovskis dot net;Ingo Schwarze
2015-01-31fix macro usage; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-25mention that the kern.global_ptrace sysctl also affects PT_ATTACHTed Unangst
2015-01-22Document that changes made to the directory hierarchy of the chrootTodd C. Miller
2015-01-20We do not support AIO, so comment it out in the kqueue(2) manpage for now.Reyk Floeter
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2015-01-19Talk about thread-local errno and do not mention "extern int errno".Todd C. Miller
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2015-01-19Back out changes unrelated to the ENAMETOOLONG diff.Todd C. Miller
2015-01-17Remove a pasto introduced in the last commit, spotted by schwarze@Todd C. Miller
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-01Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me.Ingo Schwarze
2015-01-01Even though i personally consider 8-bit-characters in filenames unwise,Ingo Schwarze
2014-12-16use .In and delete .Tn; from Kaspars at Bankovskis dot netIngo Schwarze
2014-12-14macro cleanup; from Kaspars at Bankovskis dot netIngo Schwarze
2014-12-13macro cleanup; from Kaspars Bankovskis, tweaked a bitIngo Schwarze
2014-12-10add missing sentence to RETURN VALUES; from Kaspars at Bankovskis dot netIngo Schwarze
2014-12-10use .Rv and simplify wording; from Kaspars at Bankovskis dot netIngo Schwarze
2014-12-10use .Rv; no change of meaning; from Kaspars at Bankovskis dot netIngo Schwarze
2014-12-10Prefer .In and .Rv -stdPhilip Guenther
2014-12-10Improve the description and layout of the RUSAGE_* values, and do somePhilip Guenther