summaryrefslogtreecommitdiffstats
path: root/usr.sbin/procmap (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct order of region bits for -a case: rwxSepcderaadt2019-11-291-2/+2
* Repurpose the "syscalls must be on a writeable page" mechanism toderaadt2019-11-291-9/+19
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-051-5/+5
* Fix description of -v and implement -v for -a showing holes; ok deraadt@otto2018-03-312-4/+16
* port the RBT code to userland by making it part of libc.dlg2017-06-191-4/+1
* Make a move towards ending 4 decades of kernel snooping.deraadt2016-09-251-2/+9
* procmap fumbles with uvm_map_addr structures, which are now in RBTsdlg2016-09-162-17/+35
* Re-introduce vnode-to-filename mappingstefan2016-05-262-6/+74
* Must extract uvm_vnode from uvm_object first before reading the vnodestefan2016-05-251-3/+11
* Remove am_maxslot from amap.stefan2016-04-161-7/+2
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
* Also print the fspace member of map entries when PRINT_VM_MAP_ENTRY iskettenis2015-01-191-2/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Replace a plethora of historical protection options with justderaadt2014-11-162-25/+25
* Additional cleanup for procfs removaldoug2014-09-081-3/+2
* Delete procfs; it's always had races and is now unused: no one noticed forguenther2014-09-081-2/+1
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-1/+4
* There really isn't a strict "heap" anymore, so just call everything likederaadt2014-07-081-4/+1
* Use errc/warnc to simplify code.guenther2014-05-201-3/+2
* remove tendrils of namei dumping codetedu2014-02-132-8/+3
* use strtonumtedu2014-02-131-2/+5
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-4/+4
* get ready for big ino_t; ok gunther@otto2013-08-121-3/+4
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* Since the "better kmem pointer hiding" commit, procmap does not workdcoppa2013-06-251-3/+1
* Don't bother printing vm_swrss of a process, the current uvm accountingmiod2013-05-141-1/+3
* pretty-print bigger ino_t variablesderaadt2013-04-241-7/+9
* revert 1.45. it depended on a kernel change we will not be making, andtedu2013-04-211-47/+21
* for the sake of argument, let's pretend this #if 0 code isn't wantedtedu2013-03-261-79/+1
* rework the main loop so we can drop kmem privs a little later,tedu2013-03-231-21/+47
* revert, that restriction is already enforced the right waytedu2013-03-201-4/+1
* Only root can look at the kernel address space.deraadt2013-03-201-1/+4
* document a safe cast, which should be (unsigned int) instead of simplyderaadt2013-01-161-2/+3
* Userspace counterpart of new vmmap.ariane2012-03-091-70/+107
* make -column lists pretty again;jmc2011-09-031-14/+14
* Userland counterpart of the vmmap backout; cranks major version of libkvm.ariane2011-06-061-107/+70
* Reimplement uvm/uvm_map.ariane2011-05-241-70/+107
* BRKSIZ is the right constant now, so I don't get lots of teeny tiny heapstedu2011-04-231-2/+2
* Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowguenther2011-04-101-6/+6
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-7/+3
* Remove portalfs.thib2011-04-051-4/+1
* add an EXIT STATUS section for /usr/sbin;jmc2010-09-031-3/+3
* Update nlist array and uncomment a few things to pave the way for upcomingmiod2009-08-121-14/+7
* Namecache revamp.beck2009-08-121-1/+9
* No longer consider kernel pointers invalid if pointing under the kernelmiod2009-06-041-28/+2
* replace standardized text concerning the exit values of applicationssobrado2009-01-191-4/+3
* add -A to SYNOPSIS;jmc2008-09-181-2/+2
* document -A and include in usageotto2008-09-182-4/+6
* Add a flag to print amap usage.art2008-09-181-11/+72
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-17/+3