..
t_access.c
Fix lib/libc/sys/access_test after r311925
2017-01-12 08:31:42 +00:00
t_bind.c
Checkpoint initial integration work
2016-08-12 08:50:05 +00:00
t_chroot.c
Import testcase updates with code contributed back to NetBSD
2017-01-11 09:51:34 +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_clock_nanosleep.c
Upgrade NetBSD tests to 01.11.2017_23.20 snapshot
2017-01-13 03:33:57 +00:00
t_clone.c
t_connect.c
Checkpoint initial integration work
2016-08-12 08:50: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
Allow up to 6 arguments only on MIPS.
2016-09-27 13:46:00 +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
Upgrade NetBSD tests to 01.11.2017_23.20 snapshot
2017-01-13 03:33:57 +00:00
t_getsid.c
t_getsockname.c
Checkpoint initial integration work
2016-08-12 08:50:05 +00:00
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
kqueue_desc_passing: initialize m.msg_flags to 0
2017-01-04 03:54:54 +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
listen_low_port: check for errors from socket(2) before continuing
2017-01-04 03:59:50 +00:00
t_lwp_create.c
t_lwp_ctl.c
t_mincore.c
Import testcase updates with code contributed back to NetBSD
2017-01-11 09:51:34 +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
Fix setrlimit_test:setrlimit_memlock when the system has exceeded vm.max_wired.
2016-12-01 22:12:58 +00:00
t_mmap.c
Import testcase updates with code contributed back to NetBSD
2017-01-11 09:51:34 +00:00
t_mprotect.c
Checkpoint initial integration work
2016-08-12 08:50:05 +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
pipe_restart: free f on function exit to quell complaint from Coverity
2017-01-04 08:43:27 +00:00
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_posix_fallocate.c
Checkpoint initial integration work
2016-08-12 08:50:05 +00:00
t_recvmmsg.c
t_revoke.c
revoke_perm: don't leak fd at the end of the test; close it
2017-01-04 08:59:06 +00:00
t_select.c
Clarify lifetime of child(..) function
2017-01-04 08:25:31 +00:00
t_setrlimit.c
setrlimit_basic: don't leak buf; free it on completion
2017-01-04 09:00:16 +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
Don't dedupe signals less than SIGRTMIN
2016-09-03 00:47:54 +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
stat_symlink: don't leak fd; close the file descriptor when done
2017-01-04 08:49:07 +00:00
t_swapcontext.c
t_timer_create.c
Add timer_settime tests using SIGEV_THREAD.
2016-08-08 17:57:25 +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
umask_open: don't leak fd on success
2017-01-04 03:41:16 +00:00
t_unlink.c
Partially revert r311236
2017-01-11 07:22:21 +00:00
t_wait.c
Import testcase updates with code contributed back to NetBSD
2017-01-11 09:51:34 +00:00
t_wait_noproc.c
Upgrade NetBSD tests to 01.11.2017_23.20 snapshot
2017-01-13 03:33:57 +00:00
t_wait_noproc_wnohang.c
Upgrade NetBSD tests to 01.11.2017_23.20 snapshot
2017-01-13 03:33:57 +00:00
t_write.c
Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with
2014-11-17 13:39:00 +00:00