summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2003-06-21document mount_ntfs and better formatting;Jason McIntyre
2003-06-18- rewrite of the plan9 sections of rfork(2) and new (c)Jason McIntyre
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-11sync man page with sys/socket.h;Jason McIntyre
2003-06-10o make mount(2) return EROFS, not EPERM if ffs is dirtyTodd C. Miller
2003-06-09Mention that you can get EPERM when trying to mount an unclean filesystem.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02section reorder;Jason McIntyre
2003-06-01- section reorderJason McIntyre
2003-06-01- section reorderJason McIntyre
2003-06-01- section reorderJason McIntyre
2003-05-20Document ENXIO error condicion when the named file is a FIFO andTodd C. Miller
2003-05-20consistent non-capitalization of words not beginning sentencesPaul Janzen
2003-05-19Explicitly state that priority values outside the range -20 to 20 areTodd C. Miller
2003-05-16typo from deraadt@Jason McIntyre
2003-05-12cpu -> CPUJason McIntyre
2003-05-10Do not let userland access the swapon system call anymore (nothing uses itMiod Vallat
2003-04-30a extended -> an extended;Jason McIntyre
2003-04-28Change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-25Remove note about POLLMSG. not used and not provided. ok millert@Ted Unangst
2003-04-25backout mquery change, something broke when not combined with a different diff.Dale Rahn
2003-04-25Document changes to mquery(2) function signature change, now the same as mmap(2)Dale Rahn
2003-04-25change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-21Close .BlMike Pechkin
2003-04-18Fix format odditiy in 'ERRORS' section, formats like mmap(2) manpage now.Dale Rahn
2003-04-18Document that mquery() returns EINVAL if request memory was not availableDale Rahn
2003-04-17fix typo; Julien BordetTodd C. Miller
2003-04-14There are two related changes.Artur Grabowski
2003-04-12underfined -> undefined;Jason McIntyre
2003-04-03exceeds -> exceedes;Jason McIntyre
2003-04-02fifo -> FIFOJason McIntyre
2003-04-02nfs -> NFSJason McIntyre
2003-03-28F_[GS]ETFL deal with file status flags, not descriptor status flags.Todd C. Miller
2003-03-28Ip -> IP;Jason McIntyre