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
/
ripd
/
ripd.c
Age
Commit message (
Expand
)
Author
2016-09-03
Simplify shutdown process.
Renato Westphal
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
2016-08-02
Allow specifying an alternate socket path.
Jeremie Courreges-Anglas
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-09
More session_socket_blockmode() removal. While there make the main UDP
Claudio Jeker
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
2013-11-19
handle msgbuf_write() returning EAGAIN
Sebastian Benoit
2011-08-20
Decouple log_verbose() from log_init() so the verbose flag stays set with
Stuart Henderson
2010-02-08
Use SIGCHLD for the sigchild handler not SIGINT twice.
Philip Guenthe
2009-11-02
Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling of
Claudio Jeker
2009-09-26
Preliminary rdomain support.
Michele Marchetto
2009-09-26
Whitespace cleanup.
Michele Marchetto
2009-06-06
make ripctl/ripd imsg-in-a-lib ready too.
Eric Faurot
2009-05-31
Remove redundant imsg_event_add calls; ok claudio@
Jacek Masiulaniec
2009-05-31
Better EV_READ and EV_WRITE handling in the libevent callbacks. Again mostly
Claudio Jeker
2009-03-27
Allow the announcement of default route also via redistribute 0.0.0.0/0
Michele Marchetto
2009-03-24
Change the behaviour of redistribute default.
Michele Marchetto
2008-12-17
Add support for demotion counter.
Michele Marchetto
2008-08-05
Do not advertise the default route with wrong metric of 0. Set it to 1
Claudio Jeker
2008-05-12
Error out with usage line if additional arguments are given after the
Pierre-Yves Ritschard
2007-10-24
Add the 5 needed lines to support -D makro=value option. Another surprising
Claudio Jeker
2007-10-24
Sync a bit more with ospfd. Do not fatal if one of the pipes is closed,
Claudio Jeker
2007-10-20
Sync parse.y with recent enhancements in hoststated.
Pierre-Yves Ritschard
2007-10-18
spacing
Theo de Raadt
2007-10-13
in all these programs using the same pfctl-derived parse.y, re-unify the
Theo de Raadt
2007-01-24
Ingore SIGPIPE in the parent and rde as well. This is needed to correctly
Claudio Jeker
2007-01-08
New redistribute code adapted from ospfd. It is now possible to do the same
Claudio Jeker
2006-10-18
Welcome ripd started by Michele Marchetto some time ago by using the imsg/thr...
Esben Norby