aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/tmpfs
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This 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 patternWarner Losh2023-08-162-2/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Fix sys.fs.tmpfs.mknod_test.{char, block} by reverting r321967Alan Somers2018-07-211-6/+0
| | | | | | | | | | | | In r321967 ngie "fixed" these tests by changing their expectations to match the device numbers produced by the new ino64 code. But it wasn't the tests that were broken, it was the kernel. bde fixed the kernel in r335053. Reported by: Jenkins MFC after: Never (only applies to >= 12) Notes: svn path=/head/; revision=336588
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+17
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325187
* Chase r321920 and r321930 (dev_t being widened)Enji Cooper2017-08-031-0/+6
| | | | | | | | | | | | | | The layout of st_rdev has changed after this commit, and assumptions made in the NetBSD tests are no longer valid. Change the hardcoded assumed values to account for the fact that major/minor are now represented by 64 bits as opposed to the less precise legacy precision of 16 bits. PR: 221048 Relnotes: st_rdev layout changed; warning about impact of r321920 to downstream consumers Notes: svn path=/head/; revision=321967
* sys/fs/tmpfs/vnd_test: make md(4) allocation dynamicEnji Cooper2017-05-191-0/+3
| | | | | | | | | | | | | | | | | | | | | The previous logic was flawed in the sense that it assumed that /dev/md3 was always available. This was a caveat I noted in r306038, that I hadn't gotten around to solving before now. Cache the device for the mountpoint after executing mdmfs, then use the cached value in basic_cleanup(..) when unmounting/disconnecting the md(4) device. Apply sed expressions to use reuse logic in the NetBSD code that could also be applied to FreeBSD, just with different tools. Differential Revision: D10766 MFC after: 1 week Reviewed by: bdrewery Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=318546
* Use _SED instead of hacking tests rewriting mknod ... p as mkfifoEnji Cooper2017-01-161-0/+4
| | | | | | | Similar to r312297 Notes: svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312298
* Use _SED to rewrite mknod ... p command as mkfifo instead ofEnji Cooper2017-01-161-0/+1
| | | | | | | adding an unnecessary diff to the test Notes: svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312297
* Integrate contrib/netbsd-tests/fs/tmpfs into the FreeBSD test suiteEnji Cooper2016-10-211-0/+56
as tests/sys/fs These testcases exercise tmpfs support MFC after: 2 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=307702