NetBSD/usr.bin/pmap
chs 467487d274 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.
2005-02-11 02:12:03 +00:00
..
Makefile
TODO
main.c
main.h
pmap.1
pmap.c use vm_map_{min,max}() instead of dereferencing the vm_map pointer directly. 2005-02-11 02:12:03 +00:00
pmap.h
pmap_ld.c