summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd/dvmrpe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* work on making log.c similar in all daemons:benno2016-09-021-1/+2
* Simplify shutdown process.renato2016-09-021-8/+12
* Close connections when msgbuf_write() returns 0.renato2016-09-021-3/+7
* Don't fatal if the imsg pipe is closed, this is often triggered in therenato2016-09-021-6/+19
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-3/+3
* More SOCK_NONBLOCK adjustments similar to the other daemons.claudio2015-02-101-2/+3
* Nuke more obvious #include duplications.krw2014-11-181-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
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-4/+2
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-2/+2
* React putting the interface in state 'down' when dvmrpd detects thatmichele2009-09-221-1/+32
* make dvmrpd imsg-in-a-lib ready as well.pyr2009-06-061-34/+40
* 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
* Initial support for pruning. When every single interface is removed from themichele2009-03-141-1/+22
* Introduce support for flash updates.michele2008-11-211-1/+37
* Remove some unneeded lint goo and use setres[ug]id() instead of the setuidclaudio2006-06-011-7/+3
* Welcome dvmrpdnorby2006-06-011-0/+411