MFC r282076,r282104:
authorngie <ngie@FreeBSD.org>
Wed, 13 May 2015 11:12:06 +0000 (11:12 +0000)
committerngie <ngie@FreeBSD.org>
Wed, 13 May 2015 11:12:06 +0000 (11:12 +0000)
commit8071140ed5634ae2c5fbfc741e59327f45e53ff1
tree600e671b4d6bbe256cf930359250df6fdd197407
parent7f277f26206473f53c9131167ead792492aef18e
MFC r282076,r282104:

r282076:

Integrate tools/regression/mmap into the FreeBSD test suite as
tests/sys/kern/mmap_test

r282104:

Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_test

As jhb noted, the actual mmap(2) implementation is under sys/vm, not
sys/kern/, so the correct logical place is tests/sys/vm/, not
tests/sys/kern/
etc/mtree/BSD.tests.dist
tests/sys/Makefile
tests/sys/vm/Makefile [new file with mode: 0644]
tests/sys/vm/mmap_test.c [moved from tools/regression/mmap/mmap.c with 100% similarity]
tools/regression/mmap/Makefile [deleted file]