summaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_args.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov2020-09-271-2/+3
* 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-2/+2
* Introduce libxo to procstat(1)Allan Jude2015-09-051-17/+34
* Use libprocstat(3) to retrieve process command line arguments andMikolaj Golub2013-04-201-30/+18
* Add new options, -e and -x, to display process environment variablesMikolaj Golub2011-11-221-6/+20
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-4/+5
* 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
* Include param.h instead of types.h before user.h so that the nestedRobert Watson2008-12-291-1/+1
* Add 'COMM' column to a few more output modes of procstat(1). The onlyRobert Watson2007-12-101-1/+3
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-021-0/+74