aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add tests for lagg(4) and other cloned network interfacesAlan Somers2018-02-234-0/+1061
* Add the ZFS test suiteAlan Somers2018-02-231504-0/+139089
* gpart: append partition name to the underlying provider's physical pathAlan Somers2018-02-143-2/+198
* geli: append "/eli" to the underlying provider's physical pathAlan Somers2018-02-142-0/+178
* Fix and enable SysV IPC tests.Brooks Davis2018-02-051-0/+1
* Mark the unused argument to continue_thread() as such.John Baldwin2018-01-241-1/+1
* Add ccp(4): experimental driver for AMD Crypto Co-ProcessorConrad Meyer2018-01-181-10/+35
* gnop(8): add the ability to set a nop provider's physical pathAlan Somers2018-01-181-6/+109
* Add regression tests for r327779.Mark Johnston2018-01-102-0/+112
* Remove the executable bit from some recently added test scripts.Mark Johnston2018-01-108-0/+0
* pf tests: Fix pft_ping.py to work with scapy 2.3.3Kristof Provost2018-01-091-1/+1
* geli: optimize testsAlan Somers2018-01-083-17/+32
* geli: convert remaining TAP tests to ATFAlan Somers2018-01-079-166/+203
* Fix typo from r327666Alan Somers2018-01-071-1/+1
* geli: fix parallel execution of testsAlan Somers2018-01-073-42/+38
* geli: convert most tests from TAP to ATFAlan Somers2018-01-0725-1413/+1124
* geli: fix the resize test on arm64Alan Somers2017-12-291-8/+7
* Fix a harmless typo from r310786Alan Somers2017-12-291-1/+1
* geli: factor out some common code in the geli testsAlan Somers2017-12-298-31/+12
* Fix potential TOCTTOU bug in the geli testsAlan Somers2017-12-2922-290/+288
* other: Fix several typos and minor errorsEitan Adler2017-12-272-2/+2
* Catch up to r325719 which makes the kern.proc.pid sysctl "work" for zombies.John Baldwin2017-12-181-1/+6
* Skip gnop tests if the corresponding kernel module isn't available.Mark Johnston2017-12-151-0/+11
* Belatedly add syncwait.Mark Johnston2017-12-141-0/+7
* Make indentation consistent with other tests, and use syncwait.Mark Johnston2017-12-142-13/+7
* Add some basic tests for gmirror read and write error handling.Mark Johnston2017-12-146-0/+317
* tests: ipsec: Don't load/unload aesni.ko in the test headerKristof Provost2017-12-038-32/+48
* Add IPSec tests in tunnel modeKristof Provost2017-12-0313-0/+615
* vfs_lookup: Allow PATH_MAX-1 symlinksConrad Meyer2017-11-172-0/+19
* Fix build on arm after r325817Alan Somers2017-11-141-5/+5
* AIO tests: increase limitsAlan Somers2017-11-142-27/+39
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3117-15/+17
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-316-0/+80
* Discard the correct thread event reported for a ptrace stop.John Baldwin2017-10-271-0/+171
* pf tests: Remove temporary filesKristof Provost2017-10-261-0/+2
* pf tests: Fragmentation (v6) testKristof Provost2017-10-262-0/+75
* pf tests: destroy jails before destroying interfacesKristof Provost2017-10-261-6/+6
* Add a test for sending a signal while stepping a thread via PT_STEP.John Baldwin2017-10-251-0/+87
* Add a test for r324671 along with some other masked tests.Bryan Drewery2017-10-171-9/+245
* This child is expected to exit on SIGTRAP, don't leave a core behind.Bryan Drewery2017-10-161-0/+4
* pf tests: Use pft_set_rules everywhereKristof Provost2017-10-163-15/+18
* pf tests: Basic IPv6 forwarding testsKristof Provost2017-10-163-1/+135
* pf: test set-tosKristof Provost2017-10-163-9/+124
* Fix shadowed variable hidden by WARNS changing to 3 in r313006.Bryan Drewery2017-10-121-1/+1
* Check the exit code from fsck_ffs instead of relying on MODIFIED being in the...Enji Cooper2017-10-101-17/+16
* pf: Very basic forwarding testKristof Provost2017-10-064-4/+164
* pf: Basic automated test using VIMAGEKristof Provost2017-10-065-0/+157
* aesni(4): Add support for x86 SHA intrinsicsConrad Meyer2017-09-261-1/+1
* crypto(9): Use a more specific error code when a capable driver is not foundConrad Meyer2017-09-261-2/+9
* Convert some idioms over to py3k-compatible idiomsEnji Cooper2017-09-242-54/+57