summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2001-11-27Fix check for '/' in cf file and change the check for '/' in df fileTodd C. Miller
2001-11-26mostly mark signal racesTheo de Raadt
2001-11-23Remove the hack that ensures that rt_Update() works on FreeBSD. Nowbrian
2001-11-23When writing messages to the routing socket, round sockaddr sizesbrian
2001-11-23Be paranoid about non-zero netmasks being associated with INET addressesbrian
2001-11-23Removed an unsed variable (oops)brian
2001-11-23Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr orbrian
2001-11-23cmott@scientech.com -> cm@linktel.netbrian
2001-11-23use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hackTheo de Raadt
2001-11-23use siginterrupt() enabling around all blocking calls, and check the flags; m...Theo de Raadt
2001-11-22kill wasteful shells. +TypoMarc Espie
2001-11-21assume the presense of getifaddrs(3). sync with kameJun-ichiro itojun Hagino
2001-11-21be more careful on malloc failures. sync with kameJun-ichiro itojun Hagino
2001-11-19only slight fixes needed in signal handlersTheo de Raadt
2001-11-19use _exit in signal handlerTheo de Raadt
2001-11-19use a private svc_run() function that checks for a signal handler flag;Theo de Raadt
2001-11-19KNFightmareTheo de Raadt
2001-11-19KNF here tooTheo de Raadt
2001-11-19KNFTheo de Raadt
2001-11-19no signals, no need for signal.hTheo de Raadt
2001-11-19blah blah blah. guess what. more signalsTheo de Raadt
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-11-17use volatile sig_atomic_t where possible; simply volatile i other placesTheo de Raadt
2001-11-17remove unused signal handler variableTheo de Raadt
2001-11-17save errno in signal handlerTheo de Raadt
2001-11-17missing prototype (getmsgbufsize).Markus Friedl
2001-11-17reread config from main loop instead of signal hander; ok deraadt@Markus Friedl
2001-11-17check the full libdepend spec at install time.Marc Espie
2001-11-17Pass PKG_PREFIX off to pkg thru envMarc Espie
2001-11-17fix signal race issuesTheo de Raadt
2001-11-17race safety in terminal signal handlerTheo de Raadt
2001-11-16Close comment.Miod Vallat
2001-11-16no need for setjmp.hTheo de Raadt
2001-11-16report for wait3() returning 0Theo de Raadt
2001-11-16sync with latest kame. terminate only if ripng response is not receivedJun-ichiro itojun Hagino
2001-11-16apull in the latest kame code.Jun-ichiro itojun Hagino
2001-11-15fix password length check; allows usermod -p to work again.Dan Harnett
2001-11-14On macppc, print the recharge time estimate as a recharge time estimate, notMiod Vallat
2001-11-14On macppc, when the battery is charging, the life time estimatation is in factMiod Vallat
2001-11-14Move call to daemon() after chdir() so any error message printedTodd C. Miller
2001-11-14indentTheo de Raadt
2001-11-14fix most signal racesTheo de Raadt
2001-11-14kill signal race. insanely, the code becomes simplerTheo de Raadt
2001-11-14initialize sockaddr_in6 correctlyJun-ichiro itojun Hagino
2001-11-14use strncpy instead of strcpy, just in caseJun-ichiro itojun Hagino
2001-11-12care and KNFTheo de Raadt
2001-11-10Move extraloc to data segment. This fixes save of new locators for cloned dev...Mats O Jansson
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
2001-11-08Replace unreadable snprintf() and pointer arithmetic with simple strlcat().Todd C. Miller
2001-11-08swap arguments in libdepend, do it now before the bsd.port.mk parts are setMarc Espie