Age | Commit message (Expand) | Author |
2001-11-27 | Fix check for '/' in cf file and change the check for '/' in df file | Todd C. Miller |
2001-11-26 | mostly mark signal races | Theo de Raadt |
2001-11-23 | Remove the hack that ensures that rt_Update() works on FreeBSD. Now | brian |
2001-11-23 | When writing messages to the routing socket, round sockaddr sizes | brian |
2001-11-23 | Be paranoid about non-zero netmasks being associated with INET addresses | brian |
2001-11-23 | Removed an unsed variable (oops) | brian |
2001-11-23 | Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or | brian |
2001-11-23 | cmott@scientech.com -> cm@linktel.net | brian |
2001-11-23 | use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hack | Theo de Raadt |
2001-11-23 | use siginterrupt() enabling around all blocking calls, and check the flags; m... | Theo de Raadt |
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 |