summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-081-7/+9
* Replace bzero with memset, and change a strings.h include to string.h tommcc2015-12-071-2/+2
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+3
* Kill another session_socket_blockmode() ... 6 or so to go.claudio2015-02-091-24/+5
* Close the control fd when it has reported EOF.krw2014-07-111-2/+2
* deal with msgbuf_write EAGAIN, ok gilles bennohenning2013-11-261-2/+2
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-2/+3
* delete excessive evtimer_pending; ok claudioderaadt2012-04-111-3/+2
* Handle file descriptor exhaustion in the accept() case.deraadt2012-04-101-3/+27
* remove trailing spaces and tabs from source code; no binary changessobrado2010-09-021-2/+2
* Use calloc() instead of malloc() to allocate the connection structure. Thisclaudio2010-05-141-2/+2
* Kill double declaration of control_imsg_relay().michele2010-02-211-3/+1
* 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-021-1/+16
* make dvmrpd imsg-in-a-lib ready as well.pyr2009-06-061-22/+23
* Remove redundant imsg_event_add calls; ok claudio@jacekm2009-05-311-2/+1
* More libevent callback fixes. While there make n also ssize_t as in allclaudio2009-05-311-9/+5
* Fix an invalid pointer dereference in control_close(). If control_connbyfd()claudio2009-02-251-2/+4
* do not leak confd on malloc failure in control_accept()henning2008-01-311-1/+2
* do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et alhenning2007-03-191-2/+2
* Typo in fatal() message found by dunceor @ gmail dot comclaudio2007-01-231-3/+3
* Welcome dvmrpdnorby2006-06-011-0/+297