Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-30 | kill moused for now. | Marc Espie | |
2001-01-30 | ip_compat.h to ip_fil_compat.h. missed this one. sorry | Kjell Wooding | |
2001-01-30 | check for invalid [.max] fields | Theo de Raadt | |
2001-01-30 | Change /dev/ttyE* to /dev/ttyC* to reflect reality in OpenBSD. | Aaron Campbell | |
2001-01-30 | reimplement whacked changes. ip_compat.h to ip_fil_compat.h | Kjell Wooding | |
2001-01-30 | reimplement whacked ipmon change | Kjell Wooding | |
2001-01-30 | ip_compat.h to ip_fil_compat.h | Kjell Wooding | |
2001-01-30 | install wscons utils manpages into i386 subdir as well | Michael Shalayeff | |
2001-01-30 | Build these userland wscons utilities on i386. | Aaron Campbell | |
2001-01-29 | mark signal races | Theo de Raadt | |
2001-01-29 | do not _exit() in fork()'d child | Theo de Raadt | |
2001-01-29 | do not exit(-1) | Theo de Raadt | |
2001-01-29 | Add a few ``const''s to silence some -Wwrite-strings warnings | brian | |
2001-01-29 | max actually defaults to 256, not 40 | Theo de Raadt | |
2001-01-29 | use _exit() in signal handler | Theo de Raadt | |
2001-01-29 | Fix some log_Printf() casting; NetBSD (pkgsrc) | brian | |
2001-01-29 | Only remove socket files with ``set server open''. | brian | |
Only show the mask in ``show bundle'' when it's been specified. Complain about unexpected arguments after ``set server {none,open,closed}'' Log re-open failures as warnings rather than phase messages. Fix some markup for the ``set server'' man page description. | |||
2001-01-29 | Ignore leading witespace in the string given to PacketAliasProxyRule(). | brian | |
2001-01-28 | Don't pass a buffer with leading spaces to PacketAliasProxyRule() | brian | |
2001-01-28 | bad CVS, missed file in BIND 4.9.8-REL merge | Niklas Hallqvist | |
2001-01-28 | BIND 4.9.8-REL merge | Niklas Hallqvist | |
2001-01-26 | Fix arg count | brian | |
2001-01-26 | Allow ``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-26 | If 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-25 | alpha is (will be) ELF. | Artur Grabowski | |
2001-01-25 | Make this elf-size independent. | Artur Grabowski | |
config -e works on my alpha. | |||
2001-01-25 | Make nlist elf-size independent. | Artur Grabowski | |
2001-01-24 | Include err.h for warnx. | Artur Grabowski | |
2001-01-24 | NULL-terminate the nlist | Artur Grabowski | |
2001-01-23 | - removed the redundant WWWROOT variable and just used HTTPD_PREFIX in | Brad 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-23 | KNF stuff which angelos is too much of a baby to get right | Theo de Raadt | |
2001-01-23 | make sure to initialize prefix information data before use. sync with kame | Jun-ichiro itojun Hagino | |
2001-01-23 | Allow entries like "foo at bar enable", which override previous | Angelos 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-22 | NetBSD can't handle ``.Oc Oc^M.Xc''. | brian | |
2001-01-22 | do not accept packets with an unterminated hostname; ben@freebsd | Theo de Raadt | |
2001-01-21 | sync 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-21 | do not intsall rtadvd.conf into /etc, it is not required to use it | Jun-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-21 | avoid memory leak. sync with kame | Jun-ichiro itojun Hagino | |
2001-01-20 | no options; from kennedyh@engin.umich.edu | Michael Shalayeff | |
2001-01-19 | mark remaining signal races which are difficult to fix | Theo de Raadt | |
2001-01-17 | point out a few non-obvious and helpful ppp(8) options | Jason Wright | |
2001-01-17 | use sig_atomic_t | Theo de Raadt | |
2001-01-17 | name in uppercase, doh! | Federico G. Schwindt | |
2001-01-17 | IPF 3.4.16 userland. | Federico G. Schwindt | |
2001-01-17 | Add ipfs(8); man page prolly needs tweaking. This needs testing. | Federico G. Schwindt | |
2001-01-17 | empty line at the top. | Federico G. Schwindt | |
2001-01-17 | 2nd part of the ipf code; need more testing. | Federico G. Schwindt | |
2001-01-17 | 1st part of ipf userland code. | Federico G. Schwindt | |
2001-01-17 | OpenBSD-ify. | Paul Janzen | |
2001-01-17 | avoid C sequence point issues; found by cgd@netbsd.org using a development | Paul Janzen | |
version of gcc. |