Age | Commit message (Expand) | Author |
2001-01-08 | fix %p matching. checked by angelos. closes PR1612 | David Leonard |
2001-01-06 | 0xFF is not a control character in ISO 8859; ok angelos@ | Christian Weisgerber |
2001-01-05 | do not refer getnodebyname. sync with kame. | Jun-ichiro itojun Hagino |
2001-01-05 | Use ISO 8859 to determine printability. | Angelos D. Keromytis |
2001-01-04 | grammer/spelling | Todd T. Fries |
2001-01-04 | Update. | Angelos D. Keromytis |
2001-01-04 | Document kern.malloc tree | Angelos D. Keromytis |
2001-01-03 | Make it an error to open a zero-length file for read-only access. | Todd C. Miller |
2000-12-29 | don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org> | Michael Shalayeff |
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-23 | create proper docs for timer{add,clear,sub,isset,cmp} | Theo de Raadt |
2000-12-21 | more Va stuff | Theo de Raadt |
2000-12-21 | document svc_getreqset2(), a non-standard interface | Theo de Raadt |
2000-12-21 | mdoc prefers `\e' as an escape character. | Aaron Campbell |
2000-12-21 | typo; initalizes -> intializes. Some other fixes while I'm here. | Aaron Campbell |
2000-12-21 | IPPORT_RESERVED - 1, not 1023 | Theo de Raadt |
2000-12-21 | typo; ciper -> cipher | Aaron Campbell |
2000-12-21 | Mention that SVR4 expects fully duplex pipes | Paul Janzen |
2000-12-21 | document net.inet6.icmp6.mtudisc_{hi,lo}wat | Jun-ichiro itojun Hagino |
2000-12-17 | data base -> database | Todd C. Miller |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it | Aaron Campbell |
2000-12-12 | Remove references to ipsec-acl. | Angelos D. Keromytis |
2000-12-10 | document that pipe is actually bidirectional, but that people should avoid us... | Theo de Raadt |
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-26 | Properly implement errno handling for the threaded libc (libc_r) | Dale Rahn |
2000-11-24 | comment fix; strlcat returns strlen(initial dst) + strlen(src). | Jun-ichiro itojun Hagino |
2000-11-24 | ifm_data is avilable on {net,open,free}bsd. sync with kame. | Jun-ichiro itojun Hagino |
2000-11-23 | zero pw_passwd before freeing | Todd C. Miller |
2000-11-22 | avoid double fclose() | Theo de Raadt |
2000-11-22 | use strlcpy in the example | Theo de Raadt |
2000-11-21 | update | Niels Provos |
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 | prevent type overflow; dzerkel@columbus.rr.com | Theo de Raadt |
2000-11-21 | crank minor number | 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-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 |