aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat.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
* Implement procstat(1) advlocks commandKonstantin Belousov2022-04-091-0/+2
* procstat(1): add ability to specify subcommands not requiring pid listsKonstantin Belousov2022-04-091-1/+8
* procstat: remove set but not used variablePiotr Pawel Stefaniak2022-03-181-2/+1
* procstat: Fix regression after 365880.Konstantin Belousov2020-09-291-8/+7
* Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov2020-09-271-2/+3
* Add pargs, penv, pwdx commands and aliases to procstat(1).Konstantin Belousov2020-09-181-92/+154
* Add procstat(1) sigfastblock command to show process sigfastblock word address.Konstantin Belousov2020-02-091-0/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* procstat: fix a crash with -k -a optionsAndriy Gapon2017-11-161-1/+1
* Switch procstat from subcommand flags to verbsBrooks Davis2017-10-141-148/+323
* procstat(8): clarify program usageEnji Cooper2017-07-201-5/+16
* Add missing usage and getopt(3) optionsBrooks Davis2017-05-261-4/+5
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-301-3/+11
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-0/+16
* Introduce libxo to procstat(1)Allan Jude2015-09-051-10/+51
* Fix a typo and update the date in the man page.Scott Long2015-03-111-1/+1
* Implement basic cpuset reporting in procstat via the -S flag.Scott Long2015-03-101-4/+9
* - Add support for dumping current resource usage for processes via a new -rJohn Baldwin2014-05-171-7/+18
* Make use of newly added libprocstat(3) ability to extract procstatMikolaj Golub2013-04-201-15/+28
* Use procstat_getkstack(3) for retrieving process kernel stacksMikolaj Golub2013-04-201-1/+1
* 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
* procstat: only one mode flag can be specified, but required check for 'i'Mateusz Guzik2013-01-121-2/+2
* usr.bin/procstatMikolaj Golub2011-11-241-6/+12
* Add new options, -e and -x, to display process environment variablesMikolaj Golub2011-11-221-5/+20
* Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson2011-08-141-4/+12
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-68/+49
* Teach procstat(1) to display some information about signal dispositionKonstantin Belousov2010-03-081-5/+21
* Include param.h instead of types.h before user.h so that the nestedRobert Watson2008-12-291-1/+1
* WARNS fixes: mainly constness and avoid comparing signed withDavid Malone2008-02-081-6/+7
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-021-0/+252