summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/timer.c (follow)
Commit message (Expand)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
* - replace TIMEVAL_* function/macros with macros from sys/time.hflorian2013-04-301-79/+20
* use timerclear macrookan2011-03-221-3/+3
* Clean up logging by introducing the logging API used inrainer2008-04-211-20/+9
* Kill __FUNCTION__.espie2002-06-101-5/+5
* 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
* sync with latest kame.itojun2000-05-231-2/+3
* enable rtadvd in usr.sbin/Makefile.itojun1999-12-111-0/+2
* router advertisement daemon, from KAMEitojun1999-12-111-0/+199