Age | Commit message (Expand) | Author |
2001-11-22 | kill wasteful shells. +Typo | Marc Espie |
2001-11-21 | assume the presense of getifaddrs(3). sync with kame | Jun-ichiro itojun Hagino |
2001-11-21 | be more careful on malloc failures. sync with kame | Jun-ichiro itojun Hagino |
2001-11-19 | only slight fixes needed in signal handlers | Theo de Raadt |
2001-11-19 | use _exit in signal handler | Theo de Raadt |
2001-11-19 | use a private svc_run() function that checks for a signal handler flag; | Theo de Raadt |
2001-11-19 | KNFightmare | Theo de Raadt |
2001-11-19 | KNF here too | Theo de Raadt |
2001-11-19 | KNF | Theo de Raadt |
2001-11-19 | no signals, no need for signal.h | Theo de Raadt |
2001-11-19 | blah blah blah. guess what. more signals | Theo de Raadt |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt |
2001-11-17 | use volatile sig_atomic_t where possible; simply volatile i other places | Theo de Raadt |
2001-11-17 | remove unused signal handler variable | Theo de Raadt |
2001-11-17 | save errno in signal handler | Theo de Raadt |
2001-11-17 | missing prototype (getmsgbufsize). | Markus Friedl |
2001-11-17 | reread config from main loop instead of signal hander; ok deraadt@ | Markus Friedl |
2001-11-17 | check the full libdepend spec at install time. | Marc Espie |
2001-11-17 | Pass PKG_PREFIX off to pkg thru env | Marc Espie |
2001-11-17 | fix signal race issues | Theo de Raadt |
2001-11-17 | race safety in terminal signal handler | Theo de Raadt |
2001-11-16 | Close comment. | Miod Vallat |
2001-11-16 | no need for setjmp.h | Theo de Raadt |
2001-11-16 | report for wait3() returning 0 | Theo de Raadt |
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 |