aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Disable mqueue test # 3 and # 4 until __mq_oshandle is properly publicizedEnji Cooper2015-12-011-2/+2
* Disable a couple of tests, perhaps temporarily, since they use privateDaniel Eischen2015-11-291-2/+2
* Avoid requiring 'make depend' here.Bryan Drewery2015-11-251-0/+1
* Integrate contrib/netbsd-tests/kernel/t_mqueue into the FreeBSD testEnji Cooper2015-11-231-0/+5
* Fix up convert.c generationEnji Cooper2015-11-231-2/+3
* Copy README into /usr/testsCraig Rodrigues2015-11-202-3/+15
* Integrate tools/regression/pipe in to the FreeBSD test suite asEnji Cooper2015-11-1610-0/+799
* Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite asEnji Cooper2015-11-161-0/+6
* Integrate acct(2) testcase in as tests/sys/kern/acct/acct_testEnji Cooper2015-11-163-0/+255
* Add tests for the copyin(9) handling of illegal buffers.Konstantin Belousov2015-10-192-0/+87
* Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/aclEnji Cooper2015-10-1715-0/+3343
* Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSDEnji Cooper2015-10-173-0/+637
* Add more SUBDIR_PARALLEL.Bryan Drewery2015-10-154-0/+6
* Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfsEnji Cooper2015-10-143-0/+50
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-123-3/+3
* Tweak: use 'mainlwp' instead of 'mainpid' since this is a thread (LWP)John Baldwin2015-10-061-3/+3
* Fix build with older GCC which, doesn't like 'main' being a variable name.Bryan Drewery2015-10-061-3/+3
* Fix various edge cases related to system call tracing.John Baldwin2015-10-062-15/+245
* Use _exit() instead of exit() in child processes created during tests.John Baldwin2015-09-091-10/+10
* Add a test to verify that a traced process sees its original parent viaJohn Baldwin2015-09-091-0/+87
* Properly size the children[] arrays in the follow fork tests.John Baldwin2015-09-091-6/+6
* Add more mmap tests related to character devices.John Baldwin2015-09-041-8/+103
* Add various tests to ensure that invalid arguments passed to mmap()John Baldwin2015-08-061-0/+72
* Convert the map_at_zero test case to ATF. In particular, this willJohn Baldwin2015-08-062-37/+24
* Clear P_TRACED before reparenting a detached process back to itsJohn Baldwin2015-08-011-54/+527
* Fixed shutdown(2) unix(4) tests for SOCK_SEQPACKET after r285910 (by ed).Sergey Kandaurov2015-07-291-8/+52
* Pass unsigned long argument to ioctl().Craig Rodrigues2015-07-261-1/+2
* The bug caught by flock's test 16 was fixed by r268384.Mark Johnston2015-07-051-5/+0
* Make cleanup routines idempotentJulio Merino2015-07-041-7/+12
* Misc fixes from projects/bmakeSimon J. Gerraty2015-06-111-1/+1
* Add a CHILD_REQUIRE macro similar to ATF_REQUIRE for use in child processesJohn Baldwin2015-06-041-25/+47
* Append to SUBDIR, not set itEnji Cooper2015-05-311-2/+2
* Consistently only use one end of the pipe in the parent and debuggerJohn Baldwin2015-05-311-3/+5
* Tweak the description of when waitpid() doesn't return any status for aJohn Baldwin2015-05-281-6/+6
* Do not allow a process to reap an orphan (a child currently beingJohn Baldwin2015-05-261-0/+246
* Only reparent a traced process to its old parent if the tracing process isJohn Baldwin2015-05-222-0/+144
* Move all test integration pieces for etc/ from etc/ to tests/Enji Cooper2015-05-184-0/+158
* Fix typo. It should have been atf_tc_skip, not atf_skipEnji Cooper2015-04-291-1/+1
* ATF_REQUIRE_KERNEL_MODULE: use atf_skip, not ATF_REQUIRE_MSG so the testcaseEnji Cooper2015-04-291-7/+10
* Adjust CFLAGS to find freebsd_test_suite/macros.hEnji Cooper2015-04-281-0/+2
* Use PLAIN_REQUIRE_KERNEL_MODULE to require "mqueuefs"Enji Cooper2015-04-286-0/+22
* - Use ATF_REQUIRE_KERNEL_MDOULE to require aio(4)Enji Cooper2015-04-282-25/+33
* Use ATF_REQUIRE_KERNEL_MODULE instead of aio_available functionEnji Cooper2015-04-281-17/+10
* Add initial (unpolished) macros for interfacing with the FreeBSD test suiteEnji Cooper2015-04-281-0/+53
* Fill in the copyright boilerplate for the test programEnji Cooper2015-04-281-0/+27
* Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_testEnji Cooper2015-04-274-1/+8
* Integrate tools/regression/mmap into the FreeBSD test suite asEnji Cooper2015-04-272-0/+106
* Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into theEnji Cooper2015-04-275-0/+1132
* Integrate tools/regression/mqueue into the FreeBSD test suite asEnji Cooper2015-04-278-0/+577
* Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifoEnji Cooper2015-04-2714-0/+5256