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:   yamt
Date:           Wed Apr  6 11:35:54 UTC 2005

Modified Files:
        src/sys/kern: subr_blist.c
        src/sys/sys: blist.h

Log Message:
- add a missing cast in the 1-bit optimization case of blst_leaf_alloc.
- use uint64_t rather than daddr_t/u_daddr_t and rename SWAP -> BLIST.

XXX 32 bit is enough?  will revisit later.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/kern/subr_blist.c
cvs rdiff -r1.2 -r1.3 src/sys/sys/blist.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