git: 0864ab3d3235 - main - procstat auxv: print out FXRNG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Nov 2021 00:32:27 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0864ab3d3235f22c45f3790b2eb94974a51af062 commit 0864ab3d3235f22c45f3790b2eb94974a51af062 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-11-13 20:55:52 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-11-15 00:32:00 +0000 procstat auxv: print out FXRNG Sponsored by: The FreeBSD Foundation MFC after: 1 week --- usr.bin/procstat/procstat_auxv.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/usr.bin/procstat/procstat_auxv.c b/usr.bin/procstat/procstat_auxv.c index 0b540de973de..f868b7ed2381 100644 --- a/usr.bin/procstat/procstat_auxv.c +++ b/usr.bin/procstat/procstat_auxv.c @@ -233,6 +233,12 @@ procstat_auxv(struct procstat *procstat, struct kinfo_proc *kipp) xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_PS_STRINGS/%p}\n", prefix, "AT_PS_STRINGS", auxv[i].a_un.a_ptr); break; +#endif +#ifdef AT_FXRNG + case AT_FXRNG: + xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_FXRNG/%p}\n", + prefix, "AT_FXRNG", auxv[i].a_un.a_ptr); + break; #endif default: xo_emit("{dw:/%s}{Lw:/%16ld/%ld}{:UNKNOWN/%#lx}\n",