aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an ATF test for IPv6 SLAAC with multiple fibsAlan Somers2017-03-011-0/+84
* Actually fix buildworlds other than i386/amd64/sparc64 after r313992Eric Badger2017-02-231-0/+8
* Remove tests/sys/netinet/fibs_tests's dependency on net/socatAlan Somers2017-02-221-60/+77
* Fix world build for archs where __builtin_debugtrap() does not work.Eric Badger2017-02-221-1/+2
* Improve pjdfstest run instructionsAlan Somers2017-02-211-7/+0
* Defer ptracestop() signals that cannot be delivered immediatelyEric Badger2017-02-202-0/+1121
* A forced commit to note other portion of the Makefile change accidentallyEnji Cooper2017-02-191-1/+1
* Unbreak the build when "make obj" is executed beforehandEnji Cooper2017-02-191-2/+2
* improve PBKDF2 performanceAllan Jude2017-02-196-0/+1279
* Revert r313565 -- :mmap__bad_arguments passes again after r313655Enji Cooper2017-02-111-2/+0
* Expect :mmap__bad_arguments to failEnji Cooper2017-02-101-0/+2
* MFhead@r313398Enji Cooper2017-02-072-15/+100
|\
| * Add fibs_test:udp_dontroute6, another IPv6 multi-FIB testAlan Somers2017-02-072-15/+100
* | MFhead@r313243Enji Cooper2017-02-045-147/+643
|\|
| * Replace for/retry loops with "wait_for_ggate_device" calls and checkEnji Cooper2017-02-021-24/+19
| * Add tests for multi-fib IPv6 routingAlan Somers2017-01-311-30/+222
| * Wait for /dev/ggate* to appear after calling `ggatel create` in :ggatel_{file...Enji Cooper2017-01-311-2/+21
| * calculate_crc32c: Add SSE4.2 implementation on x86Conrad Meyer2017-01-312-1/+139
| * Fix build of aio_test on MIPS, where the compiler warns about the localRobert Watson2017-01-281-8/+8
| * Improve the aio testsAlan Somers2017-01-281-92/+244
* | Use _SED instead of hacking tests rewriting mknod ... p as mkfifoEnji Cooper2017-01-161-0/+4
* | Use _SED to rewrite mknod ... p command as mkfifo instead ofEnji Cooper2017-01-161-0/+1
|/
* Fix typo in r312216Enji Cooper2017-01-151-1/+1
* Revert r312119 and reword the intent to fix -Wshadow issuesEnji Cooper2017-01-151-0/+1
* Mark testcases which use cap_enter as expected failures until theEnji Cooper2017-01-151-0/+8
* Add include Makefiles for tests/sys/{fs,kern,kqueue,mac}/...Enji Cooper2017-01-144-0/+12
|\
| * Add include Makefiles for tests/sys/{fs,kern,kqueue,mac}/...Enji Cooper2017-01-144-0/+12
* | Fix -Wformat issueEnji Cooper2017-01-141-1/+1
|/
* Follow up to r312118Enji Cooper2017-01-141-1/+1
* Fix warningsEnji Cooper2017-01-141-3/+4