git: e631f3e04e40 - stable/13 - procstat auxv: print out FXRNG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 04:36:40 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=e631f3e04e4083b456d24cd0d2679d6a04900c33
commit e631f3e04e4083b456d24cd0d2679d6a04900c33
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-11-13 20:55:52 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-11-19 04:25:27 +0000
procstat auxv: print out FXRNG
(cherry picked from commit 0864ab3d3235f22c45f3790b2eb94974a51af062)
---
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",