Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | bad theo | Todd C. Miller | |
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-06 | use errno.h | Theo de Raadt | |
1998-05-05 | indent nice | Theo de Raadt | |
1998-05-04 | s/NULL/NUL/ | Theo de Raadt | |
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 | |
PF_UNSPEC would work. Needed for general sanity as well as XPG4.2. | |||
1998-04-25 | Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity. | Todd C. Miller | |
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-14 | wrap Z->a and z->A; peter@netplex.com.au | Theo de Raadt | |
1998-03-23 | teach rmd160 not to throw leftovers out the window | janjaap | |
1998-03-22 | $OpenBSD$ | Niklas Hallqvist | |
1998-03-19 | Cleanup. Don't need to reference munmap(2) in SEE ALSO. | Todd T. Fries | |
1998-03-19 | zap FILE * after closing it | Theo de Raadt | |
1998-03-19 | some -Wall | Todd C. Miller | |
1998-03-19 | Some -Wall | Todd C. Miller | |
1998-03-18 | send(2) and friends return EINVAL if (flags & MSG_EOR) | Todd C. Miller | |
1998-03-18 | include errno.h not sys/errno.h for int errno | Theo de Raadt | |
1998-03-18 | registerrpc(3) | Theo de Raadt | |
1998-03-18 | Todd does not test YP code; felix@mamba.pond.sub.org | Theo de Raadt | |
1998-03-17 | Fix .Ev usage | Todd C. Miller | |
1998-03-17 | do not ferror() after fclose(); dholland@eecs.harvard.edu | Theo de Raadt | |
1998-03-17 | Make %Y override an earlier %y (%y stuff gets delayed due to century specs). | Todd C. Miller | |
1998-03-17 | Set errno to EINVAL if ether_ntoa() is passed bogus data. | Todd C. Miller | |
1998-03-17 | Whoops, fix a last minute change. | Todd C. Miller | |
1998-03-17 | hostname buffer will not overflow if it is size MAXHOSTNAMELEN. | Todd C. Miller | |
1998-03-17 | Fix some improbable overflows: | Todd C. Miller | |
o don't read in a hostname >= MAXHOSTNAMELEN o get rid of sscanf o check that octets passed in are <= 0xFF Also make the style consistent and add my copyright. | |||
1998-03-16 | oops | Theo de Raadt | |
1998-03-16 | Use fgetln(3) instead of fgets(3) so we can easily recognize lines | Todd C. Miller | |
that are too long and ignore them instead of corrupting later entries. | |||
1998-03-15 | %C influences %y regardless of ordering. This becomes a bit tricky | Todd C. Miller | |
due to recursion so we do all the work in _strptime which takes an extra flag specifying whether or not to initialize some statics. | |||
1998-03-15 | Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jp | Todd C. Miller | |
and myself. Some bugs noted by woods@most.weird.com. | |||
1998-03-13 | activate that rpcauth manpage | Theo de Raadt | |
1998-03-12 | minor glitch | Theo de Raadt | |