summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys/Makefile
AgeCommit message (Expand)Author
2021-11-01Test lib/libc/sys/t_timerfd often fails when run on QEMU becausehannken
2021-09-19Add native implementations of eventfd(2) and timerfd(2), compatible withthorpej
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-08-14New system call getrandom() compatible with Linux and others.riastradh
2020-07-17Add ppoll() a compatibility wrapper around pollts(2)kamil
2020-06-17Fix build for vax; Compile t_ptrace_sigchld.c with -D__TEST_FENV.rin
2020-04-30Add a test for sigaltstack(2) and SA_ONSTACKryo
2020-04-26Add a NetBSD native futex implementation, mostly written by riastradh@.thorpej
2020-04-18PR/55177: Carlo Arenas: mremap(MAP_REMAPDUP) fails after fork()christos
2020-03-06Add new ptrace(2) test filekamil
2020-03-01fix variable namechristos
2020-03-01Centralize the base rump libraries into a variable used by all the otherchristos
2020-02-22Disable t_ptrace_wait* tests for MKSANITIZER/MKLIBCSANITIZERkamil
2019-06-30Add a test for verifying procinfo note inside coredumps.mgorny
2019-04-26Use LDADD, which apparently puts the libraries at the end of the command,maya
2019-04-25Introduce check for the support of FPU exceptionskamil
2019-02-10Link t_ptrace_wait* tests with -pthreadkamil
2018-08-21more testschristos
2018-05-25Add a test to verify syscall() and/or __syscall() are working.martin
2018-05-18Add new ATF tests: t_fork and t_vforkkamil
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