Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107076895
D38347.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
660 B
Referenced Files
None
Subscribers
None
D38347.diff
View Options
diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c
--- a/sys/i386/linux/linux_sysvec.c
+++ b/sys/i386/linux/linux_sysvec.c
@@ -1071,6 +1071,7 @@
linux_ioctl_register_handler(*lihp);
linux_dev_shm_create();
linux_osd_jail_register();
+ linux_netlink_register();
stclohz = (stathz ? stathz : hz);
if (bootverbose)
printf("Linux ELF exec handler installed\n");
@@ -1091,6 +1092,7 @@
if (error == 0) {
SET_FOREACH(lihp, linux_ioctl_handler_set)
linux_ioctl_unregister_handler(*lihp);
+ linux_netlink_deregister();
linux_dev_shm_destroy();
linux_osd_jail_deregister();
if (bootverbose)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 6:25 PM (15 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15745038
Default Alt Text
D38347.diff (660 B)
Attached To
Mode
D38347: linux: attach netlink on i386.
Attached
Detach File
Event Timeline
Log In to Comment