Age | Commit message (Expand) | Author |
2000-11-21 | Add references to new files. | Todd C. Miller |
2000-11-21 | BSD authentication routines from BSDI. Presently this is not used but | Todd C. Miller |
2000-11-21 | Add pw_dup(3), a function to copy 'struct passwd'. It is allocated as | Todd C. Miller |
2000-11-21 | Add readpasasphrase(3), a more flexible getpass(3) replacement. | Todd C. Miller |
2000-11-21 | Add strnvis(3) -- a length-bounded version of strvis(3) with a return | Todd C. Miller |
2000-11-18 | OpenBSD does not support non-standard mdoc macros like .Lb. | Aaron Campbell |
2000-11-17 | remove non-existing manual references. | Niels Provos |
2000-11-16 | "of", not "on" (from Henric Jungheim) | Angelos D. Keromytis |
2000-11-16 | forgot manpage | Niels Provos |
2000-11-16 | kqueue and kevent system calls | Niels Provos |
2000-11-15 | do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@ | Niels Provos |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-11-09 | typo | Theo de Raadt |
2000-11-06 | The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491. | Aaron Campbell |
2000-10-25 | DBM_READONLY -> DBM_RDONLY; dugsong@ | Aaron Campbell |
2000-10-25 | Clarify; gluk@ptci.ru | Aaron Campbell |
2000-10-23 | Document that the string returned by strerror(3) contains a maximum of | Aaron Campbell |
2000-10-19 | Do not suggest that people use getpid(2) for generating temp file name; refer | Aaron Campbell |
2000-10-18 | fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATS | Aaron Campbell |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt |
2000-10-16 | re-add weak sparc support; d@ | Theo de Raadt |
2000-10-14 | oops; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |
2000-10-14 | document net.inet.tcp.rstppslimit. | Jun-ichiro itojun Hagino |
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski |
2000-10-11 | back out weak symbols; deraadt@ | David Leonard |
2000-10-10 | mention icmp{,6}.errppslimit | Jun-ichiro itojun Hagino |
2000-10-10 | Fresh infinity from NetBSD. | Hugh Graham |
2000-10-06 | weaken syscall symbols in libc by default | David Leonard |
2000-10-06 | Add a CAVEATS section to warn programmers that shell meta-characters will | Aaron Campbell |
2000-10-04 | use weak symbols in sparc's libc | David Leonard |
2000-10-04 | teach tags about SYSENTRY | David Leonard |
2000-10-03 | bt_open.c: parenthesize - and & proper (from freebsd); | Michael Shalayeff |
2000-09-30 | Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specified | Todd C. Miller |
2000-09-25 | fix off-by-1 error. | Jun-ichiro itojun Hagino |
2000-09-25 | doc that O_TRUNC needs a write mode | Theo de Raadt |
2000-09-25 | document pmtu discovery, from NetBSD | Niels Provos |
2000-09-25 | char const* -> const char * | Federico G. Schwindt |
2000-09-24 | unlock, instead of re-lock. fixes PR#1408 | David Leonard |
2000-09-22 | IPng -> IPv6 | Aaron Campbell |
2000-09-22 | ipx_addr(3) takes a const char *. | Todd C. Miller |
2000-09-22 | Document cd/ados/msdos options. | Marc Espie |
2000-09-19 | Update. | Angelos D. Keromytis |
2000-09-16 | Change setuserpath() from void to int so we can pass up a return | Todd C. Miller |
2000-09-14 | Remove spurious period. | Aaron Campbell |
2000-09-12 | o add missing getsid() prototype | Todd C. Miller |
2000-09-11 | The mkstemp() function appeared in 4.4BSD; todd@ | Aaron Campbell |
2000-09-08 | typo in comment, AILASES -> ALIASES | Brad Smith |
2000-09-06 | Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/ | Todd C. Miller |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |