History log of /openbsd/regress/sys/nfs/mmap-sysctl-copyout.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 49a6e16f 13-Dec-2021 deraadt <deraadt@openbsd.org>

remove a couple hundred sys/param.h includes in userland code, and
also whack some sys/cdefs.h early includes which is such a brutally
bad pattern
ok bluhm mbuhl


# 7db0f3fb 13-Jan-2017 bluhm <bluhm@openbsd.org>

Make mount points and makefiles for file system tests consistent.
Link tests to the build.


# 01bde78a 13-Jan-2017 bluhm <bluhm@openbsd.org>

Use a NFS mount via loopback for testing file system operations.
By changing files directly on the server and accessing them on the
client or vice versa, specific kernel behavior can be triggered.
Es

Use a NFS mount via loopback for testing file system operations.
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.

show more ...