| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move to libevent; ok florian@ | 2016-08-02 | 1 | -140/+0 | |
| | | |||||
| * | fatal("malloc") -> fatal(NULL) | 2016-03-01 | 1 | -2/+2 | |
| | | |||||
| * | Kill trailing whitespace. | 2016-02-08 | 1 | -3/+3 | |
| | | |||||
| * | ansify | 2015-10-25 | 1 | -2/+2 | |
| | | |||||
| * | make comment select() vs poll() agnostic | 2014-11-02 | 1 | -2/+2 | |
| | | |||||
| * | malloc+memset -> calloc | 2014-07-04 | 1 | -5/+3 | |
| | | | | | from Benjamin Baier (programmer (at) netzbasis.de) | ||||
| * | - replace TIMEVAL_* function/macros with macros from sys/time.h | 2013-04-30 | 1 | -79/+20 | |
| | | | | | | | | | - replace insque(3) with SLIST from queue(3) - with that, rewrite rtadvd_check_timer() logic to avoid timeval {0x7fffffff, 0x7fffffff} test/ok sthen@ | ||||
| * | use timerclear macro | 2011-03-22 | 1 | -3/+3 | |
| | | | | | ok miod@ | ||||
| * | Clean up logging by introducing the logging API used in | 2008-04-21 | 1 | -20/+9 | |
| | | | | | | | | other daemons and clean up the command line options. For details, see rtadvd(8). ok bluhm@, pyr@ | ||||
| * | Kill __FUNCTION__. | 2002-06-10 | 1 | -5/+5 | |
| | | | | | ok itojun@ | ||||
| * | KNF, strlcpy, cleanups from kame | 2002-05-29 | 1 | -3/+1 | |
| | | |||||
| * | minor KNF. plug a memory leak on reconfig. | 2002-05-21 | 1 | -10/+8 | |
| | | |||||
| * | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | |
| | | |||||
| * | sync with router renumber struct decl change. | 2000-07-06 | 1 | -3/+17 | |
| | | | | | more logs. make it very sure to close temporary socket. | ||||
| * | sync with latest kame. | 2000-05-23 | 1 | -2/+3 | |
| | | | | | | | | - 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> | ||||
| * | enable rtadvd in usr.sbin/Makefile. | 1999-12-11 | 1 | -0/+2 | |
| | | | | | | | rcsid police on usr.sbin/rtadvd. add sample config into etc/rtadvd.conf. add files into distrib/sets/list. | ||||
| * | router advertisement daemon, from KAME | 1999-12-11 | 1 | -0/+199 | |
