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
Fix parallel builds by specifying *all* required headers in SRCS.Submitted by: manuPointy hat: ian
Add a PPS driver that takes the timing pulse from a gpio pin. Currentlysupports only ofw/fdt systems. Some day, hinted attachment for non-fdtsystems should be possible too.