Age | Commit message (Expand) | Author |
2001-01-16 | typo in comment, change -> chance | Brad Smith |
2001-01-16 | switch stacks even when restoring a preempted thread. (credit to pefo@) | David Leonard |
2001-01-13 | Sync function comment with man page; fanf@covalent.net | Todd C. Miller |
2001-01-12 | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | Todd C. Miller |
2001-01-12 | Clarify sigsetjmp vs. setjmp vs. _setjmp. | Todd C. Miller |
2001-01-12 | make sure s always has enough from for trailing \0. even though strlcpy will | Bob Beck |
2001-01-10 | put up FD_* manual pages, in section 3 | Theo de Raadt |
2001-01-08 | fix %p matching. checked by angelos. closes PR1612 | David Leonard |
2001-01-07 | libutil.h -> util.h | Christian Weisgerber |
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 | grammar | Todd T. Fries |
2001-01-04 | spelling | Todd T. Fries |
2001-01-04 | spelling | Todd T. Fries |
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 |
2001-01-02 | do not honour environment variables if issetugid, and even more strongly supp... | Theo de Raadt |
2001-01-02 | Fix a problem introduced by the printf format sweep. Passing a NULL | Todd C. Miller |
2000-12-31 | -lpthread -> -pthread | Brad Smith |
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-18 | fix util script runs to not assume they are executable. | Bob Beck |
2000-12-17 | data base -> database | Todd C. Miller |
2000-12-16 | Remove - RSA is there now, don't need to talk about it being stubbed. | Bob Beck |
2000-12-16 | add in forgotten dso stuff. | Bob Beck |
2000-12-15 | oops, forgot top level makefile.bsd-wrapper on merge | Bob Beck |
2000-12-15 | Oops, missed makefile change, and must crank major on these, some | Bob Beck |
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-15 | openssl-engine0.9.6 merge | Bob Beck |
2000-12-15 | openssl-engine-0.9.6 merge | Bob Beck |
2000-12-15 | import openssl-0.9.7-beta1 | Bob Beck |
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-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-12-05 | We haven't used this in years, remove it. | Todd C. Miller |