aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* procstat: distinguish vm map guards in procstat vm output.Konstantin Belousov2021-02-142-1/+7
* Decode and report native eventfd descriptors from libprocstat and procstat.Konstantin Belousov2020-12-272-0/+7
* Remove the cloned file descriptors for /dev/crypto.John Baldwin2020-11-252-8/+1
* procstat(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-10-051-1/+46
* procstat: Fix regression after 365880.Konstantin Belousov2020-09-291-8/+7
* Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov2020-09-2714-29/+42
* Add pargs, penv, pwdx commands and aliases to procstat(1).Konstantin Belousov2020-09-187-97/+360
* Add procstat support for AT_ flags added in r359988.Brooks Davis2020-04-151-0/+30
* Add procstat(1) sigfastblock command to show process sigfastblock word address.Konstantin Belousov2020-02-093-0/+67
* Add AT_BSDFLAGS auxv entry.Konstantin Belousov2020-02-091-0/+6
* Fix the following -Werror warning from clang 10.0.0 in procstat:Dimitry Andric2020-01-291-1/+2
* Remove IS_INADDR_ANY().Jeremie Le Hen2019-10-191-2/+1
* Add a missing macro for the previous commit (IS_INADDR_ANY()).Jeremie Le Hen2019-10-091-0/+1
* Use inet_ntop(3) instead of inet_ntoa(3) for AF_INET socket details.Jeremie Le Hen2019-10-091-2/+7
* procstat/tests: Fix flakiness by waiting for program to startJilles Tjoelker2019-09-042-15/+8
* resource.h is sufficient here, no need for resoursevar.h.Gleb Smirnoff2019-08-071-1/+1
* procstat: Recognize HWCAP and HWCAP2 with auxv commandMitchell Horne2019-06-111-0/+12
* Update the spelling of my nameEnji Cooper2019-04-222-4/+2
* Show wiring state of map entries in procstat -v.Mark Johnston2019-03-052-3/+14
* Temporarily skip flakey test casesLi-Wen Hsu2018-12-061-0/+4
* Print type designator 'D' for the KF_TYPE_DEV files.Konstantin Belousov2018-12-031-0/+5
* Teach procstat -x about the AT_EHDRFLAGS ELF auxiliary vector.John Baldwin2018-10-291-0/+6
* Add a rudimentary test for procstat kstack.Mark Johnston2018-08-021-0/+15
* Don't escape '?'s in protocol output.Brooks Davis2018-01-231-3/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2713-0/+26
* procstat: fix a crash with -k -a optionsAndriy Gapon2017-11-161-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+16
* Switch procstat from subcommand flags to verbsBrooks Davis2017-10-1418-234/+520
* Make procstat(1) recognize process descriptors, so that it showsEdward Tomasz Napierala2017-10-032-1/+8
* MFhead@r322057Enji Cooper2017-08-041-3/+7
|\
| * Fix procstat --libxo -L.Mark Johnston2017-08-031-3/+7
* | Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* procstat(8): clarify program usageEnji Cooper2017-07-201-5/+16
* procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer2017-05-261-0/+6
* Add missing usage and getopt(3) optionsBrooks Davis2017-05-262-5/+8
* Start writing up some basic feature tests for procstatEnji Cooper2017-05-154-0/+195
* procstat(1): also reference icmp(4) and sctp(4)Enji Cooper2017-05-111-0/+2
* procstat(1): document all possible `PRO` (network protocol) valuesEnji Cooper2017-05-111-1/+59
* procstat(1): clarify the Signal Disposition sectionEnji Cooper2017-05-111-3/+6
* procstat(1): fix a typo (it's -> its)Enji Cooper2017-05-111-2/+2
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-305-4/+108
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-075-15/+29
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-2/+1
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-2/+3
* Update META_MODE dependencies.Bryan Drewery2015-09-171-0/+2
* Fix inverted output re: stack protection no-execute flag in procstat(1)Allan Jude2015-09-061-2/+2
* Fix build error on gcc platformsAllan Jude2015-09-051-1/+1
* Introduce libxo to procstat(1)Allan Jude2015-09-0517-243/+654