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
Add gmountver, disk mount verification GEOM class.Note that due to e.g. write throttling ('wdrain'), it can stall all the diskI/O instead of just the device it's configured for. Using it for remo
Add gmountver, disk mount verification GEOM class.Note that due to e.g. write throttling ('wdrain'), it can stall all the diskI/O instead of just the device it's configured for. Using it for removablemedia is therefore not a good idea.Reviewed by: pjd (earlier version)
show more ...