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
Hook ubt and ubtbcmfw back up to the build.
Hook up new USB modules.
Style: Remove blank lines before EOF.Tested by: cvs diff -B
No need to generate vnode_if.h anymore
Build usbdevs.h
bsd.kmod.mk does not deal with manpages anymore.
Update Bluetooth code.Reviewed by: M. Warner Losh <[email protected]>; John Hay <[email protected]>Approved by: M. Warner Losh <[email protected]> (mentor)
Part one of undating the bluetooth code to the newest versionSubmitted by: Maksim Yevmenkin <[email protected]>Approved by: re@