Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-10 | Kill __FUNCTION__. | Marc Espie | |
ok itojun@ | |||
2002-05-31 | remove unused portion of code (pidfile(3) alternative) | Jun-ichiro itojun Hagino | |
2002-05-31 | plug fd_set overrun | Jun-ichiro itojun Hagino | |
2002-05-31 | sync w/ latest kame. link id handling. | Jun-ichiro itojun Hagino | |
2002-05-31 | function prototypes shoulnd't carry variable name | Jun-ichiro itojun Hagino | |
2002-05-31 | KNF; itojun ok | Theo de Raadt | |
2002-05-22 | more strcpy/sprintf death; mpech ok | Theo de Raadt | |
2002-03-25 | spelling | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
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-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-08-22 | snprintf() return audit. sync with kame | Jun-ichiro itojun Hagino | |
2001-07-09 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- a memory leak - correct timer value - wording fixes in manpage rtsock.c is omitted for simplicity, as it is not meaningful on openbsd. | |||
2001-03-21 | Don't use this non-standard .Nm "" thing. | Aaron Campbell | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-10-06 | printf string format audit. from: sommerfeld@netbsd.org | Jun-ichiro itojun Hagino | |
2000-08-13 | add "rtsol -a" (automatically lookup outgoign interface). | Jun-ichiro itojun Hagino | |
warn if net.inet6.ip6.forwarding == 1. improve manpage. use $KAME$ for KAME tags. sync with kame. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-12 | Remove all arguments to the .Os macro so that all of 2.7's man pages will | Aaron Campbell | |
correctly say "OpenBSD 2.7". | |||
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-02-25 | use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame). | Jun-ichiro itojun Hagino | |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
2000-01-17 | sync with latest kame. previous version leaves an udp socket opened | Jun-ichiro itojun Hagino | |
(for use with ioctls) and it was not a pleasant thing. | |||
2000-01-05 | avoid use of kvm (sync with latest kame) | Jun-ichiro itojun Hagino | |
2000-01-02 | wording changes (in sync with kame repository) | Jun-ichiro itojun Hagino | |
from: deraadt | |||
2000-01-02 | bring "rtsol" descrpition to the top. (sync'ed with latest kame tree) | Jun-ichiro itojun Hagino | |
suggested by: deraadt | |||
1999-12-16 | deposit dump file in /var/run; markus | Theo de Raadt | |
1999-12-16 | use arc4random() | Theo de Raadt | |
1999-12-10 | Fix a few typos. | Angelos D. Keromytis | |
1999-12-09 | rtsold(8); router solicitation daemon. | Jun-ichiro itojun Hagino | |
rtsol(8); router solicitation program, for use in bootstrap process (statically linked) rcsid police. add missing prototypes. (sync with KAME) | |||
1999-12-09 | initial import from KAME tree | Jun-ichiro itojun Hagino | |