Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
iflib(9): Remove support for cloning pseudo interfacesThis code was used by the first incarnation of wg(4) and is dead eversince f187d6dfbf633665ba6740fe22742aec60ce02a2 has removed the latteraga
iflib(9): Remove support for cloning pseudo interfacesThis code was used by the first incarnation of wg(4) and is dead eversince f187d6dfbf633665ba6740fe22742aec60ce02a2 has removed the latteragain. Moreover, this code matched iflib(4) like a square peg fits ina round hole, was incomplete and despite some hacks still tailored toVPC and wg(4) but not generic. In effect, this reverts the following:09f6ff4f1a47c3009dc16fdc609a44f2341bc7ac (w/ its "ancillary changes")9aeca21324f481f57f2ecb7009f461f4f51b62b31f93e931d9f0c688f43f98ef777e04636a3255260f9544d03e89d180f94a7a84b110ec7d2b6c625a0dd691b41276ce13d25ffb1443af27f85038aa3fReviewed by: erj, kbowlingDifferential Revision: <https://reviews.freebsd.org/D41196>
show more ...
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDiffer
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDifferential revision: https://reviews.freebsd.org/D32878
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