index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
dvmrpd
/
control.c
Age
Commit message (
Expand
)
Author
2015-12-07
Replace bzero with memset, and change a strings.h include to string.h to
mmcc
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-02-09
Kill another session_socket_blockmode() ... 6 or so to go.
Claudio Jeker
2014-07-11
Close the control fd when it has reported EOF.
Kenneth R Westerback
2013-11-26
deal with msgbuf_write EAGAIN, ok gilles benno
Henning Brauer
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2012-04-11
delete excessive evtimer_pending; ok claudio
Theo de Raadt
2012-04-10
Handle file descriptor exhaustion in the accept() case.
Theo de Raadt
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-05-14
Use calloc() instead of malloc() to allocate the connection structure. This
Claudio Jeker
2010-02-21
Kill double declaration of control_imsg_relay().
Michele Marchetto
2009-12-08
porcesses -> processes
Jonathan Gray
2009-12-02
log_warn() consistency.
Michael Knudsen
2009-11-02
Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one in
Claudio Jeker
2009-06-06
make dvmrpd imsg-in-a-lib ready as well.
Pierre-Yves Ritschard
2009-05-31
Remove redundant imsg_event_add calls; ok claudio@
Jacek Masiulaniec
2009-05-31
More libevent callback fixes. While there make n also ssize_t as in all
Claudio Jeker
2009-02-25
Fix an invalid pointer dereference in control_close(). If control_connbyfd()
Claudio Jeker
2008-01-31
do not leak confd on malloc failure in control_accept()
Henning Brauer
2007-03-19
do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al
Henning Brauer
2007-01-23
Typo in fatal() message found by dunceor @ gmail dot com
Claudio Jeker
2006-06-01
Welcome dvmrpd
Esben Norby