summaryrefslogtreecommitdiffstats
path: root/regress/sys/ffs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use setup and cleanup feature from regress framework.bluhm2020-12-162-38/+28
* Do not unconfigure vnd1, the test did not configure it.bluhm2017-11-151-2/+1
* Before mounting NFS, wait until mountd(8) has exported the directory.bluhm2017-09-041-1/+7
* Make sure that the fstest program has been build when running inbluhm2017-01-272-4/+10
* Do not unconfigure mount points, vnd devices and NFS daemons duringbluhm2017-01-182-12/+4
* SIGTERM does not reliably terminate mountd(8), use -KILL for cleanup.bluhm2017-01-161-2/+2
* Run the existing tests for FFS also on a NFS mount point.bluhm2017-01-135-74/+119
* Print the test description before running each subtest.bluhm2017-01-122-1/+6
* Fix typo in expect.bluhm2017-01-121-1/+1
* Fix trailing whitespace.bluhm2017-01-121-1/+1
* The program to create hard links is called ln(1) and not link.bluhm2017-01-122-2/+2
* Test the non-existing system-call lchflags(2) by using chflagsat(2)bluhm2017-01-121-3/+13
* Do not suppress error messages to stderr, but remove unnecessarybluhm2017-01-1226-44/+37
* Make test more verbose when it fails.bluhm2017-01-111-4/+7
* Fix trailing whitespace.bluhm2017-01-111-2/+2
* Cleanup the mount point and vnd devices before and after the test.bluhm2017-01-101-11/+14
* Repair the namegen function to make ffs regress useful again.natano2016-02-281-2/+2
* Simple malloc() to reallocarray().doug2014-10-181-2/+2
* ino_t is unsignedguenther2013-08-051-2/+2
* Deprecate vnds in favour of svnds.thib2011-04-1824-143/+143
* spelling fixes, from Martynas Venckus;jmc2007-11-251-1/+1
* Add code to check the kern.securelvel sysctl, since we run with athib2007-04-141-2/+30
* Remove the SF_NOUNLINK and UF_NOUNLINK from the test files, we dontthib2007-04-1221-257/+57
* No need to use umount -f now that both cases of vnode leakage were fixedpedro2007-04-101-2/+2
* Don't assume 'run' to be executable, pointed out and okay deraadt@pedro2007-03-301-14/+14
* Add regression test suite for FFS, from FreeBSD, okay art@ deraadt@pedro2007-03-30189-0/+6494