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
make 'make universe' not complain about In file included from /src/sys/modules/powermac_nvram/../../dev/powermac_nvram/powermac_nvram.c:38: @/dev/ofw/ofw_bus.h:36:24: error: ofw_bus_if.h: No such
make 'make universe' not complain about In file included from /src/sys/modules/powermac_nvram/../../dev/powermac_nvram/powermac_nvram.c:38: @/dev/ofw/ofw_bus.h:36:24: error: ofw_bus_if.h: No such file or directoryI am not sure for how long this had not worked and if it was just thelatest vimage commit that had revealed this or if nobody had builtuniverse successfully in a while. Btw, the tinderbox did not complaineither so that is probably the reason noone had noticed.
show more ...
Add missing headers.
Add device to access and modify Open Firmware NVRAM settings inPowerPC-based Apple's machines and small utility to do it fromuserland modelled after the similar utility in Darwin/OSX.Only tested
Add device to access and modify Open Firmware NVRAM settings inPowerPC-based Apple's machines and small utility to do it fromuserland modelled after the similar utility in Darwin/OSX.Only tested on 1.25GHz G4 Mac Mini.MFC after: 1 month