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