summaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat.c
AgeCommit message (Expand)Author
2025-03-13procstat(1): dump kqueuesKonstantin Belousov
2024-09-27procstat(1): add rlimitusage subcommandKonstantin 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
2022-04-10Implement procstat(1) advlocks commandKonstantin Belousov
2022-04-10procstat(1): add ability to specify subcommands not requiring pid listsKonstantin Belousov
2022-03-18procstat: remove set but not used variablePiotr Pawel Stefaniak
2020-09-29procstat: Fix regression after 365880.Konstantin Belousov
2020-09-27Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov
2020-09-18Add pargs, penv, pwdx commands and aliases to procstat(1).Konstantin Belousov
2020-02-09Add procstat(1) sigfastblock command to show process sigfastblock word address.Konstantin Belousov
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-16procstat: fix a crash with -k -a optionsAndriy Gapon
2017-10-14Switch procstat from subcommand flags to verbsBrooks Davis
2017-07-20procstat(8): clarify program usageEnji Cooper
2017-05-26Add missing usage and getopt(3) optionsBrooks Davis
2017-03-30Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale
2016-12-07Export the whole thread name in kinfo_procEric van Gyzen
2015-09-05Introduce libxo to procstat(1)Allan Jude
2015-03-11Fix a typo and update the date in the man page.Scott Long
2015-03-10Implement basic cpuset reporting in procstat via the -S flag.Scott Long
2014-05-17- Add support for dumping current resource usage for processes via a new -rJohn Baldwin
2013-04-20Make use of newly added libprocstat(3) ability to extract procstatMikolaj Golub
2013-04-20Use procstat_getkstack(3) for retrieving process kernel stacksMikolaj Golub
2013-04-20Use libprocstat(3) to retrieve ELF auxiliary vector.Mikolaj Golub
2013-04-20Use libprocstat(3) to retrieve process command line arguments andMikolaj Golub
2013-04-20Use libprocstat(3) when retrieving binary information for a process.Mikolaj Golub
2013-04-20Use procstat_getrlimit(3) for retrieving rlimit information instead ofMikolaj Golub
2013-04-20Use procstat_getgroups(3) for retrieving groups information instead ofMikolaj Golub
2013-04-20Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.Mikolaj Golub
2013-04-20Use procstat_getprocs(3) for retrieving thread information instead ofMikolaj Golub
2013-01-12procstat: only one mode flag can be specified, but required check for 'i'Mateusz Guzik
2011-11-24usr.bin/procstatMikolaj Golub
2011-11-22Add new options, -e and -x, to display process environment variablesMikolaj Golub
2011-08-14Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson
2011-05-12- Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov
2010-03-08Teach procstat(1) to display some information about signal dispositionKonstantin Belousov
2008-12-29Include param.h instead of types.h before user.h so that the nestedRobert Watson
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