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 Jan 28 00:00:06 UTC 2012

Modified Files:
        src/sys/kern: subr_pool.c vfs_bio.c
        src/sys/ufs/ffs: ffs_vfsops.c
        src/sys/uvm: uvm_init.c uvm_kmguard.c uvm_map.c uvm_pdpolicy_clock.c
            uvm_swap.c

Log Message:
pool_page_alloc, pool_page_alloc_meta: avoid extra compare, use const.
ffs_mountfs,sys_swapctl: replace memset with kmem_zalloc.
sys_swapctl: move kmem_free outside the lock path.
uvm_init: fix comment, remove pointless numeration of steps.
uvm_map_enter: remove meflagval variable.
Fix some indentation.


To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 src/sys/kern/subr_pool.c
cvs rdiff -u -r1.234 -r1.235 src/sys/kern/vfs_bio.c
cvs rdiff -u -r1.273 -r1.274 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -u -r1.42 -r1.43 src/sys/uvm/uvm_init.c
cvs rdiff -u -r1.6 -r1.7 src/sys/uvm/uvm_kmguard.c
cvs rdiff -u -r1.311 -r1.312 src/sys/uvm/uvm_map.c
cvs rdiff -u -r1.15 -r1.16 src/sys/uvm/uvm_pdpolicy_clock.c
cvs rdiff -u -r1.159 -r1.160 src/sys/uvm/uvm_swap.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