summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpd/dvmrpd.c
AgeCommit message (Expand)Author
2021-01-19Make struct imsgev static like in the other routing daemons. With thisClaudio Jeker
2021-01-19Kill dvrmpd_process and log_procnames. Unneeded abstraction for thisClaudio Jeker
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02Simplify shutdown process.Renato Westphal
2016-09-02Close connections when msgbuf_write() returns 0.Renato Westphal
2016-09-02Don't fatal if the imsg pipe is closed, this is often triggered in theRenato Westphal
2016-02-02Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-02-10More SOCK_NONBLOCK adjustments similar to the other daemons.Claudio Jeker
2015-02-09Kill another session_socket_blockmode() ... 6 or so to go.Claudio Jeker
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-12msgbuf_write() <= 0 for a few more daemons.Kenneth R Westerback
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
2010-02-08...and yet another typo copied from ospfd: the ev_sighup event handlerPhilip Guenthe
2010-02-08Use SIGCHLD for the sigchild handler not SIGINT twice.Philip Guenthe
2009-11-02Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one inClaudio Jeker
2009-06-06make dvmrpd imsg-in-a-lib ready as well.Pierre-Yves Ritschard
2009-06-01no endpwentHenning Brauer
2009-05-31Remove redundant imsg_event_add calls; ok claudio@Jacek Masiulaniec
2009-05-31More libevent callback fixes. While there make n also ssize_t as in allClaudio Jeker
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2007-10-20Sync parse.y with recent enhancements in hoststated.Pierre-Yves Ritschard
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-01-24Ignore SIGPIPE in the parent and RDE as well.Esben Norby
2006-06-01More kroute.c cleanup and start using the routing socket to track interfaceClaudio Jeker
2006-06-01Welcome dvmrpdEsben Norby