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
/
sys
/
net
/
radix.c
Age
Commit message (
Expand
)
Author
2012-07-10
Place declarations for internal radix functions inside radix.c, stop
Bret Lambert
2011-07-22
fix typos, martin pelikan
Henning Brauer
2010-08-22
Fix a 16 year old bug in the sorting routine for non-contiguous netmasks.
Marco Pfatschbacher
2010-06-28
Add the rtable id as an argument to rn_walktree(). Functions like
Claudio Jeker
2009-01-06
Change the way way rn_mklists work (especially the RNF_NORMAL ones).
Claudio Jeker
2008-12-29
At least try to make this code a bit easier to read. Don't fiddle with x
Claudio Jeker
2008-11-21
Change rn_mpath_next() to be able to walk over the full multipath list
Claudio Jeker
2008-05-09
Fix a logic botch around prioinv that resulted in wrong ordering of more
Claudio Jeker
2008-05-07
Implement routing priorities. Every route inserted has a priority assigned
Claudio Jeker
2006-06-18
Add support for equal-cost multipath IP.
Christopher Pascoe
2006-02-06
typos from alexey dobriyan;
Jason McIntyre
2005-05-15
ANSI, mostly from Toni Mueller <openbsd-tech@oeko.net>
Henning Brauer
2004-04-25
permit multiple default route. from kame
Jun-ichiro itojun Hagino
2004-04-25
radix tree with multipath support. from kame. deraadt ok
Jun-ichiro itojun Hagino
2004-04-25
sync with NetBSD, mostly a Lite2 merge.
Brad Smith
2004-04-25
undo "oops" commit on 1.14 (radix_mpath).
Jun-ichiro itojun Hagino
2004-04-25
indentation fix
Jun-ichiro itojun Hagino
2003-12-19
rn_satsifies_leaf -> rn_satisfies_leaf
Brad Smith
2003-12-10
de-register. deraadt ok
Jun-ichiro itojun Hagino
2003-08-27
RNF_IGNORE can corrupt the radix tree when an interface is down, it
Henric Jungheim
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-11-20
KNF
Theo de Raadt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-07-21
missing \n in a log() call
Jun-ichiro itojun Hagino
2001-07-06
fix userland side prototypes
Theo de Raadt
2000-06-17
on ifconfig down ignore all routes pointing to the downed interface.
Niels Provos
1996-09-05
remove ';' after function close '}'
Michael Shalayeff
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt