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
Implement better support for USB controller suspend and resume.This patch should remove the need for kldunload of USBcontroller drivers at suspend and kldload of USB controllerdrivers at resume.
Implement better support for USB controller suspend and resume.This patch should remove the need for kldunload of USBcontroller drivers at suspend and kldload of USB controllerdrivers at resume.This patch also fixes some build issues in avr32dci.cMFC after: 2 weeks
show more ...