Age | Commit message (Expand) | Author |
1998-07-01 | crank major version since we have added new interfaces | Todd C. Miller |
1998-07-01 | add strlcpy/strlcat, safe and sensible string copy/append | Todd C. Miller |
1998-06-30 | add mkstemp(char *template, int suffixlen) interface | Theo de Raadt |
1998-06-29 | Revert a couple of return values that shouldn't have changed, and be a | Angelos D. Keromytis |
1998-06-29 | Fix a couple of error return values that I shouldn't have changed, | Angelos D. Keromytis |
1998-06-29 | blank line in header | Theo de Raadt |
1998-06-29 | Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whom | Angelos D. Keromytis |
1998-06-29 | Missed one. The problem was reported by msaitoh@spa.is.uec.ac.jp | Angelos D. Keromytis |
1998-06-29 | Do the right thing with error return values. | Angelos D. Keromytis |
1998-06-28 | Oh fun, mucking about with files used on all archs. | Dale S. Rahn |
1998-06-27 | ktrace not trace | Artur Grabowski |
1998-06-27 | Document EINVAL if peer address is multicast. | Angelos D. Keromytis |
1998-06-26 | handle single char hostnames; jch@honig.net | Theo de Raadt |
1998-06-26 | rcmdsh, not rcmd | Todd C. Miller |
1998-06-26 | fix prototypes | Theo de Raadt |
1998-06-24 | typo; deberg@mit.edu | Theo de Raadt |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller |
1998-06-23 | doc EINVAL; bde | Theo de Raadt |
1998-06-22 | add missing endusershell() | Todd C. Miller |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller |
1998-06-15 | recent IPC API changes requires this | Niklas Hallqvist |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff |
1998-06-11 | change ipc.h to use uid_t and friends, and then build compat system calls for... | Theo de Raadt |
1998-06-11 | Add a mention of the tcp ident sysctl. | Bob Beck |
1998-06-11 | handle IPSec processed packets (DLT_ENC) in libpcap, display them with | Niels Provos |
1998-06-10 | spelling | Theo de Raadt |
1998-06-10 | XPG says 4th arg is optional | Theo de Raadt |
1998-06-10 | Cast pid_t to int for sprintf. | brian |
1998-06-08 | Add uu_lock_txfr() for donating locks to another process. | brian |
1998-06-08 | clean; kleink | Theo de Raadt |
1998-06-08 | finish; kleink | Theo de Raadt |
1998-06-08 | do not needlessly uppercase function names | Theo de Raadt |
1998-06-08 | buf oflow; chris@ferret.lmh.ox.ac.uk | Theo de Raadt |
1998-06-06 | MAP_FAILED; kleink | Theo de Raadt |
1998-06-05 | spelling | Theo de Raadt |
1998-06-04 | add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.com | Theo de Raadt |
1998-06-03 | zero sigaction before use | Theo de Raadt |
1998-06-03 | zero sigaction before use | Theo de Raadt |
1998-06-02 | nbytes - ofs should never be less than 0 (Oops on me) | janjaap |
1998-06-02 | add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; most... | Theo de Raadt |
1998-06-02 | tell people to use sysconf(3) now; kleink | Theo de Raadt |
1998-06-01 | consitancize with other archs | Michael Shalayeff |
1998-05-25 | fix off by one error, reported by nathanw@MIT.EDU. | Niels Provos |
1998-05-22 | make svctcp_recv kill sockets that fail in xdr_callmsg(); wpaul | Theo de Raadt |
1998-05-22 | make readtcp() call svc_getreqset2() for activity on other sockets; wpaul | Theo de Raadt |
1998-05-20 | fragment size of 0 is clearly illegal; wpaul | Theo de Raadt |
1998-05-19 | incorrect timeout handling | Theo de Raadt |
1998-05-18 | readlink(path, buf, sizeof buf-1). Never forget that -1. | Theo de Raadt |
1998-05-18 | spelling | Artur Grabowski |
1998-05-17 | ENTRY takes 2 args nowadays | Niklas Hallqvist |