aboutsummaryrefslogtreecommitdiff
path: root/sys/net/radix.h
Commit message (Expand)AuthorAgeFilesLines
* + move MKGet()/MKFree() into the only file that can use them.Luigi Rizzo2004-04-181-15/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* add R_Zalloc definition that returns pre-zero'd memorySam Leffler2003-08-191-0/+2
* Make the radix tree code compilable in userland. Requested by ru.Jeffrey Hsu2003-02-081-9/+11
* Avoid lock order reversal by expanding the scope of theJeffrey Hsu2003-01-281-0/+1
* SMP locking for radix nodes.Jeffrey Hsu2002-12-241-0/+11
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* Remove __P.Alfred Perlstein2002-03-191-24/+24
* A couple months ago, Kirk and I were doing a walkthrough of the radix-treeGarrett Wollman2000-04-231-11/+11
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Unstaticized rn_delete() and rn_lookup(). They are used in dark cornersBruce Evans1997-11-241-1/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+5
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-5/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-9/+3
* Incorporate new radix code from UCB. This fixes the orphaned mask bugs.Paul Traina1995-04-281-11/+19
* Better fix for the deletion of parents of cloned routes problem,Garrett Wollman1995-03-201-1/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+3
* if.h:Bruce Evans1994-11-141-4/+7
* Add code to be a bit smarter about IP routes, conditioned on the optionGarrett Wollman1994-11-021-1/+3
* Make idempotent.Paul Richards1994-08-211-3/+3
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+153