aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_vm.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* procstat: distinguish vm map guards in procstat vm output.Konstantin Belousov2021-02-141-0/+4
* Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov2020-09-271-2/+3
* Show wiring state of map entries in procstat -v.Mark Johnston2019-03-051-2/+6
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch procstat from subcommand flags to verbsBrooks Davis2017-10-141-1/+1
* Introduce libxo to procstat(1)Allan Jude2015-09-051-20/+69
* In "procstat -v" (VM), spell out 'FL' to 'FLAG' since there are two extraRobert Watson2014-07-201-2/+2
* Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as anJohn Baldwin2014-02-111-0/+3
* 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