Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/usermode



Module Name:    src
Committed By:   reinoud
Date:           Wed Aug 24 12:54:47 UTC 2011

Modified Files:
        src/sys/arch/usermode/include: vmparam.h
        src/sys/arch/usermode/usermode: pmap.c

Log Message:
Swap userland code and kvm spaces so that userland lives from VM_MIN_ADDRESS
to VM_MAXUSER_ADDRESS and KVM is above that.

Note that the userspace is surrounded by a configurable amount of
non-accessible barrier space to prevent accidental out-of-boundaries access
even when reading.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/usermode/include/vmparam.h
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/usermode/usermode/pmap.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