/openbsd/regress/sys/fileops/ |
H A D | Makefile | 8b1dbb2a Mon May 29 11:01:16 GMT 2017 sf <sf@openbsd.org> 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@
|
H A D | fileops.c | 8b1dbb2a Mon May 29 11:01:16 GMT 2017 sf <sf@openbsd.org> 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@
|
H A D | Makefile.inc | 8b1dbb2a Mon May 29 11:01:16 GMT 2017 sf <sf@openbsd.org> 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@
|
/openbsd/regress/sys/fileops/ffs/ |
H A D | Makefile | 8b1dbb2a Mon May 29 11:01:16 GMT 2017 sf <sf@openbsd.org> 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@
|
/openbsd/regress/sys/fileops/msdos16/ |
H A D | Makefile | 8b1dbb2a Mon May 29 11:01:16 GMT 2017 sf <sf@openbsd.org> 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@
|
/openbsd/regress/sys/fileops/msdos32/ |
H A D | Makefile | 8b1dbb2a Mon May 29 11:01:16 GMT 2017 sf <sf@openbsd.org> 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@
|