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
Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notrefactored it to be a generic device.Instead of being part of the standard kernel, there is now a 'nvram' devicefor i386/a
Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notrefactored it to be a generic device.Instead of being part of the standard kernel, there is now a 'nvram' devicefor i386/amd64. It is in DEFAULTS like io and mem, and can be turned offwith 'nodevice nvram'. This matches the previous behavior when it wasfirst committed.
show more ...