Age | Commit message (Expand) | Author |
1999-12-14 | Install swapctl.2, not swapon.2. swapon.2 should probably go away. | Todd C. Miller |
1999-12-12 | sync KAME rcsid. | Jun-ichiro itojun Hagino |
1999-12-12 | inet6_rthdr_reverse() is not available yet. | Jun-ichiro itojun Hagino |
1999-12-11 | prevent bogus reverse query for 1.0.0.0.in-addr.arpa. | Jun-ichiro itojun Hagino |
1999-12-11 | fix gethostbyname2(foo, AF_INET6). | Jun-ichiro itojun Hagino |
1999-12-11 | add inet6_option_* and inet6_rthdr_*. | Jun-ichiro itojun Hagino |
1999-12-08 | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | Jun-ichiro itojun Hagino |
1999-12-08 | Don't use stdio since we don't want the password to end up in stdio | Todd C. Miller |
1999-12-07 | fix DNS; all this is due for squishing in a few days anyways, i suspect; fuji... | Theo de Raadt |
1999-12-05 | fix space regs load insns, also some tabs vs spaces | Michael Shalayeff |
1999-12-04 | Formatting fixes, suggested by ericj@ | Aaron Campbell |
1999-11-30 | fix include list; dogcow@redback.com | Theo de Raadt |
1999-11-23 | mark some places that malloc is not checked | Theo de Raadt |
1999-11-17 | Add missing MLINKs | Todd C. Miller |
1999-11-15 | typos | Theo de Raadt |
1999-11-14 | Clean up memchr slightly to better match coming memrchr | Marc Espie |
1999-11-14 | EFAULT does not happen for all files; posix 1003.1, line 216 | Theo de Raadt |
1999-11-14 | this seem proper now | Michael Shalayeff |
1999-11-10 | Tweaks; millert@ | Aaron Campbell |
1999-11-10 | calloc.c is back | Todd C. Miller |
1999-11-10 | calloc() needs to be separate from malloc in case a user wants to have | Todd C. Miller |
1999-11-09 | Merge calloc(3) man page into malloc.3; as suggested by millert@ | Aaron Campbell |
1999-11-09 | Move calloc() into malloc.c and only zero out the area if malloc() | Todd C. Miller |
1999-11-09 | Bump minor for addition of strtok_r. | Artur Grabowski |
1999-11-09 | Install man-page links for strtok_r. | Artur Grabowski |
1999-11-09 | Document strtok_r. | Artur Grabowski |
1999-11-09 | Implement strtok_r. | Artur Grabowski |
1999-10-28 | Add ip4.allow and etherip.allow entries. | Angelos D. Keromytis |
1999-10-08 | SYNOPSIS needs #include <sys/types.h> | Marc Espie |
1999-10-07 | - Xr acct(2) from accton(8) and vice-versa. | Aaron Campbell |
1999-10-07 | document more tcp specific sysctls, mostly netbsd. | Niels Provos |
1999-10-06 | - let cryptographic checksums refer to each other | Marc Espie |
1999-10-06 | Make this man page much clearer. | Aaron Campbell |
1999-10-05 | specifed -> specified | Aaron Campbell |
1999-10-03 | put back FTS_CHDIRROOT until next library major number crank | Todd C. Miller |
1999-10-03 | kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used | Todd C. Miller |
1999-10-03 | Fix multiple problems in the FTS_NOCHDIR case (mycroft@netbsd.org): | Todd C. Miller |
1999-09-28 | Nail down semantics in case of failure. | Marc Espie |
1999-09-28 | Set j = i after arc4random key schedule to be more like arc4 stream cipher; | Theo de Raadt |
1999-09-27 | Correct buffer size. | Alex Feldman |
1999-09-27 | Formatting and grammar. | Aaron Campbell |
1999-09-27 | Remove an unwanted `.'. | Aaron Campbell |
1999-09-26 | .Nm -> .Fn | Marc Espie |
1999-09-26 | Proper coding idioms. | Marc Espie |
1999-09-26 | Remove extraneous comma | Marc Espie |
1999-09-26 | `may return following error' => `may return the following error' | Marc Espie |
1999-09-26 | `nl' means something special to mdoc, so it must be escaped it meant literally. | Aaron Campbell |
1999-09-25 | grammar | Paul Janzen |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-09-22 | Some misc fixes, one from fgsch@ | Aaron Campbell |