summaryrefslogtreecommitdiff
path: root/regress/sys/ffs
AgeCommit message (Expand)Author
2017-01-27Make sure that the fstest program has been build when running inAlexander Bluhm
2017-01-18Do not unconfigure mount points, vnd devices and NFS daemons duringAlexander Bluhm
2017-01-16SIGTERM does not reliably terminate mountd(8), use -KILL for cleanup.Alexander Bluhm
2017-01-13Run the existing tests for FFS also on a NFS mount point.Alexander Bluhm
2017-01-12Print the test description before running each subtest.Alexander Bluhm
2017-01-12Fix typo in expect.Alexander Bluhm
2017-01-12Fix trailing whitespace.Alexander Bluhm
2017-01-12The program to create hard links is called ln(1) and not link.Alexander Bluhm
2017-01-12Test the non-existing system-call lchflags(2) by using chflagsat(2)Alexander Bluhm
2017-01-12Do not suppress error messages to stderr, but remove unnecessaryAlexander Bluhm
2017-01-11Make test more verbose when it fails.Alexander Bluhm
2017-01-11Fix trailing whitespace.Alexander Bluhm
2017-01-10Cleanup the mount point and vnd devices before and after the test.Alexander Bluhm
2016-02-28Repair the namegen function to make ffs regress useful again.natano
2014-10-18Simple malloc() to reallocarray().Doug Hogan
2013-08-05ino_t is unsignedPhilip Guenther
2011-04-18Deprecate vnds in favour of svnds.Thordur I. Bjornsson
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-04-14Add code to check the kern.securelvel sysctl, since we run with aThordur I. Bjornsson
2007-04-12Remove the SF_NOUNLINK and UF_NOUNLINK from the test files, we dontThordur I. Bjornsson
2007-04-10No need to use umount -f now that both cases of vnode leakage were fixedPedro Martelletto
2007-03-30Don't assume 'run' to be executable, pointed out and okay deraadt@Pedro Martelletto
2007-03-30Add regression test suite for FFS, from FreeBSD, okay art@ deraadt@Pedro Martelletto