summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys
AgeCommit message (Expand)Author
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
2012-05-16Simplify the test for PR kern/4645 and make it independend of resourcemartin
2012-05-16Fix typo in comment.wiz
2012-05-16Enable the test for PR kern/46457 now that it does not crash themartin
2012-05-16Add a case for PR kern/46457. This is skipped for the time being, as itjruoho
2012-04-21Avoid harmless compiler (integer) warnings.jruoho
2012-04-20Add few unit tests for mlock(2), including a case for PR kern/44788.jruoho
2012-03-31Note PR bin/14558.jruoho
2012-03-22dholland fixed PR/44927christos
2012-03-18Move the references to PRs from code comments to the test description. Oncejruoho
2012-03-18Get rid of the weird macros.jruoho
2012-03-17Move the _lwp_ctl(2) preemption counter check to the right place.jruoho
2012-03-17PR kern/46077 was fixed; remove xfail.jruoho
2012-03-16This is no longer expected to fail.matt
2012-03-16Don't rely on INT_MAX being unmapped. Use mmap to get a page and then unmapmatt
2012-03-14Skip the ENOMEM/RLIMIT_MEMLOCK case when doing mlockall(2).jruoho
2012-03-13Use atf_tc_skip().jruoho