summaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_auxv.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov2020-09-271-2/+3
* Add procstat support for AT_ flags added in r359988.Brooks Davis2020-04-151-0/+30
* Add AT_BSDFLAGS auxv entry.Konstantin Belousov2020-02-091-0/+6
* procstat: Recognize HWCAP and HWCAP2 with auxv commandMitchell Horne2019-06-111-0/+12
* Teach procstat -x about the AT_EHDRFLAGS ELF auxiliary vector.John Baldwin2018-10-291-0/+6
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch procstat from subcommand flags to verbsBrooks Davis2017-10-141-1/+1
* Fix inverted output re: stack protection no-execute flag in procstat(1)Allan Jude2015-09-061-2/+2
* Introduce libxo to procstat(1)Allan Jude2015-09-051-32/+61
* Use libprocstat(3) to retrieve ELF auxiliary vector.Mikolaj Golub2013-04-201-94/+8
* Handle AT_TIMEKEEP in procstat(1) -x [1]. Remove the AT_COUNT switchKonstantin Belousov2012-09-161-2/+4
* Always return 0 if the sysctl failed.Mikolaj Golub2012-01-291-8/+8
* Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes.Mikolaj Golub2011-12-121-16/+87
* Don't output a warning if kern.proc.auxv sysctl has returned EPERM.Mikolaj Golub2011-12-051-1/+1
* Cast a_val on printing. This fixes build on mips.Mikolaj Golub2011-11-281-14/+14
* Make proctstat -x output more readable.Mikolaj Golub2011-11-271-55/+39
* Fix build, hopefully.Mikolaj Golub2011-11-231-33/+42
* Add new options, -e and -x, to display process environment variablesMikolaj Golub2011-11-221-0/+180