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
Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htarge
Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htargets here too.
show more ...
Per email to arch@ a little while ago (that was greeted with silence),prefer the more common > ${.TARGET} over > opt_foo.h in modulesmakefiles.
Multi-bss (aka vap) support for 802.11 devices.Note this includes changes to all drivers and moves some device firmwareloading to use firmware(9) and a separate module (e.g. ral). Also thereno l
Multi-bss (aka vap) support for 802.11 devices.Note this includes changes to all drivers and moves some device firmwareloading to use firmware(9) and a separate module (e.g. ral). Also thereno longer are separate wlan_scan* modules; this functionality is nowbundled into the wlan module.Supported by: Hobnob and MarvellReviewed by: manyObtained from: Atheros (some bits)
Update/new modules for net80211 and ath changes.