Age | Commit message (Expand) | Author |
2001-12-04 | Provide eeprom(8) on sparc64. | Miod Vallat |
2001-12-03 | cleanup submitted by by Miod Vallat <miod@online.fr> | Kenjiro Cho |
2001-12-03 | fix bugs in reporting unknown keywords. (argv shoud be *argv) | Kenjiro Cho |
2001-12-02 | KNF, and remove unneccessary signal blocking and errno saving, since not sign... | Theo de Raadt |
2001-12-02 | pretty much KNF or simplification; millert ok | Theo de Raadt |
2001-12-01 | Revert previous, as pidfile() uses atexit(), which is no use if we call | Miod Vallat |
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat |
2001-12-01 | fd_set, not struct fd_set | Theo de Raadt |
2001-12-01 | document why multicast tools are missing | Theo de Raadt |
2001-12-01 | pull in protos | Theo de Raadt |
2001-11-29 | Replace strncpy() calls with adequate strlcpy() ones, and fix a cosmeto. | Miod Vallat |
2001-11-29 | Use getifaddrs(3) instead of SIOCGIFCONF, SIOCGIFADDR, SIOCGIFNETMASK, | Todd C. Miller |
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 |