aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat.h
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+16
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-301-0/+2
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-0/+1
* Introduce libxo to procstat(1)Allan Jude2015-09-051-0/+5
* Implement basic cpuset reporting in procstat via the -S flag.Scott Long2015-03-101-0/+1
* - Add support for dumping current resource usage for processes via a new -rJohn Baldwin2014-05-171-1/+2
* Use procstat_getkstack(3) for retrieving process kernel stacksMikolaj Golub2013-04-201-1/+2
* Use libprocstat(3) to retrieve ELF auxiliary vector.Mikolaj Golub2013-04-201-1/+1
* Use libprocstat(3) to retrieve process command line arguments andMikolaj Golub2013-04-201-2/+2
* Use libprocstat(3) when retrieving binary information for a process.Mikolaj Golub2013-04-201-1/+1
* Use procstat_getrlimit(3) for retrieving rlimit information instead ofMikolaj Golub2013-04-201-1/+1
* Use procstat_getgroups(3) for retrieving groups information instead ofMikolaj Golub2013-04-201-1/+1
* Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.Mikolaj Golub2013-04-201-1/+1
* Use procstat_getprocs(3) for retrieving thread information instead ofMikolaj Golub2013-04-201-1/+1
* usr.bin/procstatMikolaj Golub2011-11-241-0/+1
* Add new options, -e and -x, to display process environment variablesMikolaj Golub2011-11-221-0/+2
* Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson2011-08-141-1/+1
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-10/+10
* Teach procstat(1) to display some information about signal dispositionKonstantin Belousov2010-03-081-1/+3
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-021-0/+46