aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vm_reserv: use enhanced bitstring for popmapsDoug Moore2022-01-121-7/+20
* posixshm tests: Fix occasional largepage_mprotect failuresMark Johnston2022-01-031-2/+12
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-018-26/+493
* fusefs: fix .. lookups when the parent has been reclaimed.Alan Somers2022-01-011-0/+203
* fusefs: move common code from forget.cc to utils.ccAlan Somers2022-01-013-8/+15
* fusefs: in the tests, always assume debug.try_reclaim_vnode is availableAlan Somers2022-01-011-4/+0
* fusefs: copy_file_range must update file timestampsAlan Somers2022-01-011-0/+142
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-012-0/+470
* tests/libalias: PortrangeLutz Donnerhacke2021-12-272-2/+57
* tests/libalias: Make inline functions static inlineDimitry Andric2021-12-201-2/+2
* tests: Add some regression tests for a couple of KERN_PROC_* sysctlsMark Johnston2021-12-172-0/+200
* ktls: Add a regression test to exercise socket error handlingMark Johnston2021-12-171-0/+42
* tests: sys.netpfil.pf.pfsync.defer fails in CIKristof Provost2021-12-161-0/+4
* tests: sys.net.if_bridge_test.span is failing in CIWarner Losh2021-12-161-0/+4
* tests: sys.netpfil.pf.forward.v6 fails in CIWarner Losh2021-12-161-0/+4
* tests: sys.netpfil.pf.set_tos.v6 fails in CIWarner Losh2021-12-161-0/+4
* tests: sys.netpfil.pf.killstate.v6 fails in CIWarner Losh2021-12-161-0/+4
* ktls: Support for TLS 1.3 receive offload.John Baldwin2021-12-141-34/+95
* ndp tests: fix cleanupKristof Provost2021-12-131-1/+1
* pf tests: log additional information when a test endsKristof Provost2021-12-131-0/+31
* 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