Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105790010
D20582.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
757 B
Referenced Files
None
Subscribers
None
D20582.diff
View Options
Index: head/usr.bin/procstat/procstat_auxv.c
===================================================================
--- head/usr.bin/procstat/procstat_auxv.c
+++ head/usr.bin/procstat/procstat_auxv.c
@@ -185,6 +185,18 @@
prefix, "AT_EHDRFLAGS", (u_long)auxv[i].a_un.a_val);
break;
#endif
+#ifdef AT_HWCAP
+ case AT_HWCAP:
+ xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_HWCAP/%#lx}\n",
+ prefix, "AT_HWCAP", (u_long)auxv[i].a_un.a_val);
+ break;
+#endif
+#ifdef AT_HWCAP2
+ case AT_HWCAP2:
+ xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_HWCAP2/%#lx}\n",
+ prefix, "AT_HWCAP2", (u_long)auxv[i].a_un.a_val);
+ break;
+#endif
default:
xo_emit("{dw:/%s}{Lw:/%16ld/%ld}{:UNKNOWN/%#lx}\n",
prefix, auxv[i].a_type, auxv[i].a_un.a_val);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 5:50 PM (19 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15544326
Default Alt Text
D20582.diff (757 B)
Attached To
Mode
D20582: procstat: Recognize HWCAP and HWCAP2 with auxv command
Attached
Detach File
Event Timeline
Log In to Comment