| .. |
|
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
|
Add sys/socket.h #include for bind(2), et al
|
2014-10-21 20:17: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
|
|
|
|
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
|
Remove expected failure from lib.libc.sys.t_mincore:mincore_resid
|
2014-11-05 16:30:02 +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
|
- Add sys/types.h for the APIs in sys/sysctl.h
|
2014-10-24 16:18:16 +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 |