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
[mdio] migrate mdiobus out of etherswitch and into a top-level device of its own.The mdio driver interface is generally useful for devices that requireMDIO without the full MII bus interface. This
[mdio] migrate mdiobus out of etherswitch and into a top-level device of its own.The mdio driver interface is generally useful for devices that requireMDIO without the full MII bus interface. This lifts the driver/interfaceout of etherswitch(4), and adds a mdio(4) man page.Submitted by: Landon Fuller <landon@landonf.org>Differential Revision: https://reviews.freebsd.org/D4606
show more ...