Age | Commit message (Expand) | Author |
2001-11-16 | sync with latest kame. terminate only if ripng response is not received | Jun-ichiro itojun Hagino |
2001-11-16 | apull in the latest kame code. | Jun-ichiro itojun Hagino |
2001-11-15 | fix password length check; allows usermod -p to work again. | Dan Harnett |
2001-11-14 | On macppc, print the recharge time estimate as a recharge time estimate, not | Miod Vallat |
2001-11-14 | On macppc, when the battery is charging, the life time estimatation is in fact | Miod Vallat |
2001-11-14 | Move call to daemon() after chdir() so any error message printed | Todd C. Miller |
2001-11-14 | indent | Theo de Raadt |
2001-11-14 | fix most signal races | Theo de Raadt |
2001-11-14 | kill signal race. insanely, the code becomes simpler | Theo de Raadt |
2001-11-14 | initialize sockaddr_in6 correctly | Jun-ichiro itojun Hagino |
2001-11-14 | use strncpy instead of strcpy, just in case | Jun-ichiro itojun Hagino |
2001-11-12 | care and KNF | Theo de Raadt |
2001-11-10 | Move extraloc to data segment. This fixes save of new locators for cloned dev... | Mats O Jansson |
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat |
2001-11-08 | Replace unreadable snprintf() and pointer arithmetic with simple strlcat(). | Todd C. Miller |
2001-11-08 | swap arguments in libdepend, do it now before the bsd.port.mk parts are set | Marc Espie |
2001-11-08 | -c is defualt. minor mdoc changes. | Mike Pechkin |
2001-11-08 | use strncpy() to set ifname arg to ioctl | Jun-ichiro itojun Hagino |
2001-11-07 | Unconfuse option description. | Marc Espie |
2001-11-07 | Recognize @libdepend, even though it doesn't do anything smarter with it | Marc Espie |
2001-11-07 | Say goodbye to @ignore_inst, we don't use it, and it doesn't even work in | Marc Espie |
2001-11-07 | Recognize libdepend keyword. | Marc Espie |
2001-11-07 | use -lrpcsvc | Theo de Raadt |
2001-11-07 | use -lrpcsvc | Theo de Raadt |
2001-11-07 | KNF | Theo de Raadt |
2001-11-07 | simplify buffer handling; ok ho | Theo de Raadt |
2001-11-07 | avoid buffer overflows. when will people learn to use snprintf correctly | Theo de Raadt |
2001-11-07 | skip the unsafe bit in the signal handler | Theo de Raadt |
2001-11-07 | typos | Theo de Raadt |
2001-11-07 | fix a bug that reports byte-count for packet-count. | Kenjiro Cho |
2001-11-06 | sparc64 needs LBL_ALIGN. | Artur Grabowski |
2001-11-06 | a bit of snprintf cleaning | Theo de Raadt |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt |
2001-11-05 | mark more handlers, and some syslog_r attempts | Theo de Raadt |
2001-11-05 | remove last signal race | Theo de Raadt |
2001-11-05 | remove extra sys/signal.h | Theo de Raadt |
2001-11-03 | Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me. | Hakan Olsson |
2001-11-02 | use _exit() in signal handler; mark other issues | Theo de Raadt |
2001-11-02 | _exit() in signal handler | Theo de Raadt |
2001-11-02 | avoid stdio in signal handler (not complete yet) | Theo de Raadt |
2001-11-01 | displayq to honor the terminal width; millert@ ok | Michael Shalayeff |
2001-10-30 | ddp_print needs aligned data (alpha,sparc). Noted (with a patch) by <jepeway@... | Hakan Olsson |
2001-10-29 | MacOS 10.1 lpr clients send a format character of "o" to indicate postscript;... | Theo de Raadt |
2001-10-26 | (c)-2001. | Hakan Olsson |
2001-10-26 | accept the fact that people continue to use decimal points | Kenjiro Cho |
2001-10-26 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin |
2001-10-24 | When becoming a daemon, dup stdin, stdout, and stderr to /dev/null | Todd C. Miller |
2001-10-24 | old | Theo de Raadt |
2001-10-24 | pretty | Theo de Raadt |
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin |