summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-01-28bad CVS, missed file in BIND 4.9.8-REL mergeNiklas Hallqvist
2001-01-28BIND 4.9.8-REL mergeNiklas Hallqvist
2001-01-26Fix arg countbrian
2001-01-26Allow ``set server closed'' to close the diagnostic socket.brian
Allow ``set server open'' to re-open the diagnostic socket. Handle SIGUSR1 by re-opening the diagnostic socket When receiving SIGUSR2 (and in ``set server none''), don't forget the socket details so that ``set server open'' and SIGUSR1 open it again. Don't create the diagnostic socket as uid 0 ! It's far to dangerous.
2001-01-26If executing the stuff from ppp.linkdown results in a state change,brian
don't continue adjusting the ipcp state machine. This allows ``down'' to work in ppp.linkdown - useful for a tunnel setup.
2001-01-25alpha is (will be) ELF.Artur Grabowski
2001-01-25Make this elf-size independent.Artur Grabowski
config -e works on my alpha.
2001-01-25Make nlist elf-size independent.Artur Grabowski
2001-01-24Include err.h for warnx.Artur Grabowski
2001-01-24NULL-terminate the nlistArtur Grabowski
2001-01-23- removed the redundant WWWROOT variable and just used HTTPD_PREFIX inBrad Smith
its place - synced the paths to use the same scheme as in config.layout - removed a redundant --enable-module=ssl from CONFIG_ARGS - indented a few places - removed unused KLUDGEINCFILES variable - one step in the "distribution" target was echoing HTTPD_PREFIX but was actually installing into HTTPD_HTDOCSDIR -- Ok'd by beck@
2001-01-23KNF stuff which angelos is too much of a baby to get rightTheo de Raadt
2001-01-23make sure to initialize prefix information data before use. sync with kameJun-ichiro itojun Hagino
2001-01-23Allow entries like "foo at bar enable", which override previousAngelos D. Keromytis
entries like "foo bar bar disable"; useful for kernel config lamers like myself who don't like to use 'config -e' or 'bsd -c' to manually enable USB. Tested with uhci/ohci on i386.
2001-01-22NetBSD can't handle ``.Oc Oc^M.Xc''.brian
2001-01-22do not accept packets with an unterminated hostname; ben@freebsdTheo de Raadt
2001-01-21sync router renumbering flag bit to conform to 2292bis-02 and RR RFC.Jun-ichiro itojun Hagino
sync with latest kame rtadvd (again). mostly cosmetic.
2001-01-21do not intsall rtadvd.conf into /etc, it is not required to use itJun-ichiro itojun Hagino
(rtadvd will derive the configuration from kernel settings). make it clearer that rtadvd.conf is not necessary, in manpage. sync with kame.
2001-01-21avoid memory leak. sync with kameJun-ichiro itojun Hagino
2001-01-20no options; from kennedyh@engin.umich.eduMichael Shalayeff
2001-01-19mark remaining signal races which are difficult to fixTheo de Raadt
2001-01-17point out a few non-obvious and helpful ppp(8) optionsJason Wright
2001-01-17use sig_atomic_tTheo de Raadt
2001-01-17name in uppercase, doh!Federico G. Schwindt
2001-01-17IPF 3.4.16 userland.Federico G. Schwindt
2001-01-17Add ipfs(8); man page prolly needs tweaking. This needs testing.Federico G. Schwindt
2001-01-17empty line at the top.Federico G. Schwindt
2001-01-172nd part of the ipf code; need more testing.Federico G. Schwindt
2001-01-171st part of ipf userland code.Federico G. Schwindt
2001-01-17OpenBSD-ify.Paul Janzen
2001-01-17avoid C sequence point issues; found by cgd@netbsd.org using a developmentPaul Janzen
version of gcc.
2001-01-16fix another signal race, and check signal flags even in non-EINTR from ↵Theo de Raadt
select case
2001-01-16check flags every loop, not just on EINTRTheo de Raadt
2001-01-16save_errno in signal handler, in case it calls signal()Theo de Raadt
2001-01-16use _exit() in signal handlerTheo de Raadt
2001-01-16do not trash errno in signal handlerTheo de Raadt
2001-01-16bzero the sets before FD_SET'n themJason Wright
2001-01-16fix fd_set overflowsJason Wright
2001-01-15Fix bug that sometime ignored first command in -e mode. -mojMats O Jansson
2001-01-15sync with latest kame tree.Jun-ichiro itojun Hagino
- reduce chances for signal handler rae condition - decrease chances for misconfiguration - feedbacks from router renumbering protocol bakeoff - cleanups related to mtu handling
2001-01-15Revert previous patch.Angelos D. Keromytis
2001-01-15Revert previous patch (I should stop believing Theo, esp. when he'sAngelos D. Keromytis
intoxicated). Thanks to Paul Janzen for pointing this out.
2001-01-14Handle quotas over 4G, PR 1534 (bob@prophecy.lu)Angelos D. Keromytis
2001-01-14Compute UDP checksum, PR 1621 (matthieu.herrb@wanadoo.fr)Angelos D. Keromytis
2001-01-12typo, enhough -> enoughBrad Smith
2001-01-12make signo a volatile variable. sync with kameJun-ichiro itojun Hagino
2001-01-12un-race three signal handlers, and fix the fd_set overflow gunkTheo de Raadt
2001-01-12make signal handler very short, to avoid possibility of race conditions.Jun-ichiro itojun Hagino
commented by deraadt. sync with kame
2001-01-12use setitimer instead of alarmJason Wright
2001-01-11nearly a complete rewrite. use poll(), no more signals, no more races,Theo de Raadt
no more bullshit. someone use this? please run with it.