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:   christos
Date:           Wed Jun 25 03:06:25 UTC 2008

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

Log Message:
Make rb use masks instead of bitfields, because it is more portable (bitfields
to unsigned long are not portable), and produces tighter code. Tested on
amd64. approved by gimpy.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/lib/libkern/rb.c
cvs rdiff -r1.4 -r1.5 src/sys/sys/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