Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144346150
D33277.id99605.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
610 B
Referenced Files
None
Subscribers
None
D33277.id99605.diff
View Options
diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c
--- a/sys/kern/kern_descrip.c
+++ b/sys/kern/kern_descrip.c
@@ -107,6 +107,9 @@
static int closefp(struct filedesc *fdp, int fd, struct file *fp,
struct thread *td, bool holdleaders, bool audit);
+static void export_file_to_kinfo(struct file *fp, int fd,
+ cap_rights_t *rightsp, struct kinfo_file *kif,
+ struct filedesc *fdp, int flags);
static int fd_first_free(struct filedesc *fdp, int low, int size);
static void fdgrowtable(struct filedesc *fdp, int nfd);
static void fdgrowtable_exp(struct filedesc *fdp, int nfd);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 11:26 PM (9 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28510363
Default Alt Text
D33277.id99605.diff (610 B)
Attached To
Mode
D33277: fcntl(2): add F_KINFO operation
Attached
Detach File
Event Timeline
Log In to Comment