Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-23 | use siginterrupt() enabling around all blocking calls, and check the flags; ↵ | Theo de Raadt | |
millert ok | |||
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 | |
now signal safe. Also, massive KNF. | |||
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 | |
Thanks naddy for testing all that. | |||
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 | |
for 5 seconds (or length specified by -w). | |||
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 | |
ok millert@ | |||
2001-11-14 | On macppc, print the recharge time estimate as a recharge time estimate, not | Miod Vallat | |
a battery life estimate, when the battery is charging. Also, if the ac switched state and the life time, whatever it will be a life estimate or a recharge estimate, has been reset to zero, print it as not available. | |||
2001-11-14 | On macppc, when the battery is charging, the life time estimatation is in fact | Miod Vallat | |
the recharge time estimation. So there is no need to annoy the user if this value is <= 10 minute, since no surprise powerdown is about to happen. ok drahn@ mickey@ | |||
2001-11-14 | Move call to daemon() after chdir() so any error message printed | Todd C. Miller | |
on chdir error doesn't go to /dev/null; Janjaap van Velthooven | |||
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 ↵ | Mats O Jansson | |
devices. -moj ok @deraadt | |||
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
2001-11-08 | Replace unreadable snprintf() and pointer arithmetic with simple strlcat(). | Todd C. Miller | |
If group file line would grow to be too long, leave it unmolested (previously it would get removed). Use fclose(fp) not close(fd) for a stream that was fdopen()ed. Otherwise we could leak memory. When calling fwrite() pass the buffer as a single element instead of using n one-byte elements. | |||
2001-11-08 | swap arguments in libdepend, do it now before the bsd.port.mk parts are set | Marc Espie | |
in stone... | |||
2001-11-08 | -c is defualt. minor mdoc changes. | Mike Pechkin | |
Spotted by form@. millert@ ok +help | |||
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 | |
than @newdepend for now. | |||
2001-11-07 | Say goodbye to @ignore_inst, we don't use it, and it doesn't even work in | Marc Espie | |
any sane way... | |||
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 | |