aboutsummaryrefslogtreecommitdiff
path: root/tests/sys
Commit message (Expand)AuthorAgeFilesLines
* swapon(8): adapt to the new swapoff(2) interfaceKonstantin Belousov2021-12-091-1/+1
* fusefs: invalidate the cache during copy_file_rangeAlan Somers2021-12-073-3/+82
* fusefs: correctly handle an inode that changes file typesAlan Somers2021-12-073-7/+122
* dummynet tests: disable for nowKristof Provost2021-12-061-0/+4
* pf tests: more thorough pfsync defer testKristof Provost2021-12-063-1/+203
* sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer2021-12-051-0/+2
* Remove riscv workaround in sys.netgraph.hub.loop testMitchell Horne2021-12-051-5/+0
* fusefs: better debugging for FUSE_RENAME in the testsAlan Somers2021-12-031-0/+9
* fusefs: fix 32-bit build of the tests after 91972cfcddfAlan Somers2021-11-291-2/+2
* fusefs: update atime on reads when using cached attributesAlan Somers2021-11-297-3/+308
* fusefs: fix copy_file_range when extending a fileAlan Somers2021-11-291-0/+47
* Fix copyright to be like all my others in the treeWarner Losh2021-11-241-1/+1
* Basic signal tests: Can we deliver a signal?Warner Losh2021-11-232-0/+160
* Fix coredump_phnum test with ASLR enabled by defaultEd Maste2021-11-211-9/+12
* net tests: fix if_stf:6to4Kristof Provost2021-11-201-1/+2
* net tests: 6rd to 6rd testKristof Provost2021-11-201-0/+65
* net tests: 6rd test for if_stfKristof Provost2021-11-201-0/+54
* ktls tests: Check the return values of close().John Baldwin2021-11-161-16/+16
* ktls: Use ATF_REQUIRE instead of assert() for validating TLS header lengths.John Baldwin2021-11-161-3/+3
* ktls: Add tests ensuring unsupported receive cipher suites are rejected.John Baldwin2021-11-151-0/+52
* ktls: Add tests ensuring invalid receive cipher suites are rejected.John Baldwin2021-11-151-0/+47
* ktls: Add simple receive tests of kernel TLS.John Baldwin2021-11-151-0/+319
* ktls: Add tests ensuring various invalid cipher suites are rejected.John Baldwin2021-11-151-0/+65
* ktls: Add tests for sending empty fragments for TLS 1.0 connections.John Baldwin2021-11-151-0/+85
* ktls: Add padding tests for AES-CBC MTE cipher suites.John Baldwin2021-11-151-7/+88
* tests/divert: fix after 2ce85919bbba (IP source address validation)Gleb Smirnoff2021-11-122-2/+4
* pf tests: Test PR259689Kristof Provost2021-11-101-0/+29
* tests: do not build ktls_test if WITHOUT_OPENSSLEd Maste2021-11-091-0/+4
* net tests: basic if_stf testKristof Provost2021-11-092-0/+85
* net tests: basic if_gif(4) test caseKristof Provost2021-11-082-0/+78
* ossl: Add support for AES-CBC cipherKornel Duleba2021-11-081-1/+1
* Revert "ossl: Add support for AES-CBC cipher"Wojciech Macek2021-11-061-1/+1
* ossl: Add support for AES-CBC cipherKornel Duleba2021-11-061-1/+1
* pf tests: basic test for ridentifierKristof Provost2021-11-053-0/+116
* pf tests: route_to:icmp_nat_head requires scapyKristof Provost2021-11-031-0/+1
* ktls: Add simple transmit tests of kernel TLS.John Baldwin2021-11-012-0/+1035
* carp tests: negative demotionMarius Halden2021-11-011-8/+59
* netpfil tests: dummynet+NAT test for pfKristof Provost2021-10-281-0/+46
* pf tests: test NAT-ed ICMP errorsKristof Provost2021-10-223-0/+173
* 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