aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow changing the test PORT at compile-time.Bryan Drewery2017-07-311-0/+2
* Remove superfluous `exit 0` added in r321702Enji Cooper2017-07-291-1/+0
* Load geom_gate(4) if necessary before running tests; skip if it can't be loadedEnji Cooper2017-07-291-0/+19
* Implement SIGEV_THREAD notifications for lio_listio(2)Alan Somers2017-07-211-2/+2
* Clean up :coredump_phnumEnji Cooper2017-07-191-15/+11
* Remove expected failure for :coredump_phnumEnji Cooper2017-07-191-2/+0
* Remove dead code that was killed by r320975Alan Somers2017-07-191-9/+4
* Add regression tests for bugs 220459 and 220398Alan Somers2017-07-172-0/+148
* Fix the build with GCC after r320975Alan Somers2017-07-141-1/+1
* Add tests for aio(4) completion notification via signals and threadsAlan Somers2017-07-131-39/+212
* Use ATF cleanup routines in aio_test.cAlan Somers2017-07-132-261/+78
* Pull down pjdfstest 0.1Enji Cooper2017-06-284-6/+222
|\
| * Pull down pjdfstest 0.1vendor/pjdfstest/0.1vendor/pjdfstestEnji Cooper2017-06-28232-193/+999
| * Add vendor import for pjdfstestvendor/pjdfstest/abf03c3a47745d4521b0e4aa141317553ca48f91Enji Cooper2014-09-09223-0/+9250
* trailing_slash is a TAP-compliant testcase; mark it as such, insteadEnji Cooper2017-06-281-1/+1
* Don't hardcode path to file in /tmp; this violates the kyua sandboxEnji Cooper2017-06-281-2/+3
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-172-5/+49
* Add the ccr0 device to the opencrypto tests against the NIST KAT tests.John Baldwin2017-06-081-2/+3
* tests/sys/aio: Add missing mode to open() calls with O_CREAT.Jilles Tjoelker2017-06-041-3/+3
* tests/sys/opencrypto/runtests: apply minor polish to test scriptEnji Cooper2017-06-011-14/+20
* Fix up `TEST_METADATA`Enji Cooper2017-06-011-1/+3
* Honor the requested crid when running a test.John Baldwin2017-06-011-4/+1
* Tweak r319058 slightlyEnji Cooper2017-05-281-2/+2
* Send all of `data`, not just a portion of itEnji Cooper2017-05-281-3/+6
* Initial `srv` before using it in bind(2)Enji Cooper2017-05-281-0/+1
* Don't leak accept_fd on thread completionEnji Cooper2017-05-281-0/+1
* Use main(void) instead of main(argc __unused, argv __unused)Enji Cooper2017-05-281-1/+1
* Use an exit code of 1 instead of -1 for reasons noted in r319056Enji Cooper2017-05-281-10/+10
* Create a deterministic file in the kyua sandbox, instead of aEnji Cooper2017-05-281-5/+4
* tests/sys/file/ftruncate_test: use an exit code of 1 insteadEnji Cooper2017-05-281-16/+16
* Fix build of AIO tests with -DDEBUGAlan Somers2017-05-212-10/+13
* sys/fs/tmpfs/vnd_test: make md(4) allocation dynamicEnji Cooper2017-05-191-0/+3
* Add a regression test for r318191.Mark Johnston2017-05-121-0/+95
* Mark all md tests as requiring unsafe AIO in order to functionEnji Cooper2017-05-111-0/+1
* Remove unused constant (PATH_TEMPLATE)Enji Cooper2017-05-091-2/+0
* style(9): move function definition curly braces to column 0Enji Cooper2017-05-091-3/+6
* Print out when unsafe AIO is enabled to debugging purposesEnji Cooper2017-05-091-0/+2
* Refactor ATF_REQUIRE_UNSAFE_AIO and PLAIN_REQUIRE_UNSAFE_AIOEnji Cooper2017-05-091-28/+41
* style(9): clean up trailing whitespaceEnji Cooper2017-05-091-1/+1
* Add regression tests for r317712 and r306743.Mark Johnston2017-05-023-0/+117
* Don't pass size_t arguments to setsockopt(SO_SNDBUF/SO_RCVBUF).Brooks Davis2017-04-281-10/+10
* armv8 has support for optional CRC32C instructions. This patch checks if they...Michael Tuexen2017-04-272-1/+26
* Remove the unportable -msse4 here too after fixing crc32_sse42.c to notBruce Evans2017-04-021-1/+1
* Fix back-to-back runs of sys/netinet/fibs_test;slaac_on_nondefault_fib6Alan Somers2017-03-201-10/+14
* ptrace_test: eliminate assumption about thread schedulingEric Badger2017-03-181-35/+68
* Constrain IPv6 routes to single FIBs when net.add_addr_allfibs=0Alan Somers2017-03-171-9/+5
* Don't clear p_ptevents on normal SIGKILL deliveryEric Badger2017-03-161-0/+74
* Fix buildworld broken in r315230 when /sys doesn't point into a rightGleb Smirnoff2017-03-151-1/+1
* Move .../sys/geom/eli/pbkdf2... to .../sys/geom/class/eli/...Enji Cooper2017-03-147-38/+19
* don't stop in issignal() if P_SINGLE_EXIT is setEric Badger2017-03-071-0/+136