Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-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 | |
but 3 days later still isn't fixed. | |||
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 | |
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 | 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 | |
Make init(8) call login_fbtab() correctly. | |||
1998-04-01 | eavesdropping messages, no sorry, no way | Theo de Raadt | |
1998-03-23 | do not wait if vfork() fails | Theo de Raadt | |
1998-03-23 | teach rmd160 not to throw leftovers out the window | janjaap | |
1998-03-23 | remove libtelnet shared library, because people who build with/without | Theo 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-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 | |