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/
modules: a lot: need opt_kern_tls.hThis fixes the standalone build.
Provide support for building SCTP as a loadable module.With this change, a kernel compiled with "options SCTP_SUPPORT" andwithout "options SCTP" supports dynamic loading of the SCTP stack.Curren
Provide support for building SCTP as a loadable module.With this change, a kernel compiled with "options SCTP_SUPPORT" andwithout "options SCTP" supports dynamic loading of the SCTP stack.Currently sctp.ko cannot be unloaded since some prerequisite teardownlogic is not yet implemented. Attempts to unload the module will returnEOPNOTSUPP.Discussed with: tuexenMFC after: 2 weeksSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D21997
show more ...