summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1998-06-23doc EINVAL; bdeTheo de Raadt
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-10spellingTheo de Raadt
1998-06-10XPG says 4th arg is optionalTheo de Raadt
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-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-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
1998-05-15bit nicer description, plus add missing return descDavid Leonard
1998-05-14NetBSD mergeNiklas Hallqvist
1998-05-14bad theoTodd C. Miller
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-06use errno.hTheo de Raadt
1998-05-05indent niceTheo de Raadt
1998-05-04s/NULL/NUL/Theo de Raadt
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
1998-04-25Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity.Todd C. Miller
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