aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* MFHGlen Barber2016-02-081-1/+7
|\
| * Use basenames for getfacl, setfacl, and zpool to work around theEnji Cooper2016-02-061-2/+2
| * Require /bin/getfacl and /bin/setfacl when running the acl testsEnji Cooper2016-02-051-1/+7
* | Final pass through to fix 'tests' packaging.Glen Barber2016-02-031-2/+3
* | More 'tests' packaging fixes.Glen Barber2016-02-0325-0/+97
* | More 'tests' package fixes.Glen Barber2016-02-0326-0/+80
* | MFHGlen Barber2016-02-021-2/+4
|\|
| * Use the pidfile support added to ggated(8) in r294973 to ensure that theEnji Cooper2016-02-011-2/+3
| * Add an additional 1 second sleep to after calling ggatec before callingEnji Cooper2016-02-011-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXITEric van Gyzen2016-01-283-15/+229
* PID file support hasn't been committed for ggated(8) yet. Unbreak runningEnji Cooper2016-01-141-2/+1
* Remove unnecessary kldload logic added to geom_subr.sh in r293028Enji Cooper2016-01-141-2/+0
* IntegrateEnji Cooper2016-01-1375-0/+3490
* Rename `recvfd` and `sendfd` variables in recvfd/sendfd functions to avoidEnji Cooper2015-12-301-11/+11
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testEnji Cooper2015-12-302-0/+397
* Add ptrace(2) reporting for LWP events.John Baldwin2015-12-291-7/+186
* Remove retval to fix a -Wunused-but-set-variable warning from gcc 4.9Enji Cooper2015-12-281-4/+3
* - Remove unused but set ssize in shutdown_send_sigpipeEnji Cooper2015-12-281-5/+11
* Clean trailing whitespaceEnji Cooper2015-12-281-19/+19
* - Fix an improperly sized buffer for `pathname` [1]Enji Cooper2015-12-281-3/+2
* Fix style(9) a bit and ensure that error from initializing kqueue(2) isEnji Cooper2015-12-281-54/+42
* Place cancel and error under #ifdef DEBUG to muteEnji Cooper2015-12-281-15/+22
* Delete the comment about running `test_libugidfw_strings` before testingEnji Cooper2015-12-231-5/+0
* Move mac_bsdextended check up before running the test_libugidfw_strings testc...Enji Cooper2015-12-231-10/+10
* Dump out the output from flock_helper on failure so failures with theEnji Cooper2015-12-221-2/+3
* Integrate tools/regression/mac/mac_bsdextended andEnji Cooper2015-12-2110-0/+899
* Add ATF_REQUIRE_FEATURE and PLAIN_REQUIRE_FEATURE macros forEnji Cooper2015-12-161-0/+15
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-044-14/+8
* 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