summaryrefslogtreecommitdiffstats
path: root/regress/sys/nfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use setup and cleanup feature from regress framework.bluhm2020-12-161-28/+23
| | | | Remove echo headlines. Use consistent target names.
* Before mounting NFS, wait until mountd(8) has exported the directory.bluhm2017-09-041-1/+7
| | | | | Fixes a race in the test setup. OK mpi@.
* ld.so and nfs regress were using PROGS variable before it was addedbluhm2017-07-101-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.bluhm2017-02-101-2/+18
|
* Do not unconfigure mount points, vnd devices and NFS daemons duringbluhm2017-01-181-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.bluhm2017-01-161-2/+2
|
* Make mount points and makefiles for file system tests consistent.bluhm2017-01-133-17/+21
| | | | Link tests to the build.
* Use a NFS mount via loopback for testing file system operations.bluhm2017-01-135-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.