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 Lint police. 2004-01-31 20:53:55 +00:00
main.h remove remaining v_id. 2003-07-31 15:43:06 +00:00
pmap.1 Some fixes and formatting changes from jmc@openbsd. 2004-02-17 20:41:49 +00:00
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 s/the the/the/ (only in sources that aren't regularly imported from 2004-04-23 02:58:27 +00:00
pmap_ld.c