procstat auxv: print out FXRNG

(cherry picked from commit 0864ab3d32)
This commit is contained in:
Konstantin Belousov 2021-11-13 22:55:52 +02:00
parent b26ac07d6c
commit e631f3e04e

View file

@ -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",