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