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
The AAC_COMPAT_LINUX option was really annoying, since it made theaac driver dependent on the linux emulation module. This wasespecially bad for the release engineers who tried to move theaac dri
The AAC_COMPAT_LINUX option was really annoying, since it made theaac driver dependent on the linux emulation module. This wasespecially bad for the release engineers who tried to move theaac driver from the kernel onto the drivers floppy. The linuxcompat bits for this driver are now in their own driver, aac_linux.It can be loaded as a module or compiled into the kernel. Forthe latter case, the AAC_COMPAT_LINUX option is needed, along withthe COMPAT_LINUX option.I've tested this in every configuration I can think of. This is anMFC candidate for 4.7.Idea from: rwatsonMFC after: 3 days
show more ...