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/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
- Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in auuencoded format along with their respective LICENSE files.- Add new share/doc/legal directory to BSD.usr.dist mtree file.
- Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in auuencoded format along with their respective LICENSE files.- Add new share/doc/legal directory to BSD.usr.dist mtree file. This is theplace we install LICENSE files for restricted firmwares.- Teach firmware(9) and kmod.mk about licensed firmwares. Restricted firmwareswon't load properly unless legal.<name>.license_ack is set to 1, eithervia kenv(1) or /boot/loader.conf.Reviewed by: mlaier, samPermitted by: Intel (via Andrew Wilson)MFC after: 1 month
show more ...