Page MenuHomeFreeBSD

domains: allow domains to be unloaded
ClosedPublic

Authored by melifaro on Aug 12 2022, 1:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 12, 2:46 PM
Unknown Object (File)
Dec 17 2024, 3:25 AM
Unknown Object (File)
Dec 15 2024, 9:02 PM
Unknown Object (File)
Dec 15 2024, 2:22 PM
Unknown Object (File)
Dec 1 2024, 10:13 AM
Unknown Object (File)
Nov 19 2024, 5:18 AM
Unknown Object (File)
Nov 19 2024, 3:32 AM
Unknown Object (File)
Oct 7 2024, 12:36 PM
Subscribers

Details

Summary

Add domain_remove() SYSUNINT callback that removes the domain
from the domain list if it has DOMF_UNLOADABLE flag set.
This change is required to support netlink ( D36002 ).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I might change this code in near future, if you don't mind. Better have this change in, so that it enables your work on NETLINK.

This revision is now accepted and ready to land.Aug 12 2022, 3:10 PM
This revision was automatically updated to reflect the committed changes.