summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd/dvmrpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More SOCK_NONBLOCK adjustments similar to the other daemons.claudio2015-02-101-2/+3
* Kill another session_socket_blockmode() ... 6 or so to go.claudio2015-02-091-11/+7
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* msgbuf_write() <= 0 for a few more daemons.krw2014-07-121-3/+3
* deal with msgbuf_write EAGAIN, ok gilles bennohenning2013-11-261-3/+3
* Decouple log_verbose() from log_init() so the verbose flag stays set withsthen2011-08-201-1/+3
* ...and yet another typo copied from ospfd: the ev_sighup event handlerguenther2010-02-081-2/+2
* Use SIGCHLD for the sigchild handler not SIGINT twice.guenther2010-02-081-2/+2
* Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one inclaudio2009-11-021-1/+8
* make dvmrpd imsg-in-a-lib ready as well.pyr2009-06-061-33/+48
* no endpwenthenning2009-06-011-3/+1
* Remove redundant imsg_event_add calls; ok claudio@jacekm2009-05-311-3/+1
* More libevent callback fixes. While there make n also ssize_t as in allclaudio2009-05-311-17/+9
* Error out with usage line if additional arguments are given after thepyr2008-05-121-1/+6
* Sync parse.y with recent enhancements in hoststated.pyr2007-10-201-3/+5
* in all these programs using the same pfctl-derived parse.y, re-unify thederaadt2007-10-131-26/+1
* Ignore SIGPIPE in the parent and RDE as well.norby2007-01-241-1/+2
* More kroute.c cleanup and start using the routing socket to track interfaceclaudio2006-06-011-1/+3
* Welcome dvmrpdnorby2006-06-011-0/+497