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
/
dvmrpd.c
Age
Commit message (
Expand
)
Author
2021-01-19
Make struct imsgev static like in the other routing daemons. With this
Claudio Jeker
2021-01-19
Kill dvrmpd_process and log_procnames. Unneeded abstraction for this
Claudio Jeker
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
2016-09-02
Simplify shutdown process.
Renato Westphal
2016-09-02
Close connections when msgbuf_write() returns 0.
Renato Westphal
2016-09-02
Don't fatal if the imsg pipe is closed, this is often triggered in the
Renato Westphal
2016-02-02
Remove setproctitle() for the parent process. Because rc.d(8) uses process
Stuart Henderson
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-02-10
More SOCK_NONBLOCK adjustments similar to the other daemons.
Claudio Jeker
2015-02-09
Kill another session_socket_blockmode() ... 6 or so to go.
Claudio Jeker
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-12
msgbuf_write() <= 0 for a few more daemons.
Kenneth R Westerback
2013-11-26
deal with msgbuf_write EAGAIN, ok gilles benno
Henning Brauer
2011-08-20
Decouple log_verbose() from log_init() so the verbose flag stays set with
Stuart Henderson
2010-02-08
...and yet another typo copied from ospfd: the ev_sighup event handler
Philip Guenthe
2010-02-08
Use SIGCHLD for the sigchild handler not SIGINT twice.
Philip Guenthe
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-06-01
no endpwent
Henning Brauer
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
2008-05-12
Error out with usage line if additional arguments are given after the
Pierre-Yves Ritschard
2007-10-20
Sync parse.y with recent enhancements in hoststated.
Pierre-Yves Ritschard
2007-10-13
in all these programs using the same pfctl-derived parse.y, re-unify the
Theo de Raadt
2007-01-24
Ignore SIGPIPE in the parent and RDE as well.
Esben Norby
2006-06-01
More kroute.c cleanup and start using the routing socket to track interface
Claudio Jeker
2006-06-01
Welcome dvmrpd
Esben Norby