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
/
rtadvd
/
rtadvd.c
Age
Commit message (
Expand
)
Author
2016-02-08
Kill trailing whitespace.
Jeremie Courreges-Anglas
2016-02-08
typos
Jeremie Courreges-Anglas
2016-02-07
Mark a few others functions as __dead; ok bluhm@
Jeremie Courreges-Anglas
2016-02-05
select -> poll in log message; ok bluhm@ florian@
Jeremie Courreges-Anglas
2016-02-05
Bail out if an unknown option is passed.
Jeremie Courreges-Anglas
2015-12-01
Use setsockopt(ROUTE_MSGFILTER) instead of hand-rolled filtering.
Jeremie Courreges-Anglas
2015-11-30
Clean up get_next_msg(): kill dead argument/code
Jeremie Courreges-Anglas
2015-11-30
Remove the already disabled Router Renumbering support (RFC2894).
Jeremie Courreges-Anglas
2015-10-25
ansify
Jeremie Courreges-Anglas
2015-10-25
pledge "stdio inet route"; ok deraadt@
Jeremie Courreges-Anglas
2015-10-25
Stop writing down a pidfile.
Jeremie Courreges-Anglas
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-08-18
Fix inconsistent spelling of `inconsistent'
Miod Vallat
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-01
"The logging of errors SHOULD be restricted to conflicting information
Florian Obser
2015-01-01
KNF; no binary change
Florian Obser
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-11-02
convert select() to poll().
Theo de Raadt
2014-10-22
Replace abs(3) with llabs(3).
Brad Smith
2014-07-04
malloc+memset -> calloc
Philip Guenther
2014-05-15
Deal with - actually, ignore - route info messages on the listening side.
Jeremie Courreges-Anglas
2013-05-05
typo in log message. ok sthen@
Darren Tucker
2013-04-30
- replace TIMEVAL_* function/macros with macros from sys/time.h
Florian Obser
2013-04-30
move variables to type time_t; fix format strings
Florian Obser
2013-04-19
print tv_sec properly
Theo de Raadt
2013-04-17
handle large tv_sec
Theo de Raadt
2012-07-08
Add support for advertising dns servers and search paths in router
Peter Hessler
2011-03-02
Don't use a flag value as index into the 2 element array on_off.
Alexander Bluhm
2008-11-21
closefrom the fds that we aren't interested in. pr5994
Ted Unangst
2008-11-03
be more clear about what getpwnam failed; ok claudio
Theo de Raadt
2008-06-09
drop root privileges in rtadvd to _rtadvd
Rainer Giedat
2008-06-08
Send debug output to syslog instead of a file when receiving SIGUSR1.
Rainer Giedat
2008-05-02
do not always delay log initialization, when no configuration file is
Pierre-Yves Ritschard
2008-04-23
Replace handrolled lists with SLISTs or TAILQs.
Pierre-Yves Ritschard
2008-04-21
Clean up logging by introducing the logging API used in
Rainer Giedat
2008-04-13
Use arc4random_buf() when requesting more than a single word of output
Damien Miller
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
Theo de Raadt
2008-03-18
correct CMSG_SPACE and CMSG_LEN handling as done in other places. These
Theo de Raadt
2007-01-10
remove ancient code. sync w/ kame
Jun-ichiro itojun Hagino
2006-12-15
reduce RFC2292/3542 #ifdef.
Jun-ichiro itojun Hagino
2005-10-27
sort options and sync usage();
Jason McIntyre
2003-03-14
correct use of sizeof.
Jun-ichiro itojun Hagino
2003-03-14
add missing ND option length validation. from kame
Jun-ichiro itojun Hagino
2002-09-10
signo and ansi
Theo de Raadt
2002-06-10
Kill __FUNCTION__.
Marc Espie
2002-06-09
do not use \n in syslog()
Theo de Raadt
2002-06-07
avoid fd_set overrun. sync w/kame
Jun-ichiro itojun Hagino
2002-06-04
use arc4random
Jun-ichiro itojun Hagino
2002-05-29
KNF, strlcpy, cleanups from kame
Jun-ichiro itojun Hagino
2002-05-21
duplicated prototype
Jun-ichiro itojun Hagino
[next]