aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* audit(4): Fix file descriptor leaks in ATF testsAlan Somers2018-06-137-30/+45
* audit(4): add tests for stat(2) and friendsAlan Somers2018-06-102-1/+243
* pf tests: Basic route-to testsKristof Provost2018-06-092-1/+83
* audit(4): add tests for open(2) and openat(2)Alan Somers2018-06-052-0/+194
* audit(4): add tests for the cl audit classAlan Somers2018-06-032-1/+240
* audit(4): add tests for the fd audit classAlan Somers2018-06-012-0/+274
* audit(4): Add tests for the fw class of syscalls.Alan Somers2018-06-012-0/+142
* audit(4): Add tests for the fr class of syscallsAlan Somers2018-06-015-3/+139
* Revert r334362Alan Somers2018-05-301-0/+1
* Temporarily disconnect audit testsEd Maste2018-05-301-1/+0
* Add initial set of tests for audit(4)Alan Somers2018-05-295-0/+879
* Export a breakpoint() function to userland for riscv.John Baldwin2018-05-161-1/+3
* Strip trailing / from TESTSDIREd Maste2018-05-115-5/+5
* Disable connectat/bindat with AT_FDCWD in capmodeEd Maste2018-04-302-0/+236
* Remove redundant pipe from pdeathsig.c test.Konstantin Belousov2018-04-271-7/+0
* Shorten some recently-added lines that are an extra indent over 80 columns.John Baldwin2018-04-241-4/+4
* Add two tests for TRAP_* signal codes for SIGTRAP.John Baldwin2018-04-241-0/+108
* Expose breakpoint() to userland from <machine/cpufunc.h> on MIPS.John Baldwin2018-04-241-1/+4
* Extend support for ptrace() tests using breakpoints.John Baldwin2018-04-241-13/+35
* Rename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and PROC_PDEATHSIG_GETKonstantin Belousov2018-04-202-14/+14
* Add PROC_PDEATHSIG_SET to procctl interface.Konstantin Belousov2018-04-183-0/+395
* Properly do a deep copy of the ioctls capability array for fget_cap().John Baldwin2018-04-173-0/+137
* lio_listio: return EAGAIN instead of EIO when out of resourcesAlan Somers2018-04-162-0/+73
* [tests] change tests/sys/acl/run to run on perl 5.26Eitan Adler2018-04-111-1/+1
* pf tests: Do not build or install if pf is not enabledKristof Provost2018-04-101-0/+4
* pf tests: Basic ioctl validationKristof Provost2018-04-061-0/+297
* pf tests: Try to provoke a memory leakKristof Provost2018-04-061-0/+9
* pf tests: Basic ioctl validation for DIOCIGETIFACES and DIOCXCOMMITKristof Provost2018-04-061-0/+59
* pf tests: Basic ioctl validation for DIOCRGETTABLES, DIOCRGETTSTATS, DIOCRCLR...Kristof Provost2018-04-061-0/+138
* pf tests: Basic ioctl validation testsKristof Provost2018-04-063-0/+141
* ZFS test suite: fix uses of illumos /dev/[r]dsk/ and /dev/zvol/[r]dsk/Andriy Gapon2018-03-2734-66/+66
* Import Blake2 algorithms (blake2b, blake2s) from libb2Conrad Meyer2018-03-213-0/+16686
* Appease GCC 4.2Conrad Meyer2018-03-211-1/+1
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-212-0/+135
* Revert r318180 and re-enable AIO tests on md(4) by default.John Baldwin2018-03-191-1/+0
* aio_kqueue_test: fix the build when DEBUG=1Alan Somers2018-03-171-3/+10
* aio: add an ATF test case for aio_fsync error conditionsAlan Somers2018-03-171-0/+37
* zfs test suite: move definition of DISK to the cfg file in zpool_getAndriy Gapon2018-03-152-1/+2
* zfs test suite: add new pool properties / features to the zpool_get listAndriy Gapon2018-03-151-0/+3
* zfs test suite: move definition of DISK to the cfg file in zpool_getAndriy Gapon2018-03-152-2/+2
* zfs test suite: move definition of DISK to the cfg file in zpool_exportAndriy Gapon2018-03-152-2/+2
* zfs test suite: support device paths with intermediate directoriesAndriy Gapon2018-03-153-7/+3
* zfs test suite: fix a typo, TESTPOOL vs TESTPOOL2Andriy Gapon2018-03-151-1/+1
* zfs test suite: destroy old gnops before creating new onesAndriy Gapon2018-03-151-0/+1
* zfs test suite: align zfs_destroy_005_neg: with upstreamAndriy Gapon2018-03-151-3/+33
* zfs test suite: fix a typo, da0 vs $diskAndriy Gapon2018-03-151-1/+1
* re-enable zfs_copies_006_pos test after a fix in r330977Andriy Gapon2018-03-151-1/+0
* re-enable zpool_upgrade_007_pos test after the fix in r330974Andriy Gapon2018-03-151-1/+0
* 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