summaryrefslogtreecommitdiff
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* cred: Hide internal flag CRED_FLAG_CAPMODEOlivier Certner2025-04-081-1/+1
* procstat.1: document kqueuesKonstantin Belousov2025-04-071-0/+41
* procstat(1): dump kqueuesKonstantin Belousov2025-04-074-0/+341
* procstat.1: document local SOCK_SEQPACKET socket displayKonstantin Belousov2025-03-311-0/+2
* procstat.1: correct local socket types descriptions.Konstantin Belousov2025-03-311-6/+2
* procstat: decode SOCK_SEQPACKET unix domain socket typeKonstantin Belousov2025-03-311-0/+2
* procstat.1: document rlimitusageKonstantin Belousov2025-03-201-0/+2
* procstat.1: sort subcommandsKonstantin Belousov2025-03-201-34/+34
* procstat vm: report posix shm segment mappingKonstantin Belousov2024-10-151-0/+2
* procstat vm: report SysV shm segment mappingKonstantin Belousov2024-10-151-0/+6
* procstat(1): add rlimitusage subcommandKonstantin Belousov2024-10-054-0/+81
* procstat: support RLIMIT_PIPEBUFKonstantin Belousov2024-10-051-0/+1
* procstat(1): make rlimit_param[] size assertion automaticKonstantin Belousov2024-09-211-4/+3
* 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