aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrate tools/regression/kqueue into the FreeBSD test suite asEnji Cooper2015-04-2712-0/+1770
* Integrate tools/regression/execve into the FreeBSD test suite asEnji Cooper2015-04-2711-0/+279
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-127-0/+1311
* Use PROGS instead of PROG and remove unnecessary SRCS?= assignmentEnji Cooper2014-11-081-3/+2
* Remove unused tests/lib directoryEnji Cooper2014-11-031-13/+0
* Remove explicit KYUAFILE=yes from tests/sys/MakefileEnji Cooper2014-11-031-4/+0
* Integrate pjdfstest test suite execution into kyuaEnji Cooper2014-11-0321-1/+379
* Fix source address selection on unbound sockets in the presence of multipleAlan Somers2014-09-161-1/+0
* Abort the create_socket test if socket creation fails.Alan Somers2014-09-101-1/+1
* Numerous small fixes, mostly suggested by Coverity.Alan Somers2014-08-201-6/+47
* Fix unintended KBI change from r264905. Add _fib versions ofAlan Somers2014-05-292-15/+54
* Remove last two NO_MAN= in the tree. In both of these cases, MAN= isWarner Losh2014-05-101-1/+1
* Add regression test for PR kern/189088.Alan Somers2014-04-291-0/+54
* Fix a panic when removing an IP address from an interface, if the same addressAlan Somers2014-04-291-0/+40