5be335bb | 10-Dec-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Make test_unmount usable in cleanup subroutines
- Duplicate test_unmount to _test_unmount - Remove atf_check calls - Call _test_unmount from test_unmount, checking the exit code at the end, and re
Make test_unmount usable in cleanup subroutines
- Duplicate test_unmount to _test_unmount - Remove atf_check calls - Call _test_unmount from test_unmount, checking the exit code at the end, and returning it to maintain the test_unmount "contract"
MFC after: 1 week
show more ...
|
12be6465 | 13-Oct-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Port contrib/netbsd-tests/fs/tmpfs/h_tools.c to FreeBSD
- Add inttypes.h #include for PRId64 macro - Use FreeBSD's copy of getfh(2), which doesn't include a `fh_size` parameter. Use sizeof(fhandle
Port contrib/netbsd-tests/fs/tmpfs/h_tools.c to FreeBSD
- Add inttypes.h #include for PRId64 macro - Use FreeBSD's copy of getfh(2), which doesn't include a `fh_size` parameter. Use sizeof(fhandle_t) instead as the size of fhp is always fixed as fhandle_t, unlike NetBSD's copy of fhp, which is void*.
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
show more ...
|
43f24e20 | 20-Sep-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Port vnd_test to FreeBSD
Use mdmfs/mdconfig instead of vndconfig/newfs. vndconfig doesn't exist on FreeBSD.
TODO: need to parameterize out the md(4) device as it's currently hardcoded to "3" (in bo
Port vnd_test to FreeBSD
Use mdmfs/mdconfig instead of vndconfig/newfs. vndconfig doesn't exist on FreeBSD.
TODO: need to parameterize out the md(4) device as it's currently hardcoded to "3" (in both the FreeBSD and NetBSD cases).
MFC after: 1 month Sponsored by: Dell EMC Isilon
show more ...
|
534501a2 | 20-Sep-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Port to mknod_test and readdir_test to FreeBSD
The `mknod <file> p` command doesn't exist on FreeBSD, like on NetBSD. Use mkfifo instead to create named pipes (FIFOs).
MFC after: 1 month Sponsored
Port to mknod_test and readdir_test to FreeBSD
The `mknod <file> p` command doesn't exist on FreeBSD, like on NetBSD. Use mkfifo instead to create named pipes (FIFOs).
MFC after: 1 month Sponsored by: Dell EMC Isilon
show more ...
|
548f948a | 20-Sep-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Port sizes_test and statvfs_test to FreeBSD
Similar to r306030, use a simpler method for getting the value of `hw.pagesize`, i.e. `sysctl -n hw.pagesize`. The awk filtering method doesn't work on Fr
Port sizes_test and statvfs_test to FreeBSD
Similar to r306030, use a simpler method for getting the value of `hw.pagesize`, i.e. `sysctl -n hw.pagesize`. The awk filtering method doesn't work on FreeBSD
MFC after: 1 month Sponsored by: Dell EMC Isilon
show more ...
|