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
A GEOM cache can speed up read performance by sending fixed sizeread requests to its consumer. It has been developed to addressthe problem of a horrible read performance of a 64k blocksize FSresi
A GEOM cache can speed up read performance by sending fixed sizeread requests to its consumer. It has been developed to addressthe problem of a horrible read performance of a 64k blocksize FSresiding on a RAID3 array with 8 data components, where a singledisk component would only get 8k read requests, thus effectivelykilling disk performance under high load. Documentation will beprovided later. I'd like to thank Vsevolod Lobko for his brightideas, and Pawel Jakub Dawidek for helping me fix the nasty bug.
show more ...