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
Introduce a new toy interface, edsc(4). It's a discard interfaceimitating an Ethernet device, so vlan(4) and if_bridge(4) can beattached to it for testing and benchmarking purposes. Its sourceca
Introduce a new toy interface, edsc(4). It's a discard interfaceimitating an Ethernet device, so vlan(4) and if_bridge(4) can beattached to it for testing and benchmarking purposes. Its sourcecan be an introduction to the anatomy of a network interface driverdue to its simplicity as well as to a bunch of comments in it.
show more ...