aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Split rtinit() into multiple functions.Alexander V. Chernikov2021-01-161-3/+2
* pf tests: pass NULL buffer to DIOCRCLRTSTATSKristof Provost2021-01-131-0/+5
* lio_listio: validate aio_lio_opcodeAlan Somers2021-01-121-0/+51
* aio: fix the tests when ZFS is not availableAlan Somers2021-01-101-0/+4
* aio_fsync(2): Support O_DSYNC.Thomas Munro2021-01-081-5/+18
* Add aio_writev and aio_readvAlan Somers2021-01-031-67/+672
* fusefs: implement FUSE_COPY_FILE_RANGE.Alan Somers2021-01-016-3/+531
* fusefs: fix an expectation in one of the testsAlan Somers2021-01-012-5/+3
* Fix i386 build following 37df9d3bba8577fcdd63382ff5a4a5cbb4aa55b4.Cy Schubert2021-01-011-3/+3
* fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEKAlan Somers2020-12-314-4/+394
* fusefs: fix the tests for a wider range of maxphysAlan Somers2020-12-286-17/+52
* pf tests: Verify (tcp) checksum modification on unaligned optionsKristof Provost2020-12-233-4/+151
* pf tests: Sort Makefile entriesKristof Provost2020-12-231-10/+10
* net tests: Re-enable most if_clone testsKristof Provost2020-12-171-16/+0
* posixshm_test.c: remove tautological checksRyan Libby2020-12-111-2/+0
* fdgrowtable_test.c: appease gccRyan Libby2020-12-111-1/+1
* New Netgraph module ng_macfilter:Nick Hibma2020-12-083-0/+445
* ossl: port to arm64Mitchell Horne2020-12-041-1/+1
* pf tests: Test case for bug #251414Kristof Provost2020-12-021-0/+39
* AIO tests: update expected failure messages after r368265Alan Somers2020-12-021-7/+2
* pf tests: Re-enable panicing testsKristof Provost2020-12-013-6/+0
* ping: fix some man pages and tests after r368045Alan Somers2020-11-269-31/+31
* Remove uses of CRIOGET in OCF tests after r368005.John Baldwin2020-11-253-32/+7
* pf tests: provoke tag hashing panicKristof Provost2020-11-241-0/+38
* fd: free old file descriptor tables when not sharedRobert Wing2020-11-222-0/+269
* pf tests: Basic source tracking testKristof Provost2020-11-202-0/+67
* Add a regression test for the port-selection behavior fixed in r367680.Jonathan T. Looney2020-11-142-1/+336
* [tests] Fix unused variable warning in gccAdrian Chadd2020-11-131-2/+1
* cryptotest: Add qat(4) coverageMark Johnston2020-11-051-2/+3
* Make the tests work without COMPAT_FREEBSD12 in kernel.Jung-uk Kim2020-11-043-6/+6
* Add ossl(4) to cryptotest.Jung-uk Kim2020-10-302-2/+3
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-2812-12/+0
* Do not recommend to install kyua with pkg in the tests READMEMateusz Piotrowski2020-10-271-6/+4
* Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q).Alexander V. Chernikov2020-10-211-0/+178
* Try to enable multipath routing in flowid tests.Alexander V. Chernikov2020-10-162-2/+25
* Fix write only mappings on arm64Andrew Turner2020-10-131-0/+16
* pf tests: Test that 'set skip on <group>' works on new group membersKristof Provost2020-10-121-0/+33
* Temporarily skip failing test cases in CI:Li-Wen Hsu2020-10-071-0/+6
* Skip test written in Googltest in the wrapper scriptLi-Wen Hsu2020-10-071-1/+4
* Temporarily skip failing test cases in CI:Li-Wen Hsu2020-10-061-1/+21
* Make capsicum test cases fine-grainedLi-Wen Hsu2020-10-062-1/+70
* Clear the dmesg buffer to prevent rotating causes issuesLi-Wen Hsu2020-10-061-0/+2
* Fix route flags update during RTM_CHANGE.Alexander V. Chernikov2020-10-041-11/+111
* fusefs tests: quell Coverity "Argument cannot be negative" warningsAlan Somers2020-10-029-55/+55
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-0114-26/+0
* Enable SO_LINGER to the so_reuseport_lb_test regression tests, preventingOlivier Cochard2020-09-251-0/+5
* fusefs: fix mmap'd writes in direct_io modeAlan Somers2020-09-241-0/+70
* tests: move the memfd tests over to sys/posixshmKyle Evans2020-09-233-1/+1
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-184-0/+8
* Use atf_fail instead of exit 1 to indicate mpath tests failure.Alexander V. Chernikov2020-09-182-23/+12