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:   para
Date:           Tue Jan 29 21:26:25 UTC 2013

Modified Files:
        src/sys/kern: subr_vmem.c
        src/sys/rump/librump/rumpkern: vm.c
        src/sys/sys: vmem.h vmem_impl.h

Log Message:
make vmem(9) ready to be used early during bootstrap to replace extent(9)
pass memory for vmem structs into the initialization function and
do away with the static pool of vmem structs.
remove special bootstrapping of the quantum cache pools of the kmem_va_arena
as memory for pool_caches is allocated via pool_allocator_meta which is
fully operational at this point.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/kern/subr_vmem.c
cvs rdiff -u -r1.134 -r1.135 src/sys/rump/librump/rumpkern/vm.c
cvs rdiff -u -r1.19 -r1.20 src/sys/sys/vmem.h
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/vmem_impl.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