aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests/net*: destroy interface from inside a jailGleb Smirnoff2022-01-252-12/+34
* tests/netinet: add test for IPv6 NS and CARPThomas Steen Rasmussen2022-01-251-0/+64
* Add tests for ses(4)Alan Somers2022-01-195-0/+996
* fusefs: implement VOP_DEALLOCATEAlan Somers2022-01-192-15/+543
* Revert "wpa: Import wpa 2.10."Cy Schubert2022-01-182-0/+84
* wpa: Import wpa 2.10.Cy Schubert2022-01-182-84/+0
|\
| * wpa: Import wpa 2.10vendor/wpa/2.10Cy Schubert2022-01-17425-154120/+0
| * wpa: Import wpa_supplicant/hostapd commit b26f5c0fevendor/wpa/gb26f5c0feCy Schubert2022-01-068-17/+224
| * wpa: Import wpa_supplicant/hostapd commit 14ab4a816vendor/wpa/g14ab4a816Cy Schubert2021-12-0126-249/+1003
| * Import wpa_supplicant/hostapd commit b4f7506ffCy Schubert2021-07-213-2/+27
| * wpa: Import wpa_supplicant/hostapd commit e8662e9d4Cy Schubert2021-06-0331-270/+526
| * wpa: Import wpa_supplicant/hostapd commit f91680c15Cy Schubert2021-04-1225-82/+1571
| * Import wpa_supplicant/hostapd commit 9d9b42306541vendor/wpa/g9d9b42306541Philip Paeps2021-03-19419-0/+151389
* copyin tests: Use the KERN_PROC_VM_LAYOUT sysctl to fetch layout infoMark Johnston2022-01-171-12/+7
* pf tests: Provoke failure in pf_ioctl_addruleKristof Provost2022-01-161-0/+39
* 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