summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys
AgeCommit message (Expand)Author
2015-06-22Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.matt
2015-06-06Don't pass uninitialized variables by value.joerg
2015-04-05fix typo bindinging -> bindingrtr
2015-04-05add another test program for connect(2) that checks that connect failsrtr
2015-04-05- ATF_REQUIRE(EINVAL == errno);rtr
2015-04-05New test program for bind(2), with a single (currently eroneously failing)martin
2015-02-28Make sure to use the values calculated in the loop that is supposed to crashmartin
2015-02-27add truncate causing signal testchristos
2015-02-05Skip kqueue_unsupported_fd test if /dev/drvctl is not configuredisaki
2015-01-31PR/49617: Kirk Russell: posix_fallocate() should be returning an error onchristos
2014-11-04PR misc/49356 remove unnecessary references to atf-c/config.hjustin
2014-09-03The nop instruction on or1k is l.nopmatt
2014-07-18Add new minherit test.christos
2014-06-10Fix static linking for the tests: -lrump is also used by -lrumpuser,he
2014-04-21When unlinking a directory as unprivileged user allow both EPERM and EACCESSmartin
2014-04-21When a hard link to a directory fails, accept both EPERM and EACCESS asmartin
2014-02-27Use an abs wide enough to cover the types involved.joerg
2014-02-26Remove hardcoded VM_MIN_ADDRESS and instead query current value viamartin
2013-07-24There wasn't a codegen bug - the test program itself was buggy.skrll
2013-07-24Fix msgsz confusion.skrll
2013-07-23Compile tests/lib/libc/sys/t_msgrcv with -O0 on hppa to avoid compilerskrll
2013-05-05Whitespaceskrll
2013-03-31add more test cases for nanosleepchristos
2013-03-08Sharpen the "return imediately" test case and fix/uncomment the "wait untillmartin
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-11-29Skip kqueue_unsupported_fd if the drvctl device is not present.martin
2012-11-24Add a test for adding an event to an unsupported fd.christos
2012-11-07Merge in the minimal test from the old src/regress/sys/kernel/sigtramppgoyette
2012-09-27Simplifyskrll
2012-09-12setcontext() used to be incompatible with -lpthread since it affectedmanu
2012-09-08Make this compile on archs where VM_MIN_ADDRESS is not defined (or notmartin
2012-09-07Deal with architectures defining VM_MIN_ADDRESS > 0.martin
2012-08-08Exclude tests that use rumpchristos
2012-06-22tests for recvmmsgchristos
2012-06-14Disable the mmap_block test again, it doesn't panic when mmaping /dev/wd0dbouyer
2012-06-12check thread limitchristos
2012-06-08Degrade all intermediate failures due to memory/resource shortage tomartin
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-06-02adapt to new realitymartin
2012-06-01Do not skip the block device mmap test, as it does not crashmartin
2012-05-31Add a (skipped for now) test case for PR 46463martin
2012-05-23Simplify creation of a temporary file slightly, fix sizeof(buf) confusionmartin
2012-05-22Typo in commentmartin
2012-05-21Calling _lwp_create() with a bogus ucontext could trigger a kernelmartin
2012-05-16mmap_block:martin
2012-05-16Remove also redundant comment (the reference to the PR is already in thejruoho