freebsd-dev/usr.bin/procstat
Mitchell Horne 8a250c7568 procstat: Recognize HWCAP and HWCAP2 with auxv command
The two most recent additions to the elf auxiliary vector are
HWCAP and HWCAP2 which describe platform specific cpu capabilities.

Make procstat recognize these fields so that they aren't displayed
as UNKNOWN.

Reviewed by:	trociny, markj
Approved by:	markj (mentor)
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D20582
2019-06-11 00:59:46 +00:00
..
tests Update the spelling of my name 2019-04-22 17:52:46 +00:00
Makefile Add HAS_TESTS to all Makefiles that are currently using the 2017-08-02 08:50:42 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
procstat_args.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
procstat_auxv.c procstat: Recognize HWCAP and HWCAP2 with auxv command 2019-06-11 00:59:46 +00:00
procstat_basic.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
procstat_bin.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
procstat_cred.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
procstat_cs.c Switch procstat from subcommand flags to verbs 2017-10-14 18:38:36 +00:00
procstat_files.c Print type designator 'D' for the KF_TYPE_DEV files. 2018-12-03 23:42:04 +00:00
procstat_kstack.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
procstat_ptlwpinfo.c Switch procstat from subcommand flags to verbs 2017-10-14 18:38:36 +00:00
procstat_rlimit.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
procstat_rusage.c Switch procstat from subcommand flags to verbs 2017-10-14 18:38:36 +00:00
procstat_sigs.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
procstat_threads.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
procstat_vm.c Show wiring state of map entries in procstat -v. 2019-03-05 19:45:37 +00:00
procstat.1 Show wiring state of map entries in procstat -v. 2019-03-05 19:45:37 +00:00
procstat.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
procstat.h various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00