aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_auxv.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r326276:Eitan Adler2018-03-051-0/+2
* 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