Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   chs
Date:           Fri Feb 11 02:12:03 UTC 2005

Modified Files:
        src/sys/kern: kern_exec.c
        src/sys/uvm: uvm_map.c uvm_map.h uvm_map_i.h uvm_mmap.c
        src/usr.bin/pmap: pmap.c

Log Message:
use vm_map_{min,max}() instead of dereferencing the vm_map pointer directly.
define and use vm_map_set{min,max}() for modifying these values.
remove the {min,max}_offset aliases for these vm_map fields to be more
namespace-friendly.  PR 26475.


To generate a diff of this commit:
cvs rdiff -r1.191 -r1.192 src/sys/kern/kern_exec.c
cvs rdiff -r1.183 -r1.184 src/sys/uvm/uvm_map.c
cvs rdiff -r1.44 -r1.45 src/sys/uvm/uvm_map.h
cvs rdiff -r1.31 -r1.32 src/sys/uvm/uvm_map_i.h
cvs rdiff -r1.87 -r1.88 src/sys/uvm/uvm_mmap.c
cvs rdiff -r1.24 -r1.25 src/usr.bin/pmap/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