summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat/procstat_vm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 261780:jhb2014-02-191-0/+3
* Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.trociny2013-04-201-2/+2
* Align the header with output.trociny2012-07-241-1/+1
* - Add support for displaying process stack memory regions.pgj2012-07-161-1/+3
* When displaying process virtual memory mappings print superpagetrociny2011-11-071-2/+3
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-121-3/+4
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+3
* Include param.h instead of types.h before user.h so that the nestedrwatson2008-12-291-1/+1
* Do not segfault when procstat -f or procstat -v is called on a process notmarcus2008-12-191-0/+2
* Update format string for kve_start/end.peter2008-12-021-2/+3
* Use libutil wrapper for kinfo_get{file|vmmap}()peter2008-12-011-35/+6
* WARNS fixes: mainly constness and avoid comparing signed withdwmalone2008-02-081-2/+3
* Add procstat(1), a process inspection utility. This provides both somerwatson2007-12-021-0/+130
OpenPOWER on IntegriCloud