Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143321515
D48706.id157006.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
671 B
Referenced Files
None
Subscribers
None
D48706.id157006.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,14 +299,26 @@
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]");
+ break;
case PS_FST_TYPE_SHM:
print_shm_info(procstat, fst);
break;
case PS_FST_TYPE_SEM:
print_sem_info(procstat, fst);
break;
+ case PS_FST_TYPE_PROCDESC:
+ printf(" [procdesc]");
+ 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, Jan 29, 9:09 PM (14 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28089827
Default Alt Text
D48706.id157006.diff (671 B)
Attached To
Mode
D48706: fstat: identify kqueue and mqueue file descriptors
Attached
Detach File
Event Timeline
Log In to Comment