summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
1998-05-15bit nicer description, plus add missing return descDavid Leonard
1998-05-14NetBSD mergeNiklas Hallqvist
1998-05-14$OpenBSD$Niklas Hallqvist
1998-05-14Theo made a typoNiklas Hallqvist
1998-05-14better buf oflow protectionTheo de Raadt
1998-05-14buf oflowsTheo de Raadt
1998-05-14bad theoTodd C. Miller
1998-05-13use errcode_tArtur Grabowski
change errcode_t from long to int to make the API match the usage. This should solve the problems with having kerberos servers on alphas.
1998-05-13dbm.3 linkTheo de Raadt
1998-05-13pop ndbm.3 into the treeTheo de Raadt
1998-05-13use .FtTheo de Raadt
1998-05-13first cutDavid Leonard
1998-05-13connect() can get EINTR tooTheo de Raadt
1998-05-13put the SA_RESTART into the list of flagsTheo de Raadt
1998-05-13document SA_RESETHAND; erh@uaccess.netTheo de Raadt
1998-05-13change size parameter to size_tTheo de Raadt
1998-05-12document how to enable YP for each databaseTheo de Raadt
1998-05-12recommend fcntl.h not sys/file.h; kleinkTheo de Raadt
1998-05-11const a few more callsTheo de Raadt
1998-05-08sighTheo de Raadt
1998-05-06use errno.hTheo de Raadt
1998-05-05indent niceTheo de Raadt
1998-05-04build libossaudioNiels Provos
1998-05-04it is disgusting when something gets put into the source tre incorrectly,Theo de Raadt
but 3 days later still isn't fixed.
1998-05-04s/NULL/NUL/Theo de Raadt
1998-05-01libossaudio from NetBSD mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-04-28use Xr more oftenTheo de Raadt
1998-04-27fix .Ev usageTodd C. Miller
1998-04-26Allow PF_LOCAL as the proto arg in socketpair(2). Previously, onlyTodd C. Miller
PF_UNSPEC would work. Needed for general sanity as well as XPG4.2.
1998-04-25Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity.Todd C. Miller
1998-04-25hp300 uses libkvm now.Jason Downs
1998-04-25scalb*() left an extra item on the x86 FPreg stack on return; gwes@oat.comTheo de Raadt
1998-04-25correct first paragraph of description; jpo@EasternGraphics.comTheo de Raadt
1998-04-25month/weekday names are case insensitive; jpo@EasternGraphics.comTheo de Raadt
1998-04-25readlink() 3rd param is size_t; XPGTheo de Raadt
1998-04-25indent; dimaTheo de Raadt
1998-04-25do not whack pathTheo de Raadt
1998-04-14wrap Z->a and z->A; peter@netplex.com.auTheo de Raadt
1998-04-13Use _PATH_DEV, not "/dev/"Todd C. Miller
Make init(8) call login_fbtab() correctly.
1998-04-01eavesdropping messages, no sorry, no wayTheo de Raadt
1998-03-23do not wait if vfork() failsTheo de Raadt
1998-03-23teach rmd160 not to throw leftovers out the windowjanjaap
1998-03-23remove libtelnet shared library, because people who build with/withoutTheo de Raadt
kerberos end up with significantly different and incompatible libraries. NOTE: Everyone should rm /usr/lib/libtelnet.so* right now, and rebuild all the telnet tools.
1998-03-22$OpenBSD$Niklas Hallqvist
1998-03-19Cleanup. Don't need to reference munmap(2) in SEE ALSO.Todd T. Fries
1998-03-19zap FILE * after closing itTheo de Raadt