summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fusefs: fix a cached attributes bug during directory renameAlan Somers2022-03-091-2/+36
* zfs: Update test format strings to match variable typtesEd Maste2022-03-084-10/+10
* tests: Fix the test plan for closefrom_testMark Johnston2022-03-071-1/+1
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-071-1/+34
* mmap map_at_zero test: handle W^XArka Sharma2022-03-031-2/+25
* [skip ci] fusefs: delete a stray comment from 91972cfcddfAlan Somers2022-03-021-1/+0
* aio_md_test: label the mdEric van Gyzen2022-03-021-0/+2
* aio_md_test: NUL-terminate result of readlinkEric van Gyzen2022-03-021-1/+2
* aio_md_test: fix cleanupEric van Gyzen2022-03-021-7/+9
* pf tests: Test per-anchor tablesKristof Provost2022-02-281-0/+43
* pf tests: remove a stray 'set -x'Kristof Provost2022-02-281-1/+0
* Stop single stepping in signal handers on arm64Andrew Turner2022-02-221-0/+66
* pf tests: Test adding counters to an existing tableKristof Provost2022-02-191-0/+37
* ktls: Disallow transmitting empty frames outside of TLS 1.0/CBC modeMark Johnston2022-02-161-8/+23
* tests: add a basic test for argc == 0Kyle Evans2022-02-104-3/+44
* Explicitly include semaphore.h for struct _sem in fusefs setattr testDimitry Andric2022-02-091-0/+1
* pf: Initialize pf_kpool mutexes earlierMark Johnston2022-02-071-0/+27
* pf tests: Provoke failure in pf_ioctl_addruleKristof Provost2022-02-041-0/+39
* fusefs: implement VOP_ALLOCATEAlan Somers2022-01-188-26/+493
* fusefs: in the tests, always assume debug.try_reclaim_vnode is availableAlan Somers2022-01-184-12/+218
* fusefs: copy_file_range must update file timestampsAlan Somers2022-01-181-0/+142
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-182-0/+470
* tests: Add some regression tests for a couple of KERN_PROC_* sysctlsMark Johnston2022-01-162-0/+200
* sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer2022-01-141-0/+2
* posixshm tests: Fix occasional largepage_mprotect failuresMark Johnston2022-01-101-2/+12
* tests/libalias: PortrangeLutz Donnerhacke2022-01-032-2/+57
* fusefs: invalidate the cache during copy_file_rangeAlan Somers2022-01-033-3/+82
* fusefs: correctly handle an inode that changes file typesAlan Somers2022-01-033-7/+122
* fusefs: better debugging for FUSE_RENAME in the testsAlan Somers2022-01-031-0/+9
* ktls: Add a regression test to exercise socket error handlingMark Johnston2021-12-311-0/+42
* tests/libalias: Make inline functions static inlineDimitry Andric2021-12-271-2/+2
* swapon(8): adapt to the new swapoff(2) interfaceKonstantin Belousov2021-12-201-1/+1
* fusefs: update atime on reads when using cached attributesAlan Somers2021-12-147-3/+308
* fusefs: fix copy_file_range when extending a fileAlan Somers2021-12-141-0/+47
* fusefs: fix intermittency in the dev_fuse_poll testAlan Somers2021-12-142-4/+8
* pf tests: more thorough pfsync defer testKristof Provost2021-12-133-1/+203
* net tests: fix if_stf:6to4Kristof Provost2021-12-111-1/+2
* fusefs: Fix a bug during VOP_STRATEGY when the server changes file sizeAlan Somers2021-12-071-0/+81
* fusefs: fix a recurse-on-non-recursive lockmgr panicAlan Somers2021-12-071-0/+86
* fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORTAlan Somers2021-12-072-0/+114
* Fix copyright to be like all my others in the treeWarner Losh2021-12-061-1/+1
* Basic signal tests: Can we deliver a signal?Warner Losh2021-12-062-0/+160
* pf tests: Test PR259689Kristof Provost2021-12-011-0/+29
* net tests: basic if_stf testKristof Provost2021-12-012-0/+85
* net tests: basic if_gif(4) test caseKristof Provost2021-11-292-0/+78
* Fix coredump_phnum test with ASLR enabledEd Maste2021-11-281-9/+12
* pf tests: basic test for ridentifierKristof Provost2021-11-263-0/+116
* pf tests: route_to:icmp_nat_head requires scapyKristof Provost2021-11-241-0/+1
* ktls tests: Check the return values of close().John Baldwin2021-11-231-16/+16
* ktls: Use ATF_REQUIRE instead of assert() for validating TLS header lengths.John Baldwin2021-11-231-3/+3