aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* bitset: Reimplement BIT_FOREACH_IS(SET|CLR)Mark Johnston2021-10-182-1/+94
* pf tests: ensure that $nr expansion is correctKristof Provost2021-10-152-0/+41
* Fix RISC-V buildLi-Wen Hsu2021-10-141-1/+1
* Temporarily skip sys.netgraph.hub.loop on RISC-V in CILi-Wen Hsu2021-10-131-0/+5
* fifos: delegate unhandled kqueue filters to underlying filesystemKyle Evans2021-10-122-0/+61
* Skip sys.net.if_lagg_test.status_stress in CILi-Wen Hsu2021-10-111-0/+4
* riscv: fix VM_MAXUSER_ADDRESS checks in asm routinesMitchell Horne2021-10-071-0/+24
* crypto: Test all of the AES-CCM KAT vectors.John Baldwin2021-10-062-39/+56
* fusefs: fix intermittency in the dev_fuse_poll testAlan Somers2021-10-062-4/+8
* fusefs: Fix a bug during VOP_STRATEGY when the server changes file sizeAlan Somers2021-10-061-0/+81
* fusefs: fix a recurse-on-non-recursive lockmgr panicAlan Somers2021-10-061-0/+86
* gmultipath tests: Re-enable the failloop test in CIMark Johnston2021-10-041-4/+0
* kqueue: fix recent assertionKyle Evans2021-10-011-0/+30
* kqueue: don't arbitrarily restrict long-past values for NOTE_ABSTIMEKyle Evans2021-10-011-0/+84
* pf tests: Basic adaptive mode syncookie testKristof Provost2021-09-291-0/+50
* pf tests: Basic syncookie testKristof Provost2021-09-291-0/+43
* Temporarily skip flaky tset cases under sys.aio.aio_test in CILi-Wen Hsu2021-09-281-0/+5
* gmultipath failloop test: Put the dtrace sanity checker in right placeLi-Wen Hsu2021-09-281-3/+3
* Fix typoLi-Wen Hsu2021-09-281-1/+1
* Temporarily skip sys.geom.class.multipath.failloop.failloop in CILi-Wen Hsu2021-09-281-0/+7
* fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORTAlan Somers2021-09-272-0/+114
* tests/sys/sys: Raise WARNSMark Johnston2021-09-244-5/+3
* netpfil tests: extend dummynet tests to pfKristof Provost2021-09-242-12/+29
* kqueue: Add EV_KEEPUDATA flagNathaniel Wesley Filardo2021-09-241-0/+60
* tests/sys/fs/fusefs/read.cc: fix build on powerpc64Konstantin Belousov2021-09-231-5/+5
* fusefs: don't panic if FUSE_GETATTR fails durint VOP_GETPAGESAlan Somers2021-09-211-0/+156
* vfs: Permit unix sockets to be opened with O_PATHMark Johnston2021-09-171-4/+28
* aio_test: Validate interactions between AIO on sockets and shutdown(2)Mark Johnston2021-09-171-0/+68
* posixshmtest: Fix various warnings raised by GCC.John Baldwin2021-09-151-9/+7
* Add a test for https://reviews.freebsd.org/D31858 (PR 258310)Alex Richardson2021-09-132-0/+108
* lio_test: Specify a mode with O_CREATMark Johnston2021-09-111-2/+2
* aio: Interlock with listen(2)Mark Johnston2021-09-101-1/+77
* pf tests: synproxy to localhost testKristof Provost2021-09-101-0/+83
* path_test: Fix test sortingMark Johnston2021-09-081-20/+20
* path_test: Fix the unix socket testMark Johnston2021-09-081-1/+1
* netpfil tests: IPv6 dummynet queue testKristof Provost2021-09-081-0/+107
* netpfil tests: dummynet queue testKristof Provost2021-09-081-0/+104
* dummynet tests: pipe test for IPv6Kristof Provost2021-09-081-0/+44
* pf tests: altq:codel_bridge requires if_bridgeKristof Provost2021-09-011-0/+3
* Silence more gtest warnings, now in fusefs testsDimitry Andric2021-08-271-0/+2
* Add a regression test for ggatec remote code executionAlan Somers2021-08-271-0/+34
* tests/sys/acl: Add ATF C test for newly added acl_* functions.Gleb Popov2021-08-272-0/+196
* pf tests: Test ALTQ on top of if_bridgeKristof Provost2021-08-261-0/+49
* pf tests: ALTQ priority testKristof Provost2021-08-261-1/+93
* pf tests: test ALTQ CBQ on top of if_vlanKristof Provost2021-08-252-0/+67
* pf tests: test killing states by IDKristof Provost2021-08-241-0/+65
* Fix aio_readv(2), aio_writev(2) with SIGEV_THREAD.Thomas Munro2021-08-221-0/+7
* lio_listio(2): Allow LIO_READV and LIO_WRITEV.Thomas Munro2021-08-221-22/+87
* pf: implement set-tos for IPv6Samuel Robinette2021-08-192-1/+116
* vmm: Add credential to cdev objectCyril Zhang2021-08-184-0/+139