Age | Commit message (Expand) | Author |
2001-02-17 | It's not that I mind split infinitives. I just like to save'em for when | Paul Janzen |
2001-02-17 | Document behaviour with a NULL format string, and try to not split infinitives | Paul Janzen |
2001-02-13 | Avoid theoretical potential buffer overflow | Paul Janzen |
2001-02-10 | Insert a missing comma. | Aaron Campbell |
2001-02-08 | implement upper limit to icmp6 redirects (experimental, turned off) | Jun-ichiro itojun Hagino |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
2001-02-04 | This is OpenBSD, not 4.2BSD | Todd C. Miller |
2001-02-04 | Add RETURN VALUES section | Todd C. Miller |
2001-02-03 | Fix the the elf nlist for cases where we can't mmap the headers. | Artur Grabowski |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt |
2001-01-26 | Clarify that the proctitle is set to "progname: fmt", not "progname:fmt". | Aaron Campbell |
2001-01-25 | ELf-size independent nlist. | Artur Grabowski |
2001-01-21 | Shuffle man page sections into preferred order. | Aaron Campbell |
2001-01-20 | style(9) in example code. | Aaron Campbell |
2001-01-17 | first cut at "what is allowed in a signal handler, based on but extended from... | Theo de Raadt |
2001-01-12 | Clarify sigsetjmp vs. setjmp vs. _setjmp. | Todd C. Miller |
2001-01-06 | 0xFF is not a control character in ISO 8859; ok angelos@ | Christian Weisgerber |
2001-01-05 | Use ISO 8859 to determine printability. | Angelos D. Keromytis |
2001-01-04 | Update. | Angelos D. Keromytis |
2001-01-04 | Document kern.malloc tree | Angelos D. Keromytis |
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell |
2000-12-23 | type is not a .Fn | Markus Friedl |
2000-12-21 | typo; initalizes -> intializes. Some other fixes while I'm here. | Aaron Campbell |
2000-12-21 | document net.inet6.icmp6.mtudisc_{hi,lo}wat | Jun-ichiro itojun Hagino |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell |
2000-12-12 | Remove references to ipsec-acl. | Angelos D. Keromytis |
2000-12-09 | avoid incorrect free; reported by danh@nfol.com, my fix | Theo de Raadt |
2000-12-04 | Silently convert s/key -> skey in login_getstyle(). A bit of a hack | Todd C. Miller |
2000-11-29 | Don't print an extra newline after reading passphrase if echo was not | Todd C. Miller |
2000-11-23 | zero pw_passwd before freeing | Todd C. Miller |
2000-11-22 | avoid double fclose() | Theo de Raadt |
2000-11-21 | Remove needless memset() from last commit. | Todd C. Miller |
2000-11-21 | Deal with va_list not being a pointer; this should be re-evaluated. | Todd C. Miller |
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-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
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-10 | mention icmp{,6}.errppslimit | Jun-ichiro itojun Hagino |
2000-09-25 | document pmtu discovery, from NetBSD | Niels Provos |
2000-09-24 | unlock, instead of re-lock. fixes PR#1408 | David Leonard |
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-08-31 | fix _PATH_DEFPATH; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |