Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use setup and cleanup feature from regress framework. | 2020-12-16 | 1 | -28/+23 | |
| | | | | Remove echo headlines. Use consistent target names. | ||||
* | 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@. | ||||
* | ld.so and nfs regress were using PROGS variable before it was added | 2017-07-10 | 1 | -3/+2 | |
| | | | | to bsd.prog.mk. Remove local additions and use global rules. | ||||
* | Create and connect to unix domain sockets on NFS mounted file system. | 2017-02-10 | 1 | -2/+18 | |
| | |||||
* | Do not unconfigure mount points, vnd devices and NFS daemons during | 2017-01-18 | 1 | -6/+2 | |
| | | | | | | "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 | |
| | |||||
* | Make mount points and makefiles for file system tests consistent. | 2017-01-13 | 3 | -17/+21 | |
| | | | | Link tests to the build. | ||||
* | Use a NFS mount via loopback for testing file system operations. | 2017-01-13 | 5 | -0/+240 | |
By changing files directly on the server and accessing them on the client or vice versa, specific kernel behavior can be triggered. Especially using file mmap(2) over NFS is tested. |