| 4925f4fe | 01-Nov-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Port t_mincore to FreeBSD
Mark :mincore_resid as atf_tc_expect_fail on FreeBSD because of new bug discovered in running the tests (it succeeded from earlier on in the year to September/October on Fr
Port t_mincore to FreeBSD
Mark :mincore_resid as atf_tc_expect_fail on FreeBSD because of new bug discovered in running the tests (it succeeded from earlier on in the year to September/October on FreeBSD, at least)
Submitted by: pho
show more ...
|
| 4dc3ed6a | 01-Nov-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Port lib/libc/sys/t_dup to FreeBSD/Linux
- The requirements differ between FreeBSD/Linux when dealing with oldd/newd being equal (both fail with EINVAL, not EBADF) - Add an EBADF testcase - Fix co
Port lib/libc/sys/t_dup to FreeBSD/Linux
- The requirements differ between FreeBSD/Linux when dealing with oldd/newd being equal (both fail with EINVAL, not EBADF) - Add an EBADF testcase - Fix compilation issues on clang
In collaboration with: pho
show more ...
|
| 0d913b65 | 01-Nov-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Port tests to FreeBSD/Linux
Some of the testcases don't work outside of NetBSD, and the behavior of ether_aton_r differs between FreeBSD, Linux, and NetBSD, and the calls to the API need to be massa
Port tests to FreeBSD/Linux
Some of the testcases don't work outside of NetBSD, and the behavior of ether_aton_r differs between FreeBSD, Linux, and NetBSD, and the calls to the API need to be massaged for FreeBSD and Linux.
Submitted by: pho
show more ...
|
| 55fd0faa | 24-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
- Add sys/types.h for the APIs in sys/sysctl.h - Poke at VM_MIN_ADDRESS in machine/vmparam.h because FreeBSD doesn't have a vm.minaddress sysctl analog - Expect ENOMEM instead of EAGAIN in mlock_li
- Add sys/types.h for the APIs in sys/sysctl.h - Poke at VM_MIN_ADDRESS in machine/vmparam.h because FreeBSD doesn't have a vm.minaddress sysctl analog - Expect ENOMEM instead of EAGAIN in mlock_limits - Provide mlock an mmap'ed page twice to simulate MAP_WIRED on NetBSD
In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|
| dfbf472a | 24-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
- Test for EINVAL requirement when passing an invalid flag in to msync(2) - Expect ENOMEM instead of EFAULT when msync'ing a previously munmap'ed region on FreeBSD
Submitted by: pho Sponsored by:
- Test for EINVAL requirement when passing an invalid flag in to msync(2) - Expect ENOMEM instead of EFAULT when msync'ing a previously munmap'ed region on FreeBSD
Submitted by: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|
| 928eb3af | 23-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
- Omit setrlimit_nthr testcase on FreeBSD (requires lwp.h, et al) - Expect overflow with rlim_max at INT64_MAX, not UINT64_MAX (rlim_t is int64_t on FreeBSD)
In collaboration with: pho Sponsored by:
- Omit setrlimit_nthr testcase on FreeBSD (requires lwp.h, et al) - Expect overflow with rlim_max at INT64_MAX, not UINT64_MAX (rlim_t is int64_t on FreeBSD)
In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|
| 92223176 | 23-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Use <atf_srcdir>/truncate_test.root_owned instead of /usr/bin/fpr as fpr does not exist on FreeBSD
truncate_test.root_owned will be generated at build time and owned by root
In collaboration with:
Use <atf_srcdir>/truncate_test.root_owned instead of /usr/bin/fpr as fpr does not exist on FreeBSD
truncate_test.root_owned will be generated at build time and owned by root
In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|