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
Age
Commit message (
Expand
)
Author
2016-05-07
Replace .Po/.Pc with .Pq, and drop extra .Li; suggested by jmc@
Jeremie Courreges-Anglas
2016-05-07
Document that both raflags and rtflags can hold route preference flags.
Jeremie Courreges-Anglas
2016-03-01
fatal("malloc") -> fatal(NULL)
Jeremie Courreges-Anglas
2016-03-01
Pointless 'return;' in void functions
Jeremie Courreges-Anglas
2016-03-01
Kill unused #defines
Jeremie Courreges-Anglas
2016-02-29
Merge add/make_prefix() and kill last use of struct in6_prefixreq in userland.
Jeremie Courreges-Anglas
2016-02-29
init_prefix() is now trivial, merge it with its caller.
Jeremie Courreges-Anglas
2016-02-26
sys/signal.h -> signal.h
Jeremie Courreges-Anglas
2016-02-26
Unused variable.
Jeremie Courreges-Anglas
2016-02-26
GC remnants of the Router Renumbering code; ok florian@
Jeremie Courreges-Anglas
2016-02-26
Remove #if'0ed code that uses a deprecated ioctl; ok florian@
Jeremie Courreges-Anglas
2016-02-26
Kill some useless members of struct rainfo; ok florian@
Jeremie Courreges-Anglas
2016-02-09
another typo
Jeremie Courreges-Anglas
2016-02-09
Kill code to send unicast packets which never got enabled.
Jeremie Courreges-Anglas
2016-02-08
Kill trailing whitespace.
Jeremie Courreges-Anglas
2016-02-08
typos
Jeremie Courreges-Anglas
2016-02-08
Print MAX addresses padded with a leading zero.
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
2016-02-05
rtadvd used a strncpy with a src interface name from the command line
Reyk Floeter
2016-01-25
Redundant assignement is redundant.
Jeremie Courreges-Anglas
2015-12-11
Remove NULL-checks before free().
mmcc
2015-12-01
Use setsockopt(ROUTE_MSGFILTER) instead of hand-rolled filtering.
Jeremie Courreges-Anglas
2015-12-01
This RTM_GET case can't trigger due to the filtering done above.
Jeremie Courreges-Anglas
2015-11-30
Kill Mobile IPv6 references. Also spotted by florian@
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-11-30
Fix dynamic prefix tracking.
Jeremie Courreges-Anglas
2015-11-03
Recognize carp(4) interfaces (yes, they are special...) in order to send
Martin Pieuchot
2015-10-25
In case of error, also log the file name we failed to open.
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-06-03
Do not assume that asprintf() clears the pointer on failure, which
Todd C. Miller
2015-06-02
write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275.
Igor Sobrado
2015-04-21
According to RFC 4861 and the actuall implementation rltime may not
Florian Obser
2015-01-19
remove #ifndef #define blocks trying to handle lack of BUFSIZ
Theo de Raadt
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-12-03
rtsol is gone
Florian Obser
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-11-02
make comment select() vs poll() agnostic
Theo de Raadt
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-06-29
If you want <sys/queue.h>, you need to include it. Don't assume that
Theo de Raadt
[next]