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:           Sun Feb  5 03:40:08 UTC 2012

Modified Files:
        src/sys/kern: subr_kmem.c
        src/sys/sys: kmem.h
        src/sys/uvm: uvm_kmguard.c uvm_kmguard.h

Log Message:
- Make KMGUARD interrupt-safe.
- kmem_intr_{alloc,free}: remove workaround.

Changes affect KMGUARD-enabled debug kernels only.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/kern/subr_kmem.c
cvs rdiff -u -r1.8 -r1.9 src/sys/sys/kmem.h
cvs rdiff -u -r1.7 -r1.8 src/sys/uvm/uvm_kmguard.c
cvs rdiff -u -r1.1 -r1.2 src/sys/uvm/uvm_kmguard.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