Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169112928
D48706.id150075.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
507 B
Referenced Files
None
Subscribers
None
D48706.id150075.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
@@ -296,6 +296,9 @@
case PS_FST_TYPE_PIPE:
print_pipe_info(procstat, fst);
break;
+ case PS_FST_TYPE_KQUEUE:
+ printf(" [kqueue]");
+ break;
case PS_FST_TYPE_PTS:
print_pts_info(procstat, fst);
break;
@@ -307,6 +310,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
Tue, Sep 1, 11:03 AM (12 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37811427
Default Alt Text
D48706.id150075.diff (507 B)
Attached To
Mode
D48706: fstat: identify kqueue and mqueue file descriptors
Attached
Detach File
Event Timeline
Log In to Comment