Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use setup and cleanup feature from regress framework. | 2020-12-16 | 2 | -38/+28 | |
| | | | | Remove echo headlines. Use consistent target names. | ||||
* | Do not unconfigure vnd1, the test did not configure it. | 2017-11-15 | 1 | -2/+1 | |
| | |||||
* | Before mounting NFS, wait until mountd(8) has exported the directory. | 2017-09-04 | 1 | -1/+7 | |
| | | | | | Fixes a race in the test setup. OK mpi@. | ||||
* | Make sure that the fstest program has been build when running in | 2017-01-27 | 2 | -4/+10 | |
| | | | | the ffs and nfs subdirs. | ||||
* | Do not unconfigure mount points, vnd devices and NFS daemons during | 2017-01-18 | 2 | -12/+4 | |
| | | | | | | "make clean". "make build" does a recursive "make cleandir" and there this behavior is undesired unexpected. reported by naddy@ | ||||
* | SIGTERM does not reliably terminate mountd(8), use -KILL for cleanup. | 2017-01-16 | 1 | -2/+2 | |
| | |||||
* | Run the existing tests for FFS also on a NFS mount point. | 2017-01-13 | 5 | -74/+119 | |
| | |||||
* | Print the test description before running each subtest. | 2017-01-12 | 2 | -1/+6 | |
| | |||||
* | Fix typo in expect. | 2017-01-12 | 1 | -1/+1 | |
| | |||||
* | Fix trailing whitespace. | 2017-01-12 | 1 | -1/+1 | |
| | |||||
* | The program to create hard links is called ln(1) and not link. | 2017-01-12 | 2 | -2/+2 | |
| | |||||
* | Test the non-existing system-call lchflags(2) by using chflagsat(2) | 2017-01-12 | 1 | -3/+13 | |
| | | | | with AT_SYMLINK_NOFOLLOW instead. | ||||
* | Do not suppress error messages to stderr, but remove unnecessary | 2017-01-12 | 26 | -44/+37 | |
| | | | | debug prints. This gives better hints why the tests are failing. | ||||
* | Make test more verbose when it fails. | 2017-01-11 | 1 | -4/+7 | |
| | |||||
* | Fix trailing whitespace. | 2017-01-11 | 1 | -2/+2 | |
| | |||||
* | Cleanup the mount point and vnd devices before and after the test. | 2017-01-10 | 1 | -11/+14 | |
| | | | | Use objdir and curdir correctly. Link ffs regress to the build. | ||||
* | Repair the namegen function to make ffs regress useful again. | 2016-02-28 | 1 | -2/+2 | |
| | | | | | | | | openssl md5 adds a "(stdin)= " prefix to the output, but all we need is the actual md5 sum itself. This caused most of the ffs regress tests to fail. ok mpi@ | ||||
* | Simple malloc() to reallocarray(). | 2014-10-18 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | ino_t is unsigned | 2013-08-05 | 1 | -2/+2 | |
| | |||||
* | Deprecate vnds in favour of svnds. | 2011-04-18 | 24 | -143/+143 | |
| | | | | | | | | | | | | In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@ | ||||
* | spelling fixes, from Martynas Venckus; | 2007-11-25 | 1 | -1/+1 | |
| | |||||
* | Add code to check the kern.securelvel sysctl, since we run with a | 2007-04-14 | 1 | -2/+30 | |
| | | | | | | | | | | | | default securelevel of 1, files with the SF_APPEND or SF_IMMUTBLE flag set cant be removed (or the have the flag removed) so we get alot of false postives. Instead of creating duplicte tests for different securelevels we simply remove these flags for the call to chflags(); This however makes some of the test a little corny but we agreed this was better. ok pedro@, tedu@ | ||||
* | Remove the SF_NOUNLINK and UF_NOUNLINK from the test files, we dont | 2007-04-12 | 21 | -257/+57 | |
| | | | | | | support them; Cuts down false-postives. ok pedro@ | ||||
* | No need to use umount -f now that both cases of vnode leakage were fixed | 2007-04-10 | 1 | -2/+2 | |
| | |||||
* | Don't assume 'run' to be executable, pointed out and okay deraadt@ | 2007-03-30 | 1 | -14/+14 | |
| | |||||
* | Add regression test suite for FFS, from FreeBSD, okay art@ deraadt@ | 2007-03-30 | 189 | -0/+6494 | |