aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2717-17/+0
* procstat auxv: widen COMM column to MAXCOMLENBrooks Davis2023-10-161-4/+4
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: alt two-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1617-34/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* procstat: Remove set but unused variable.John Baldwin2023-06-201-5/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1216-16/+16
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-4/+1
* procstat(1): print AT_USRSTACKBASE and AT_USRSTACKLIMKonstantin Belousov2022-09-161-0/+14
* procstat: fix printing divert(4) socketsGleb Smirnoff2022-08-302-6/+11
* Document procstat(1) advlock commandKonstantin Belousov2022-04-091-1/+57
* Implement procstat(1) advlocks commandKonstantin Belousov2022-04-094-0/+106
* procstat(1): add ability to specify subcommands not requiring pid listsKonstantin Belousov2022-04-092-1/+9
* procstat: remove set but not used variablePiotr Pawel Stefaniak2022-03-181-2/+1
* Pass vdso address to userspaceKonstantin Belousov2021-12-061-0/+6
* procstat auxv: print out FXRNGKonstantin Belousov2021-11-151-0/+6
* 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