summaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_vm.c
AgeCommit message (Expand)Author
2024-10-08procstat vm: report posix shm segment mappingKonstantin Belousov
2024-10-07procstat vm: report SysV shm segment mappingKonstantin Belousov
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-02-14procstat: distinguish vm map guards in procstat vm output.Konstantin Belousov
2020-09-27Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov
2019-03-05Show wiring state of map entries in procstat -v.Mark Johnston
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-14Switch procstat from subcommand flags to verbsBrooks Davis
2015-09-05Introduce libxo to procstat(1)Allan Jude
2014-07-20In "procstat -v" (VM), spell out 'FL' to 'FLAG' since there are two extraRobert Watson
2014-02-11Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as anJohn Baldwin
2013-04-20Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.Mikolaj Golub
2012-07-24Align the header with output.Mikolaj Golub
2012-07-16- Add support for displaying process stack memory regions.Gabor Pali
2011-11-07When displaying process virtual memory mappings print superpageMikolaj Golub
2011-05-12- Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2009-07-24Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin
2008-12-29Include param.h instead of types.h before user.h so that the nestedRobert Watson
2008-12-19Do not segfault when procstat -f or procstat -v is called on a process notJoe Marcus Clarke
2008-12-02Update format string for kve_start/end.Peter Wemm
2008-12-02Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm
2008-02-08WARNS fixes: mainly constness and avoid comparing signed withDavid Malone
2007-12-02Add procstat(1), a process inspection utility. This provides both someRobert Watson