Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: matt
Date: Sat Sep 25 01:42:40 UTC 2010
Modified Files:
src/common/lib/libc/gen: rb.c
src/common/lib/libprop: prop_rb_impl.h
src/distrib/sets/lists/comp: mi
src/sys/fs/udf: udf.h
src/sys/kern: subr_lockdebug.c
src/sys/net/npf: npf_impl.h
src/sys/nfs: nfsmount.h nfsnode.h
src/sys/sys: Makefile
src/sys/uvm: uvm_map.h uvm_object.h uvm_page.h
Added Files:
src/sys/sys: rbtree.h
Removed Files:
src/sys/sys: rb.h
Log Message:
Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also
helps find code that hasn't been updated to use the new rbtree API.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/gen/rb.c
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libprop/prop_rb_impl.h
cvs rdiff -u -r1.1509 -r1.1510 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.42 -r1.43 src/sys/fs/udf/udf.h
cvs rdiff -u -r1.42 -r1.43 src/sys/kern/subr_lockdebug.c
cvs rdiff -u -r1.2 -r1.3 src/sys/net/npf/npf_impl.h
cvs rdiff -u -r1.49 -r1.50 src/sys/nfs/nfsmount.h
cvs rdiff -u -r1.71 -r1.72 src/sys/nfs/nfsnode.h
cvs rdiff -u -r1.127 -r1.128 src/sys/sys/Makefile
cvs rdiff -u -r1.14 -r0 src/sys/sys/rb.h
cvs rdiff -u -r0 -r1.1 src/sys/sys/rbtree.h
cvs rdiff -u -r1.64 -r1.65 src/sys/uvm/uvm_map.h
cvs rdiff -u -r1.27 -r1.28 src/sys/uvm/uvm_object.h
cvs rdiff -u -r1.60 -r1.61 src/sys/uvm/uvm_page.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