.. |
Makefile
|
There wasn't a codegen bug - the test program itself was buggy.
|
2013-07-24 11:45:48 +00:00 |
t_access.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
t_chroot.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
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
|
Move connect(2), listen(2) and socketpair(2) tests to the right place.
|
2011-11-05 18:19:01 +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
|
Adjust.
|
2011-07-14 04:59:14 +00:00 |
t_getgroups.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
t_getitimer.c
|
dholland fixed PR/44927
|
2012-03-22 18:20:46 +00:00 |
t_getlogin.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
t_getpid.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
t_getrusage.c
|
Requires stdint.h.
|
2011-08-22 00:33:16 +00:00 |
t_getsid.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
t_gettimeofday.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
t_issetugid.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
t_kevent.c
|
Skip kqueue_unsupported_fd if the drvctl device is not present.
|
2012-11-29 09:13:44 +00:00 |
t_kill.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
t_link.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +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_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
|
Make this compile on archs where VM_MIN_ADDRESS is not defined (or not
|
2012-09-08 12:25:05 +00:00 |
t_mmap.c
|
Disable the mmap_block test again, it doesn't panic when mmaping /dev/wd0d
|
2012-06-14 17:47:58 +00:00 |
t_mprotect.c
|
Modify exec test to be more resilient regarding partial exec protection:
|
2011-07-20 22:53:44 +00:00 |
t_msgctl.c
|
Fix typo.
|
2011-11-11 05:06:01 +00:00 |
t_msgget.c
|
Add 21 unit tests for the XSI message queues.
|
2011-11-05 07:45:40 +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_pipe2.c
|
Remove also redundant comment (the reference to the PR is already in the
|
2012-05-16 13:54:28 +00:00 |
t_pipe.c
|
Move all pipe2 tests to a separate file.
|
2011-10-31 15:41:31 +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
|
Move the posix_fadvise(2) test to the right place.
|
2011-10-15 06:10:26 +00:00 |
t_recvmmsg.c
|
tests for recvmmsg
|
2012-06-22 18:45:23 +00:00 |
t_revoke.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
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
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
t_sigaction.c
|
Merge in the minimal test from the old src/regress/sys/kernel/sigtramp
|
2012-11-07 16:51:16 +00:00 |
t_sigqueue.c
|
Rename test case names.
|
2011-07-07 16:31:11 +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
|
Fix the errno tests so if someone messes up permission checks and it
|
2011-08-18 19:48:03 +00:00 |
t_ucontext.c
|
Move the ucontext(2) test to the right place.
|
2011-10-15 06:54:52 +00:00 |
t_umask.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
t_unlink.c
|
Add the syscall tests back. Couple of files and tests were also renamed for
|
2011-07-07 06:57:53 +00:00 |
t_write.c
|
Add few basic checks.
|
2011-10-19 16:19:30 +00:00 |