Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   pooka
Date:           Wed May 27 17:46:50 UTC 2009

Modified Files:
        src/sys/net: radix.c radix.h
        src/sys/netinet: ip_encap.c

Log Message:
Make it possible to register delayed radix tree head inits which
will be processed when the radix "subsystem" is initialized -- all
users must be attached before any inits to know the max keylength.
Use of link sets is no longer required, and only attached domains
need to be considered.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/net/radix.c
cvs rdiff -u -r1.21 -r1.22 src/sys/net/radix.h
cvs rdiff -u -r1.37 -r1.38 src/sys/netinet/ip_encap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index