summaryrefslogtreecommitdiffstats
path: root/tests/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-041-4/+3
* Avoid requiring 'make depend' here.bdrewery2015-11-251-0/+1
* Integrate contrib/netbsd-tests/kernel/t_mqueue into the FreeBSD testngie2015-11-231-0/+5
* Fix up convert.c generationngie2015-11-231-2/+3
* Integrate tools/regression/pipe in to the FreeBSD test suite asngie2015-11-1610-0/+799
* Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite asngie2015-11-161-0/+6
* Integrate kern/kern_acct.c testcase in as tests/sys/kern/acct/acct_testngie2015-11-163-0/+255
* Add tests for the copyin(9) handling of illegal buffers.kib2015-10-192-0/+87
* Tweak: use 'mainlwp' instead of 'mainpid' since this is a thread (LWP)jhb2015-10-061-3/+3
* Fix build with older GCC which, doesn't like 'main' being a variable name.bdrewery2015-10-061-3/+3
* Fix various edge cases related to system call tracing.jhb2015-10-062-15/+245
* Revert r288682ngie2015-10-0510-0/+277
* Remove some paths preparing for a re-copy from headngie2015-10-0510-277/+0
* Use _exit() instead of exit() in child processes created during tests.jhb2015-09-091-10/+10
* Add a test to verify that a traced process sees its original parent viajhb2015-09-091-0/+87
* Properly size the children[] arrays in the follow fork tests.jhb2015-09-091-6/+6
* Clear P_TRACED before reparenting a detached process back to itsjhb2015-08-011-54/+527
* Fixed shutdown(2) unix(4) tests for SOCK_SEQPACKET after r285910 (by ed).pluknet2015-07-291-8/+52
* Add a CHILD_REQUIRE macro similar to ATF_REQUIRE for use in child processesjhb2015-06-041-25/+47
* Consistently only use one end of the pipe in the parent and debuggerjhb2015-05-311-3/+5
* Tweak the description of when waitpid() doesn't return any status for ajhb2015-05-281-6/+6
* Do not allow a process to reap an orphan (a child currently beingjhb2015-05-261-0/+246
* Only reparent a traced process to its old parent if the tracing process isjhb2015-05-222-0/+144
* Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_testngie2015-04-272-106/+0
* Integrate tools/regression/mmap into the FreeBSD test suite asngie2015-04-272-0/+106
* Install the proper filesngie2015-04-133-0/+0
* Add $FreeBSD$ RCS tagngie2015-04-121-0/+2
* Integrate tools/regression/execve into the FreeBSD test suite as tests/sys/ke...ngie2015-04-1211-0/+277
* Abort the create_socket test if socket creation fails.asomers2014-09-101-1/+1
* Numerous small fixes, mostly suggested by Coverity.asomers2014-08-201-6/+47
* Fix variable type to avoid printf formatter warning.jmmv2014-04-041-1/+1
* Added sysctl kern.maxfiles increase test, do not use /etc/passwd for testspho2014-03-191-6/+118
* Make bsd.test.mk the only public mk fragment for the building of tests.jmmv2014-03-141-1/+1
* Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleanerasomers2014-03-131-17/+0
* kern/Makefileasomers2014-03-072-34/+31
* Only use -lpthread for unix_seqpacket_test, not for all test programs.asomers2014-03-061-1/+1
* Fix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets with asymmetricalasomers2014-03-061-1/+6
* Preserve naming consistency for test cases.pho2014-03-051-3/+3
* Changed name of test case to a more descriptive one and movedpho2014-03-041-10/+8
* Added a regression test for r234131.pho2014-02-262-1/+82
* test_eagain_*_* should've been using nonblocking sockets instead ofasomers2014-02-171-1/+1
* Replace the old unix_seqpacket and unix_seqpacket_exercise tests, whichasomers2014-01-232-0/+1127
OpenPOWER on IntegriCloud