Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-25 | "addrs" is not needed any more | Jun-ichiro itojun Hagino | |
2003-06-18 | need "a". from jmc | Jun-ichiro itojun Hagino | |
2003-06-18 | relax config syntax; addrs#x is not needed any more. millert ok | Jun-ichiro itojun Hagino | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-09 | No longer need -lcompat | Todd C. Miller | |
2003-04-27 | string cleaning; from tdeval and tedu | Theo de Raadt | |
2003-03-18 | xon/xoff -> Xon/Xoff; | Jason McIntyre | |
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@ | |||
2003-03-18 | ip address -> IP address; | Jason McIntyre | |
rtadvd.conf(5): positve -> positive; ok miod@ | |||
2003-03-14 | correct use of sizeof. | Jun-ichiro itojun Hagino | |
2003-03-14 | add missing ND option length validation. from kame | Jun-ichiro itojun Hagino | |
2002-09-10 | signo and ansi | Theo de Raadt | |
2002-07-10 | sync w/kame (style) | Jun-ichiro itojun Hagino | |
2002-07-10 | check malloc return; from Chad Loder <cloder@acm.org> | Todd T. Fries | |
ok me, henning@ | |||
2002-06-15 | remove redundant arg to syslog() netbsd-current via kame | Jun-ichiro itojun Hagino | |
2002-06-10 | Kill __FUNCTION__. | Marc Espie | |
ok itojun@ | |||
2002-06-09 | strchr() instead of index() | Theo de Raadt | |
2002-06-09 | do not use \n in syslog() | Theo de Raadt | |
2002-06-08 | do not use deprecated ioctls | Jun-ichiro itojun Hagino | |
2002-06-07 | avoid fd_set overrun. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-04 | use arc4random | Jun-ichiro itojun Hagino | |
2002-05-29 | grammar from netbsd via kame | Jun-ichiro itojun Hagino | |
2002-05-29 | KNF, strlcpy, cleanups from kame | Jun-ichiro itojun Hagino | |
2002-05-21 | duplicated prototype | Jun-ichiro itojun Hagino | |
2002-05-21 | minor KNF. plug a memory leak on reconfig. | Jun-ichiro itojun Hagino | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-11 | call daemon(3) prior to socket setups to avoid file descriptor close mistakes. | Jun-ichiro itojun Hagino | |
noted by markus, sync with kame | |||
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat | |
forgetting to unlink the pid file at exit. ok millert@ deraadt@ | |||
2001-12-01 | fd_set, not struct fd_set | Theo de Raadt | |
2001-11-17 | use volatile sig_atomic_t where possible; simply volatile i other places | Theo de Raadt | |
2001-07-25 | We have to undo the changes to the 3rd party code, because it makes | Mike Pechkin | |
upgrading those components hell. Tip of the day: Don't commit without confirmation. | |||
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2001-06-03 | avoid integer overflow on lifetime value. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-05 | typo. ntohl -> htonl. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-04 | avoid infinite loop when -s is specified (select loop mistake). | Jun-ichiro itojun Hagino | |
make agetent() 32bit clean. KAME PR 127. disable -R (router renumbering receiver). sync with kame. | |||
2001-01-23 | make sure to initialize prefix information data before use. sync with kame | Jun-ichiro itojun Hagino | |
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-15 | sync 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 | |||
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-09-01 | repair a routine to grab interface MTU information. | Jun-ichiro itojun Hagino | |
2000-07-06 | remove mobile-ip option description, merged in by mitsake | Jun-ichiro itojun Hagino | |
2000-07-06 | sync with router renumber struct decl change. | Jun-ichiro itojun Hagino | |
more logs. make it very sure to close temporary socket. | |||
2000-05-23 | forgot to cvs add dump.[ch] | Jun-ichiro itojun Hagino | |
strict prototype | |||
2000-05-23 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- weaken logging priority for /etc/resolv.conf open failure - gather stats, emit stats by SIGUSR1 - use SIOCGIFMTU to get interface MTU (just a matter of #ifdef) From: "Todd T. Fries" <todd@fries.net> | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |