CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2017/05/29 05:00:04

Modified files:
        regress/sys    : Makefile 

Log message:
Regress test for sparse files & mmap with different FSs

This test creates a file with a hole in the middle and then checks that
when reading or mmaping the whole file, the data is correct.

This catches the bug introduced by the
"Implement VFS read clustering for MSDOSFS" commit that hat to be
reverted.

For now, we run the test with FAT16, FAT32, FFS

With much advice from bluhm@

Reply via email to