opnsense-src/contrib/netbsd-tests/lib/libc/sys
Andrew Turner 94098ab7c3 Remove brk and sbrk from arm64. They were defined in The Single UNIX
Specification, Version 2, but marked as legacy, and have been removed from
later specifications. After 12 years it is time to remove them from new
architectures when the main use for sbrk is an invalid method to attempt
to find how much memory has been allocated from malloc.

There are a few places in the tree that still call sbrk, however they are
not used on arm64. They will need to be fixed to cross build from arm64,
but these will be fixed in a follow up commit.

Old copies of binutils from ports called into sbrk, however this has been
fixed around 6 weeks ago. It is advised to update binutils on arm64 before
installing a world that includes this change.

Reviewed by:	brooks, emaste
Obtained from:	brooks
Relnotes:	yes
Sponsored by:	ABT Systems Ltd
Differential Revision:	https://reviews.freebsd.org/D6464
2016-05-20 15:04:48 +00:00
..
t_access.c Expect access_test:access_inval to fail before __FreeBSD_version == 1100033 2014-12-30 22:32:29 +00:00
t_chroot.c Port t_chroot to FreeBSD 2014-10-21 18:10:05 +00:00
t_clock_gettime.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_clone.c
t_connect.c Fix coverity issues with contrib/netbsd-tests/lib/libc/sys/t_connect.c 2016-04-20 20:43:05 +00:00
t_dup.c Port lib/libc/sys/t_dup to FreeBSD/Linux 2014-11-01 17:19:43 +00:00
t_fsync.c
t_getcontext.c Pass 8 arguments to makecontext on arm64 as this is all we support. 2015-10-01 09:53:12 +00:00
t_getgroups.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_getitimer.c getitimer on FreeBSD returns the last set time instead of the remaining time; 2014-11-01 17:22:53 +00:00
t_getlogin.c
t_getpid.c
t_getrusage.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_getsid.c
t_gettimeofday.c Disable the NetBSD-specific EFAULT requirements test in gettimeofday_err 2016-04-07 06:21:33 +00:00
t_issetugid.c
t_kevent.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_kill.c
t_link.c Add limits.h #include for LINE_MAX 2014-10-23 06:25:52 +00:00
t_listen.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_lwp_create.c
t_lwp_ctl.c
t_mincore.c Add debug output via ATF_REQUIRE_MSG when the first call to 2016-01-27 07:06:49 +00:00
t_minherit.c
t_mkdir.c
t_mkfifo.c
t_mknod.c - Ignore EINVAL check with mknod(path, S_IFCHR, -1) as the testcase is always 2014-10-24 03:42:37 +00:00
t_mlock.c Remove brk and sbrk from arm64. They were defined in The Single UNIX 2016-05-20 15:04:48 +00:00
t_mmap.c Port t_mmap.c to FreeBSD 2014-10-23 06:42:53 +00:00
t_mprotect.c Omit the mprotect_exec testcase on FreeBSD 2014-10-23 08:29:09 +00:00
t_msgctl.c Add limits.h #include for INT_MAX 2014-10-23 07:22:18 +00:00
t_msgget.c
t_msgrcv.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_msgsnd.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_msync.c - Test for EINVAL requirement when passing an invalid flag in to msync(2) 2014-10-24 03:53:49 +00:00
t_nanosleep.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_pipe.c
t_pipe2.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_poll.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_posix_fadvise.c
t_recvmmsg.c
t_revoke.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_select.c Mark signum __unused 2014-10-23 08:13:07 +00:00
t_setrlimit.c Fix a typo (__FreeBSD__ -> __NetBSD__ when omitting setrlimit_nthr) 2014-10-23 08:12:31 +00:00
t_setuid.c
t_sigaction.c Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/config.h 2014-11-04 05:02:22 +00:00
t_sigqueue.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_sigtimedwait.c
t_socketpair.c Convert "fcntl(n, F_CLOSEM)" to "closefrom(n)" 2014-10-23 06:21:10 +00:00
t_stat.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_swapcontext.c
t_timer_create.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_truncate.c Use <atf_srcdir>/truncate_test.root_owned instead of /usr/bin/fpr as fpr does 2014-10-23 07:54:46 +00:00
t_ucontext.c
t_umask.c
t_unlink.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_write.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00