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 13:09:10 UTC 2005

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

Log Message:
introduce new types, blist_bitmap_t and blist_blkno_t,
and use them instead of uint64_t.
make them 32-bit for now because it's what swap slot allocation code uses.


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