Age | Commit message (Expand) | Author |
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 |
1998-05-15 | bit nicer description, plus add missing return desc | David Leonard |
1998-05-14 | NetBSD merge | Niklas Hallqvist |
1998-05-14 | $OpenBSD$ | Niklas Hallqvist |
1998-05-14 | Theo made a typo | Niklas Hallqvist |
1998-05-14 | better buf oflow protection | Theo de Raadt |
1998-05-14 | buf oflows | Theo de Raadt |
1998-05-14 | bad theo | Todd C. Miller |
1998-05-13 | use errcode_t | Artur Grabowski |
1998-05-13 | dbm.3 link | Theo de Raadt |
1998-05-13 | pop ndbm.3 into the tree | Theo de Raadt |
1998-05-13 | use .Ft | Theo de Raadt |
1998-05-13 | first cut | David Leonard |
1998-05-13 | connect() can get EINTR too | Theo de Raadt |
1998-05-13 | put the SA_RESTART into the list of flags | Theo de Raadt |
1998-05-13 | document SA_RESETHAND; erh@uaccess.net | Theo de Raadt |
1998-05-13 | change size parameter to size_t | Theo de Raadt |
1998-05-12 | document how to enable YP for each database | Theo de Raadt |
1998-05-12 | recommend fcntl.h not sys/file.h; kleink | Theo de Raadt |
1998-05-11 | const a few more calls | Theo de Raadt |
1998-05-08 | sigh | Theo de Raadt |
1998-05-06 | use errno.h | Theo de Raadt |
1998-05-05 | indent nice | Theo de Raadt |
1998-05-04 | build libossaudio | Niels Provos |
1998-05-04 | it is disgusting when something gets put into the source tre incorrectly, | Theo de Raadt |
1998-05-04 | s/NULL/NUL/ | Theo de Raadt |
1998-05-01 | libossaudio from NetBSD mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos |
1998-04-28 | use Xr more often | Theo de Raadt |
1998-04-27 | fix .Ev usage | Todd C. Miller |
1998-04-26 | Allow PF_LOCAL as the proto arg in socketpair(2). Previously, only | Todd C. Miller |
1998-04-25 | Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity. | Todd C. Miller |
1998-04-25 | hp300 uses libkvm now. | Jason Downs |
1998-04-25 | scalb*() left an extra item on the x86 FPreg stack on return; gwes@oat.com | Theo de Raadt |
1998-04-25 | correct first paragraph of description; jpo@EasternGraphics.com | Theo de Raadt |
1998-04-25 | month/weekday names are case insensitive; jpo@EasternGraphics.com | Theo de Raadt |
1998-04-25 | readlink() 3rd param is size_t; XPG | Theo de Raadt |
1998-04-25 | indent; dima | Theo de Raadt |
1998-04-25 | do not whack path | Theo de Raadt |
1998-04-14 | wrap Z->a and z->A; peter@netplex.com.au | Theo de Raadt |
1998-04-13 | Use _PATH_DEV, not "/dev/" | Todd C. Miller |