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
Kill MFILES and find things automatically. It turned out to be onlylightly used. Find the proper .m file when we depend on *_if.[ch] inthe srcs line, with seat-belts for false positive matches. Th
Kill MFILES and find things automatically. It turned out to be onlylightly used. Find the proper .m file when we depend on *_if.[ch] inthe srcs line, with seat-belts for false positive matches. This usesmake's path mechanism. A further refinement would be to calculate thisonce, and then pass the resulting _MPATH to modules submakes.Differential Revision: https://reviews.freebsd.org/D2327
show more ...
g_part_ebr.c includes opt_geom.h
Add the EBR scheme. The EBR scheme supports the Extended Boot Recordsfound inside extended partitions and used to create logical partitions.At this time write/modify support is not (yet) present.T
Add the EBR scheme. The EBR scheme supports the Extended Boot Recordsfound inside extended partitions and used to create logical partitions.At this time write/modify support is not (yet) present.The EBR and MBR schemes both check the parent scheme. The MBR willback-off when nested under another MBR, whereas the EBR only nestsunder a MBR.