Page MenuHomeFreeBSD

domains: allow domains to be unloaded
ClosedPublic

Authored by melifaro on Aug 12 2022, 1:45 PM.
Tags
None
Referenced Files
F108987351: D36173.diff
Thu, Jan 30, 8:07 AM
Unknown Object (File)
Sat, Jan 25, 12:16 PM
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
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46899
Build 43788: arc lint + arc unit

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.