summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys/Makefile
AgeCommit message (Expand)Author
2018-02-25Add new tests in lib/libc/sys/t_ucontextkamil
2017-04-02Import ptrace(2) tests into appropriate directory tests/lib/libc/sys/kamil
2017-02-01Restrict special mode/owner settings to truncate_test.root_owned;martin
2017-01-14Set FILESBUILD=yes to actually run the creation script for the file.pgoyette
2017-01-13PR/51844: Ngie Cooper: use root-owned file created during build instead ofchristos
2016-11-11New clock_nanosleep(2) testcase.njoly
2016-11-06Add new tests: tests/lib/libc/sys/t_wait_noproc and t_wait_noproc_wnohangkamil
2016-07-30New getsockname(2) testcase for UNIX domain sockets.njoly
2016-04-06Add wait6(2) tests.christos
2016-01-24t_lwp_create needs kernel types.christos
2016-01-23Define _KERNTYPES for things that need it.christos
2015-06-22Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.matt
2015-04-05New test program for bind(2), with a single (currently eroneously failing)martin
2015-01-31PR/49617: Kirk Russell: posix_fallocate() should be returning an error onchristos
2014-07-18Add new minherit test.christos
2014-06-10Fix static linking for the tests: -lrump is also used by -lrumpuser,he
2013-07-24There wasn't a codegen bug - the test program itself was buggy.skrll
2013-07-23Compile tests/lib/libc/sys/t_msgrcv with -O0 on hppa to avoid compilerskrll
2013-03-08Rename testprogram and make it more general by adding other testcases.martin
2013-03-08Add a test program for PR kern/47625, based on the sample code providedmartin
2012-12-04Move the bitmap(3) test to the "right" place. Note it in bitops(3). Xrefs.jruoho
2012-12-01Add a bitops testchristos
2012-09-12setcontext() used to be incompatible with -lpthread since it affectedmanu
2012-08-08Exclude tests that use rumpchristos
2012-06-22tests for recvmmsgchristos
2012-06-07Revert previous - instead of guessing the amount of needed memory lockedmartin
2012-06-05Try to estimate the number of locked pages the mincore() test will need andmartin
2012-05-21Calling _lwp_create() with a bogus ucontext could trigger a kernelmartin
2012-04-20Add few unit tests for mlock(2), including a case for PR kern/44788.jruoho
2012-03-17Move the _lwp_ctl(2) preemption counter check to the right place.jruoho
2011-11-17Add a test for PR/45618: Motoyuki OHMORI: kqueue EVFILT_TIMER with smallerchristos
2011-11-05Move connect(2), listen(2) and socketpair(2) tests to the right place.jruoho
2011-11-05Add 21 unit tests for the XSI message queues.jruoho
2011-10-31Move all pipe2 tests to a separate file.christos
2011-10-15Move the sigaction(2) test to the right place.jruoho
2011-10-15Move the ucontext(2) test to the right place.jruoho
2011-10-15Move the writev(2) test to the right place.jruoho
2011-10-15Move the clock_gettime(2) timer test to the right place.jruoho
2011-10-15Move the mkdir(2) test to the right place.jruoho
2011-10-15Move the pipe(2) test to the right place.jruoho
2011-10-15Move the posix_fadvise(2) test to the right place.jruoho
2011-09-17Remove ptrace(2) tests that are not yet ready but were accidentallyjruoho
2011-09-17Simplify.jruoho
2011-07-18Add a simple test case to check executable mapping rights for mprotect(2).jym
2011-07-07Fix previous.jruoho
2011-07-07Remove 't_cerror' (this is tested by numerous individual tests).jruoho
2011-07-07Add the syscall tests back. Couple of files and tests were also renamed forjruoho
2011-01-13Make sure we build all of thests, not just the last one (use += vs =)pgoyette
2011-01-13Continuing the (re)organization of the lib/libc atf regression testspgoyette
2011-01-10test for sigqueuechristos