summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/timer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to libevent; ok florian@jca2016-08-021-140/+0
|
* fatal("malloc") -> fatal(NULL)jca2016-03-011-2/+2
|
* Kill trailing whitespace.jca2016-02-081-3/+3
|
* ansifyjca2015-10-251-2/+2
|
* make comment select() vs poll() agnosticderaadt2014-11-021-2/+2
|
* malloc+memset -> callocguenther2014-07-041-5/+3
| | | | from Benjamin Baier (programmer (at) netzbasis.de)
* - replace TIMEVAL_* function/macros with macros from sys/time.hflorian2013-04-301-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 macrookan2011-03-221-3/+3
| | | | ok miod@
* Clean up logging by introducing the logging API used inrainer2008-04-211-20/+9
| | | | | | | other daemons and clean up the command line options. For details, see rtadvd(8). ok bluhm@, pyr@
* Kill __FUNCTION__.espie2002-06-101-5/+5
| | | | ok itojun@
* KNF, strlcpy, cleanups from kameitojun2002-05-291-3/+1
|
* minor KNF. plug a memory leak on reconfig.itojun2002-05-211-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.millert2002-02-161-3/+3
|
* sync with router renumber struct decl change.itojun2000-07-061-3/+17
| | | | more logs. make it very sure to close temporary socket.
* sync with latest kame.itojun2000-05-231-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.itojun1999-12-111-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 KAMEitojun1999-12-111-0/+199