aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_vm.c
Commit message (Expand)AuthorAgeFilesLines
* Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.Mikolaj Golub2013-04-201-2/+2
* Align the header with output.Mikolaj Golub2012-07-241-1/+1
* - Add support for displaying process stack memory regions.Gabor Pali2012-07-161-1/+3
* When displaying process virtual memory mappings print superpageMikolaj Golub2011-11-071-2/+3
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-3/+4
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-0/+3
* Include param.h instead of types.h before user.h so that the nestedRobert Watson2008-12-291-1/+1
* Do not segfault when procstat -f or procstat -v is called on a process notJoe Marcus Clarke2008-12-191-0/+2
* Update format string for kve_start/end.Peter Wemm2008-12-021-2/+3
* Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm2008-12-021-35/+6
* WARNS fixes: mainly constness and avoid comparing signed withDavid Malone2008-02-081-2/+3
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-021-0/+130