Source-Changes archive

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

CVS commit: src/sys/lib/libkern



Module Name:    src
Committed By:   matt
Date:           Sat Sep  9 06:52:18 UTC 2006

Modified Files:
        src/sys/lib/libkern: rb.c rb.h

Log Message:
Shrink rb_tree to 4 pointers (2 if RBSMALL is defined).  Move compare
functions to a separate rb_tree_ops structure.  Make every int explicit
in being signed or unsigned.  Use RBDEBUG to enable debug code.  Move
rbt_count to RBSTATS.  Use RBSMALL to not keep track of min/max.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/lib/libkern/rb.c
cvs rdiff -r1.5 -r1.6 src/sys/lib/libkern/rb.h

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