summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2004-01-25use new .St macro;Jason McIntyre
2004-01-24document EPERM; from Pedro Martelletto;Jason McIntyre
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2004-01-15ABI breakage happened with the sigaltstack replacement. It is too late,Theo de Raadt
2004-01-14.Xr closefromTed Unangst
2004-01-14update struct, noted by deraadt@Ted Unangst
2004-01-12full date in .Dd;Jason McIntyre
2004-01-12new syscall closefrom(2). ok deraadt millertTed Unangst
2004-01-12document WAIT_ANY and WAIT_MYPGRP;Jason McIntyre
2004-01-08Add missing include of poll.h to example code; Andre NathanTodd C. Miller
2003-12-28Mention session ID; OK deraadt@Todd C. Miller
2003-12-28elf(5) is relevant here too;Jason McIntyre
2003-12-20update sticky: note that setting the sticky bit on files is still possible,Jason McIntyre
2003-12-17- new sentence, new lineJason McIntyre
2003-12-17new options from marius@monkeyTed Unangst
2003-12-12Document RLIM_SAVED_CUR and RLIM_SAVED_MAX; jmc@ OKTodd C. Miller
2003-12-11Add id_t type as per POSIX and use it for [gs]etpriority(2).Todd C. Miller
2003-12-10Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has.Todd C. Miller
2003-12-09clock_id has 4 possible values, not 3; from Alistair Kerr (PR 3600);Jason McIntyre
2003-12-04Better description of ERANGE.Otto Moerbeek
2003-12-02actually snprintf/vsnprintf are now signal race safeTheo de Raadt
2003-11-27document that `s' must be of type SOCK_STREAM; from Alf Schlichting;Jason McIntyre
2003-11-25empty pathname is invalid; from Akinori Saitoh;Jason McIntyre
2003-11-22document RETURN VALUES and ERRORS; from FreeBSD's page;Jason McIntyre
2003-11-21sync with <mount.h>; from FreeBSD;Jason McIntyre
2003-11-20correct prototype; nsops is unsignedTodd C. Miller
2003-11-11some POSIX Xr's: mlock(2), mlockall(2), mmap(2);Jason McIntyre
2003-10-31double word, from Tom Cosgrove; ok deraadt@David Krause
2003-10-22typos from Jared Yanovich;Jason McIntyre
2003-10-21exceedes -> exceeds; from Jared Yanovich;Jason McIntyre
2003-10-17add some Xr's from POSIX specs; started by a diff from Matthew MondorJason McIntyre
2003-10-01Directly invoke the sysctl system call, rather than going through the sysctl(3)Miod Vallat
2003-09-23o mention why poll(2) is often more effecient than select(2)Todd C. Miller
2003-09-08o Use proper mdoc macros for function macros and definesTodd C. Miller
2003-09-05spacing;Jason McIntyre
2003-09-04typo.Thierry Deval
2003-09-04put escapes in the right place;Jason McIntyre
2003-08-19document what happens when pollfd.fd is -1Theo de Raadt
2003-08-11implement CLOCK_MONOTONIC from NetBSD; ok marc@Kevin Lo
2003-08-03Use WCONTINUED as width for list of wait options; jmc@Todd C. Miller
2003-08-03Implement the WCONTINUED flag to the wait(2) family of syscalls and theTodd C. Miller
2003-07-30missing #includeHenning Brauer
2003-07-29add a spot of .Fa to variable namesAnil Madhavapeddy
2003-07-25change the description of [EINVAL] for mount() and unmount();Jason McIntyre
2003-07-18add missing includesDavid Krause
2003-07-15.Ql Pa -> .Sq Pa where literal makes no sense;Jason McIntyre
2003-07-09open() is not ANSI;Jason McIntyre
2003-07-04Fix the types in struct dirent and document d_type (descriptionTodd C. Miller
2003-07-02the arrays are null terminated, but the strings are only nul terminated.Ted Unangst
2003-06-223 missing header filesTheo de Raadt