summaryrefslogtreecommitdiff
path: root/usr.bin/pmap/main.c
AgeCommit message (Expand)Author
2022-08-21Add -t option to print pmap as underlying RB tree.mlelstv
2020-11-04Restrict to root any command option that prints kernel addresses.chs
2020-03-22- Don't copy the entire namecache only to look up a few names. Walk thead
2019-09-13deal with variable length namecache entries.christos
2015-12-14use ecallocchristos
2015-12-13PR/50546: David Binderman: Fix bad sizeofchristos
2011-10-25Move getuid() out of the loop, uid should not change behind our back. KNF.jym
2011-10-25kill(2) might not be a good test after all, users can send signalsjym
2011-10-18Disallow printing of kernel mappings if we are not root.jym
2011-06-23Don't give out information about processes we can't control.christos
2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wextra -Wsign-compare)lukem
2008-06-17From skd: Delete kernel_floor tests. They don't make sense on amd64.christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-02remove no longer necessary lockdebug hacks.yamt
2004-01-31Lint police.atatat
2004-01-31Unfold the KDEREF() macros a little, and tweak the LOCKDEBUG detectionatatat
2004-01-06Find the buf_map symbol, so that the submap can be labeled properly.atatat
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-24Though I cannot reproduce the failure (which I suspect is ratheratatat
2003-05-04Build main.c with LOCKDEBUG defined so that it gets the larger kbitatatat
2003-04-16Sort options in usage.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-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