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:   ad
Date:           Mon Dec 15 11:29:49 UTC 2008

Modified Files:
        src/sys/kern: subr_kmem.c
        src/sys/sys: vmem.h

Log Message:
Define VMEM_ADDR_NULL as UINTPTR_MAX, otherwise a vmem that can allocate
a block starting at zero will not work.

XXX pool_cache uses NULL to signify failed allocation.
XXX how did the percpu allocator work before?


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/kern/subr_kmem.c
cvs rdiff -r1.9 -r1.10 src/sys/sys/vmem.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