Fix some modules to export more used symbols(cherry picked from commit 5bb3134a8c21cb87b30e135ef168483f0333dabb)
Fix `make` in sys/modulesSponsored by: The FreeBSD Foundation
Make iflib a loadable module: add seemingly missed header.Reported by: CI (i.e. it is not reproducable in my local builds)Sponsored by: The FreeBSD FoundationMFC after: 2 weeks
Make iflib a loadable module.iflib is already a module, but it is unconditionally compiled into thekernel. There are drivers which do not need iflib(4), and there aresituations where somebody mi
Make iflib a loadable module.iflib is already a module, but it is unconditionally compiled into thekernel. There are drivers which do not need iflib(4), and there aresituations where somebody might not want iflib in kernel because ofusing the corresponding driver as module.Reviewed by: mariusDiscussed with: erjSponsored by: The FreeBSD FoundationMFC after: 2 weeksDifferential revision: https://reviews.freebsd.org/D19041
show more ...