summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* the DVMRP protocol generation number can work beyond 2038 because itderaadt2013-04-211-3/+2
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-2/+3
* as done in ospf{,6}d/relayd, sync yyerror in various other daemons withsthen2013-03-061-5/+7
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-4/+5
* take a stab at documenting when arguments need quoted, and valid macrojmc2012-04-241-4/+4
* delete excessive evtimer_pending; ok claudioderaadt2012-04-111-3/+2
* Handle file descriptor exhaustion in the accept() case.deraadt2012-04-102-4/+29
* Decouple log_verbose() from log_init() so the verbose flag stays set withsthen2011-08-202-3/+4
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-043-16/+7
* no need to escape |, pointed out by jmc@sthen2011-04-301-3/+3
* Correct the logic on when fib-update is set. Test the flag don'tjsg2011-04-101-4/+4
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-3/+2
* Add missing #includes instead of assuming that some system header pulls inguenther2010-12-311-1/+2
* remove trailing spaces and tabs from source code; no binary changessobrado2010-09-022-4/+4
* fix linecount bug with comments spanning multiple lineshenning2010-08-031-3/+4
* Move imsg into libutil and add a man page.nicm2010-05-264-686/+5
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-2615-133/+133
* Use calloc() instead of malloc() to allocate the connection structure. Thisclaudio2010-05-141-2/+2
* imsg.h does not need sys/tree.h.nicm2010-04-271-3/+1
* Remove XXX comment and just close received fd if calloc() fails.nicm2010-04-071-2/+2
* Kill double declaration of control_imsg_relay().michele2010-02-211-3/+1
* ...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
* porcesses -> processesjsg2009-12-081-2/+2
* log_warn() consistency.mk2009-12-021-2/+2
* Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one inclaudio2009-11-026-8/+45
* write UNIX-domain in a more consistent way; while here, replace asobrado2009-10-221-3/+3
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-3/+4
* Sync the link state check code with others daemons.michele2009-09-222-4/+9
* React putting the interface in state 'down' when dvmrpd detects thatmichele2009-09-221-1/+32
* Whitespaces fix.michele2009-09-221-8/+8
* Enclose repeated buffer draining code in a new msgbuf_drain()jacekm2009-09-152-26/+25
* When dvmrpd receives a prune, it must checks if every downstream membermichele2009-09-064-9/+170
* Dvrmpd inherited the same yesno porblem from bgpd. Make sure it throwsclaudio2009-09-041-1/+3
* Make imsg_clear close and free any fds in the received fd queue as well asnicm2009-08-081-3/+6
* make buf_write() behave like msgbuf_write(): send out only theeric2009-07-231-4/+4
* If there are no downstream members for a particular prefix, send a prunemichele2009-07-131-22/+45
* Another kroute.c code with missing RTM_VERSION checks.claudio2009-06-251-2/+5
* revert this change by eric@:dlg2009-06-081-11/+4
* Change the way fds passed over a socket are retreived on the receiving side.eric2009-06-072-5/+19
* Make the imsg protocol network-safe.eric2009-06-071-3/+11
* change the imsg header fields a bit to prepare for upcoming changes.eric2009-06-062-10/+12
* Get ready for including imsg.h from a lib, when it comes along.pyr2009-06-061-2/+2
* forgot to cvs add the filepyr2009-06-061-0/+105
* make dvmrpd imsg-in-a-lib ready as well.pyr2009-06-069-245/+370
* no endpwenthenning2009-06-012-6/+2
* Remove redundant imsg_event_add calls; ok claudio@jacekm2009-05-314-10/+4
* More libevent callback fixes. While there make n also ssize_t as in allclaudio2009-05-314-52/+29
* Whitespaces cleanup.michele2009-05-202-8/+8
* Notify the rde when a neighbor goes down.michele2009-04-165-9/+37