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:   rmind
Date:           Sat Oct 18 03:46:22 UTC 2008

Modified Files:
        src/sys/kern: init_main.c
        src/sys/uvm: uvm_aobj.c uvm_init.c

Log Message:
- Initialize pool subsystem and kmem(9) earlier, when UVM is up enough.
- Remove uao_hashinit() workaround used for anon-objects.
- Replace malloc with kmem.

OK by <yamt>.


To generate a diff of this commit:
cvs rdiff -r1.365 -r1.366 src/sys/kern/init_main.c
cvs rdiff -r1.103 -r1.104 src/sys/uvm/uvm_aobj.c
cvs rdiff -r1.33 -r1.34 src/sys/uvm/uvm_init.c

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