opnsense-src/lib/libc/tests/sys
Alex Richardson 652f26f9c5 Avoid using non-portable dd status=none flag
Copying the approach chosen in r309412. This fixes building the libc tests
on a macOS host since the macOS /bin/dd binary does not support status=none.

As there only seem to be two uses, this commit changes the two Makefiles.
If this becomes more common, we could also add a wrapper bootstrap script
that ignores status= and forwards the remaining args to the real dd.
Another alternative would be to remove the status flag and pipe stderr to
/dev/null, but them we lose error messages.

Reviewed By:	brooks
Differential Revision: https://reviews.freebsd.org/D24785
2020-06-05 08:46:50 +00:00
..
brk_test.c Reimplement brk() and sbrk() to avoid the use of _end. 2018-06-04 19:35:15 +00:00
Makefile Avoid using non-portable dd status=none flag 2020-06-05 08:46:50 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mlock_helper.c Provide separate accounting for user-wired pages. 2019-05-13 16:38:48 +00:00
queue_test.c Add some initial tests for SLIST and STAILQ macros 2015-11-16 04:15:39 +00:00
sendfile_test.c Fix get_int_via_sysctlbyname(..) on Jenkins 2019-04-22 11:09:24 +00:00