summaryrefslogtreecommitdiffstats
path: root/regress/sys/nfs/mmap-sysctl-copyout.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make mount points and makefiles for file system tests consistent.bluhm2017-01-131-2/+4
| | | | Link tests to the build.
* Use a NFS mount via loopback for testing file system operations.bluhm2017-01-131-0/+80
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.