Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109989847
D48706.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
557 B
Referenced Files
None
Subscribers
None
D48706.diff
View Options
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -299,6 +299,11 @@
case PS_FST_TYPE_PTS:
print_pts_info(procstat, fst);
break;
+ case PS_FST_TYPE_KQUEUE:
+ printf(" [kqueue]");
+ break;
+ case PS_FST_TYPE_MQUEUE:
+ printf(" [mqueue]");
case PS_FST_TYPE_SHM:
print_shm_info(procstat, fst);
break;
@@ -307,6 +312,9 @@
break;
case PS_FST_TYPE_DEV:
break;
+ case PS_FST_TYPE_EVENTFD:
+ printf(" [eventfd]");
+ break;
default:
if (vflg)
fprintf(stderr,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 13, 4:04 AM (21 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16321071
Default Alt Text
D48706.diff (557 B)
Attached To
Mode
D48706: fstat: identify kqueue and mqueue file descriptors
Attached
Detach File
Event Timeline
Log In to Comment