.. |
Makefile
|
New test program for bind(2), with a single (currently eroneously failing)
|
2015-04-05 06:36:52 +00:00 |
t_access.c
|
…
|
|
t_bind.c
|
fix typo bindinging -> binding
|
2015-04-05 23:28:10 +00:00 |
t_chroot.c
|
…
|
|
t_clock_gettime.c
|
Move the clock_gettime(2) timer test to the right place.
|
2011-10-15 06:42:16 +00:00 |
t_clone.c
|
Don't try to figure out how the stack grows at run time. It's not
|
2011-12-12 20:55:44 +00:00 |
t_connect.c
|
add another test program for connect(2) that checks that connect fails
|
2015-04-05 23:17:41 +00:00 |
t_dup.c
|
Move the references to PRs from code comments to the test description. Once
|
2012-03-18 07:00:51 +00:00 |
t_fsync.c
|
Move the references to PRs from code comments to the test description. Once
|
2012-03-18 07:00:51 +00:00 |
t_getcontext.c
|
…
|
|
t_getgroups.c
|
…
|
|
t_getitimer.c
|
dholland fixed PR/44927
|
2012-03-22 18:20:46 +00:00 |
t_getlogin.c
|
…
|
|
t_getpid.c
|
…
|
|
t_getrusage.c
|
The nop instruction on or1k is l.nop
|
2014-09-03 19:24:12 +00:00 |
t_getsid.c
|
…
|
|
t_gettimeofday.c
|
…
|
|
t_issetugid.c
|
…
|
|
t_kevent.c
|
Skip kqueue_unsupported_fd test if /dev/drvctl is not configured
|
2015-02-05 13:55:37 +00:00 |
t_kill.c
|
…
|
|
t_link.c
|
When a hard link to a directory fails, accept both EPERM and EACCESS as
|
2014-04-21 14:39:36 +00:00 |
t_listen.c
|
Move the references to PRs from code comments to the test description. Once
|
2012-03-18 07:00:51 +00:00 |
t_lwp_create.c
|
Typo in comment
|
2012-05-22 09:23:39 +00:00 |
t_lwp_ctl.c
|
Get rid of the weird macros.
|
2012-03-18 06:20:51 +00:00 |
t_mincore.c
|
Degrade all intermediate failures due to memory/resource shortage to
|
2012-06-08 07:18:58 +00:00 |
t_minherit.c
|
Add new minherit test.
|
2014-07-18 12:34:52 +00:00 |
t_mkdir.c
|
Add few basic checks.
|
2011-10-15 07:38:31 +00:00 |
t_mkfifo.c
|
Fix a test case to test what the comment says.
|
2011-11-02 06:04:48 +00:00 |
t_mknod.c
|
Move the references to PRs from code comments to the test description. Once
|
2012-03-18 07:00:51 +00:00 |
t_mlock.c
|
Remove hardcoded VM_MIN_ADDRESS and instead query current value via
|
2014-02-26 20:49:26 +00:00 |
t_mmap.c
|
Make sure to use the values calculated in the loop that is supposed to crash
|
2015-02-28 13:57:08 +00:00 |
t_mprotect.c
|
…
|
|
t_msgctl.c
|
Use an abs wide enough to cover the types involved.
|
2014-02-27 00:59:50 +00:00 |
t_msgget.c
|
Use an abs wide enough to cover the types involved.
|
2014-02-27 00:59:50 +00:00 |
t_msgrcv.c
|
Fix msgsz confusion.
|
2013-07-24 11:44:10 +00:00 |
t_msgsnd.c
|
Fix some typos.
|
2011-11-05 08:47:54 +00:00 |
t_msync.c
|
Don't rely on INT_MAX being unmapped. Use mmap to get a page and then unmap
|
2012-03-16 06:15:17 +00:00 |
t_nanosleep.c
|
add more test cases for nanosleep
|
2013-03-31 16:47:16 +00:00 |
t_pipe.c
|
Move all pipe2 tests to a separate file.
|
2011-10-31 15:41:31 +00:00 |
t_pipe2.c
|
Remove also redundant comment (the reference to the PR is already in the
|
2012-05-16 13:54:28 +00:00 |
t_poll.c
|
Move the references to PRs from code comments to the test description. Once
|
2012-03-18 07:00:51 +00:00 |
t_posix_fadvise.c
|
…
|
|
t_posix_fallocate.c
|
PR/49617: Kirk Russell: posix_fallocate() should be returning an error on
|
2015-01-31 23:06:57 +00:00 |
t_recvmmsg.c
|
tests for recvmmsg
|
2012-06-22 18:45:23 +00:00 |
t_revoke.c
|
…
|
|
t_select.c
|
Move the references to PRs from code comments to the test description. Once
|
2012-03-18 07:00:51 +00:00 |
t_setrlimit.c
|
check thread limit
|
2012-06-12 23:56:19 +00:00 |
t_setuid.c
|
…
|
|
t_sigaction.c
|
PR misc/49356 remove unnecessary references to atf-c/config.h
|
2014-11-04 00:20:19 +00:00 |
t_sigqueue.c
|
Don't pass uninitialized variables by value.
|
2015-06-06 13:14:06 +00:00 |
t_sigtimedwait.c
|
Sharpen the "return imediately" test case and fix/uncomment the "wait untill
|
2013-03-08 23:18:00 +00:00 |
t_socketpair.c
|
Move connect(2), listen(2) and socketpair(2) tests to the right place.
|
2011-11-05 18:19:01 +00:00 |
t_stat.c
|
PR kern/46077 was fixed; remove xfail.
|
2012-03-17 08:37:08 +00:00 |
t_swapcontext.c
|
Whitespace
|
2013-05-05 10:26:57 +00:00 |
t_timer_create.c
|
Move the references to PRs from code comments to the test description. Once
|
2012-03-18 07:00:51 +00:00 |
t_truncate.c
|
…
|
|
t_ucontext.c
|
Move the ucontext(2) test to the right place.
|
2011-10-15 06:54:52 +00:00 |
t_umask.c
|
…
|
|
t_unlink.c
|
When unlinking a directory as unprivileged user allow both EPERM and EACCESS
|
2014-04-21 18:05:17 +00:00 |
t_write.c
|
Add few basic checks.
|
2011-10-19 16:19:30 +00:00 |