| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r272385 by melifaro from head: | glebius | 2014-10-16 | 1 | -0/+13 |
* | Merge r259528, r259528, r260295. | melifaro | 2014-05-08 | 1 | -123/+116 |
* | MFC r256624: | melifaro | 2013-10-29 | 1 | -68/+112 |
* | whitespace cleanup | luigi | 2010-07-15 | 1 | -2/+2 |
* | One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is to | qingli | 2010-03-09 | 1 | -0/+2 |
* | Not only flush the ipfw tables when unloading ipfw or tearing | bz | 2010-03-07 | 1 | -2/+0 |
* | Introduce a function rn_detachhead() that will free the | bz | 2010-03-06 | 1 | -0/+18 |
* | remove unnecessary casts leftover from a bogus fix to a previous bug | luigi | 2010-03-02 | 1 | -1/+1 |
* | Move the scan for max_keylen into route.c::route_init(), | luigi | 2009-12-14 | 1 | -24/+2 |
* | Make the code buildable in userland so it is easier to test it: | luigi | 2009-12-12 | 1 | -8/+25 |
* | No functional changes (who dares to touch this code!) but: | luigi | 2009-12-10 | 1 | -5/+8 |
* | remove assertion checks for now - ipfw uses its own lock for protecting its r... | kmacy | 2008-12-16 | 1 | -6/+0 |
* | assert that the radix node head is locked when manipulating the tree | kmacy | 2008-12-16 | 1 | -0/+7 |
* | - convert radix node head lock from mutex to rwlock | kmacy | 2008-12-07 | 1 | -0/+1 |
* | This patch provides the back end support for equal-cost multi-path | qingli | 2008-04-13 | 1 | -0/+22 |
* | The code in rn_walktree_from() that checks if we backed up too far | qingli | 2006-02-07 | 1 | -1/+9 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Readability fixes: | luigi | 2004-04-21 | 1 | -12/+76 |
* | Add some comments, move a static array of constants in the only place | luigi | 2004-04-19 | 1 | -8/+16 |
* | + move MKGet()/MKFree() into the only file that can use them. | luigi | 2004-04-18 | 1 | -13/+19 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | While cleaning out my tree, fix another strict alias warning that would | peter | 2003-09-22 | 1 | -1/+1 |
* | Make the radix tree code compilable in userland. Requested by ru. | hsu | 2003-02-08 | 1 | -0/+4 |
* | Typo in function name. | ru | 2002-12-25 | 1 | -4/+4 |
* | A month after pst@ has committed his revision 1.8, it was | ru | 2002-12-25 | 1 | -3/+6 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 1 | -0/+1 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -1/+0 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -1/+1 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -1/+1 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-24 | 1 | -5/+5 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -13/+13 |
* | Initialize rn_mklist in rn_newpair(). The undocumented assumption | wollman | 2000-10-27 | 1 | -0/+1 |
* | A couple months ago, Kirk and I were doing a walkthrough of the radix-tree | wollman | 2000-04-23 | 1 | -145/+190 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Never return the root node itself from rn_match(); return NULL instead. | pb | 1999-06-25 | 1 | -2/+5 |
* | Postpone route_init() until all domains are attached. | luoqi | 1999-04-29 | 1 | -2/+1 |
* | Temporary hack. The radix code shouldn't need this, it should be | peter | 1999-04-26 | 1 | -1/+2 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+4 |
* | Unstaticized rn_delete() and rn_lookup(). They are used in dark corners | bde | 1997-11-24 | 1 | -9/+5 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -13/+21 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-02 | 1 | -3/+17 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -13/+13 |
* | Incorporate new radix code from UCB. This fixes the orphaned mask bugs. | pst | 1995-04-28 | 1 | -146/+295 |
* | radix.c: correct exit condition in rn_walktree_from() | wollman | 1995-03-23 | 1 | -2/+18 |
* | Better fix for the deletion of parents of cloned routes problem, | wollman | 1995-03-20 | 1 | -1/+80 |
* | moved a message into a #ifdef DEBUG. This message comes out if a kernel | phk | 1994-10-15 | 1 | -1/+3 |
* | Cosmetics: to silence gcc -wall. | phk | 1994-10-08 | 1 | -12/+14 |