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)
Feb 13 2024, 2:26 PM
Unknown Object (File)
Dec 22 2023, 11:44 PM
Unknown Object (File)
Dec 10 2023, 9:21 PM
Unknown Object (File)
Sep 19 2023, 1:12 PM
Unknown Object (File)
Sep 4 2023, 4:16 AM
Unknown Object (File)
Sep 4 2023, 4:16 AM
Unknown Object (File)
Sep 4 2023, 3:52 AM
Unknown Object (File)
Aug 14 2023, 9:34 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.