aboutsummaryrefslogtreecommitdiff
path: root/tests/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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