summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2001-11-08-c is defualt. minor mdoc changes.Mike Pechkin
2001-11-08use strncpy() to set ifname arg to ioctlJun-ichiro itojun Hagino
2001-11-07Unconfuse option description.Marc Espie
2001-11-07Recognize @libdepend, even though it doesn't do anything smarter with itMarc Espie
2001-11-07Say goodbye to @ignore_inst, we don't use it, and it doesn't even work inMarc Espie
2001-11-07Recognize libdepend keyword.Marc Espie
2001-11-07use -lrpcsvcTheo de Raadt
2001-11-07use -lrpcsvcTheo de Raadt
2001-11-07KNFTheo de Raadt
2001-11-07simplify buffer handling; ok hoTheo de Raadt
2001-11-07avoid buffer overflows. when will people learn to use snprintf correctlyTheo de Raadt
2001-11-07skip the unsafe bit in the signal handlerTheo de Raadt
2001-11-07typosTheo de Raadt
2001-11-07fix a bug that reports byte-count for packet-count.Kenjiro Cho
2001-11-06sparc64 needs LBL_ALIGN.Artur Grabowski
2001-11-06a bit of snprintf cleaningTheo de Raadt
2001-11-05some syslog_r uses in signal handlersTheo de Raadt
2001-11-05mark more handlers, and some syslog_r attemptsTheo de Raadt
2001-11-05remove last signal raceTheo de Raadt
2001-11-05remove extra sys/signal.hTheo de Raadt
2001-11-03Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me.Hakan Olsson
2001-11-02use _exit() in signal handler; mark other issuesTheo de Raadt
2001-11-02_exit() in signal handlerTheo de Raadt
2001-11-02avoid stdio in signal handler (not complete yet)Theo de Raadt
2001-11-01displayq to honor the terminal width; millert@ okMichael Shalayeff
2001-10-30ddp_print needs aligned data (alpha,sparc). Noted (with a patch) by <jepeway@...Hakan Olsson
2001-10-29MacOS 10.1 lpr clients send a format character of "o" to indicate postscript;...Theo de Raadt
2001-10-26(c)-2001.Hakan Olsson
2001-10-26accept the fact that people continue to use decimal pointsKenjiro Cho
2001-10-26getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
2001-10-24When becoming a daemon, dup stdin, stdout, and stderr to /dev/nullTodd C. Miller
2001-10-24oldTheo de Raadt
2001-10-24prettyTheo de Raadt
2001-10-24getopt(3) returns -1 when out of args, not EOF.Mike Pechkin