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
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Fix sys.fs.tmpfs.mknod_test.{char, block} by reverting r321967In r321967 ngie "fixed" these tests by changing their expectations to matchthe device numbers produced by the new ino64 code. But it
Fix sys.fs.tmpfs.mknod_test.{char, block} by reverting r321967In r321967 ngie "fixed" these tests by changing their expectations to matchthe device numbers produced by the new ino64 code. But it wasn't the teststhat were broken, it was the kernel. bde fixed the kernel in r335053.Reported by: JenkinsMFC after: Never (only applies to >= 12)
show more ...
DIRDEPS_BUILD: Connect new directories.Sponsored by: Dell EMC Isilon
Chase r321920 and r321930 (dev_t being widened)The layout of st_rdev has changed after this commit, and assumptions madein the NetBSD tests are no longer valid. Change the hardcoded assumedvalues
Chase r321920 and r321930 (dev_t being widened)The layout of st_rdev has changed after this commit, and assumptions madein the NetBSD tests are no longer valid. Change the hardcoded assumedvalues to account for the fact that major/minor are now represented by64 bits as opposed to the less precise legacy precision of 16 bits.PR: 221048Relnotes: st_rdev layout changed; warning about impact of r321920 to downstream consumers
sys/fs/tmpfs/vnd_test: make md(4) allocation dynamicThe previous logic was flawed in the sense that it assumed that /dev/md3was always available. This was a caveat I noted in r306038, that I hadn'
sys/fs/tmpfs/vnd_test: make md(4) allocation dynamicThe previous logic was flawed in the sense that it assumed that /dev/md3was always available. This was a caveat I noted in r306038, that I hadn'tgotten around to solving before now.Cache the device for the mountpoint after executing mdmfs, then use thecached value in basic_cleanup(..) when unmounting/disconnecting the md(4)device.Apply sed expressions to use reuse logic in the NetBSD code that couldalso be applied to FreeBSD, just with different tools.Differential Revision: D10766MFC after: 1 weekReviewed by: bdrewerySponsored by: Dell EMC Isilon
Use _SED instead of hacking tests rewriting mknod ... p as mkfifoSimilar to r312297
Use _SED to rewrite mknod ... p command as mkfifo instead ofadding an unnecessary diff to the test
Integrate contrib/netbsd-tests/fs/tmpfs into the FreeBSD test suiteas tests/sys/fsThese testcases exercise tmpfs supportMFC after: 2 weeksSponsored by: Dell EMC Isilon