summaryrefslogtreecommitdiff
path: root/usr.bin/pmap
AgeCommit message (Expand)Author
2004-01-06Find the buf_map symbol, so that the submap can be labeled properly.atatat
2003-10-21Don't assign NULL to an integer.fvdl
2003-09-17redo the previous in a different way; use vm_map_min/max macros.yamt
2003-09-17update lockdebug detection to follow uvm_map.h rev.1.35.yamt
2003-07-31remove remaining v_id.yamt
2003-07-30eliminate v_id.yamt
2003-07-24Though I cannot reproduce the failure (which I suspect is ratheratatat
2003-07-15strlcatitojun
2003-05-04Build main.c with LOCKDEBUG defined so that it gets the larger kbitatatat
2003-04-16Sort options in usage.wiz
2003-04-16Sort options in SYNOPSIS, grammar fix.wiz
2003-04-04Add some more intricate groveler options:atatat
2003-03-29Introduce a "size_t" variable for use with sysctl(3).he
2003-03-28Add the capability to dump the struct vm_amap and the am_anon,atatat
2003-02-27Clean up code in places, add some more (possible) submap names, makeatatat
2003-02-23Oops. Missed some possible UVM_ET_IS*() macro uses.atatat
2003-02-22Properly print the VM_MAP_TOPDOWN flag if it is set, document theatatat
2003-02-14The correct capitalisation of 'NetBSD.org' is (yougrant
2003-01-19The next release will be 2.0, not 1.7.atatat
2003-01-16Print the string as if it's a string. Don't print the pointer. It'satatat
2003-01-09More properly handle the setgid privileges that we have, casting thematatat
2003-01-08Make pmap work on LOCKDEBUG *and* non-LOCKDEBUG kernels (previously itatatat
2002-12-06Avoid a trigraph, and fix printf formats.thorpej
2002-10-29Don't truncate the vm_map_entry offset to 32-bits when printing.thorpej
2002-10-17Provides better error messages from the symbol lookups (printingatatat
2002-10-12Print the contents of the aref (it's small and MI -- MD code hereatatat
2002-09-30New sentence, new line.grant
2002-09-19Provide names for the map and submaps when doing recursive verboseatatat
2002-09-17Make error messages a little more informative. Add -R option toatatat
2002-09-13Add verbose support to the -l output, tweak verbose support for -datatat
2002-09-01Unterminated comment. Grr...atatat
2002-09-01Move pmap(1) to /usr/bin (from /usr/sbin) where it belongs.atatat