aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/bmap.cc
Commit message (Expand)AuthorAgeFilesLines
* fusefs: make the tests more robust to changes to maxphysAlan Somers2024-05-091-4/+13
* tests/fusefs: fix all tests that depend on kern.maxphysGleb Smirnoff2024-05-061-6/+6
* fusefs: prefer new/delete over malloc/freeAlan Somers2024-01-171-2/+3
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* fusefs tests: handle -Wdeprecated* issues with GoogleTest 1.14.0Enji Cooper2023-08-101-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* fusefs: fix a buffer overflow in the testsAlan Somers2023-02-221-0/+2
* fusefs tests: Remove an unused variable.Dmitry Chagin2022-05-131-2/+1
* fusefs: annotate more file descriptor leaks in the testsAlan Somers2022-05-051-0/+4
* fusefs: fix a recurse-on-non-recursive lockmgr panicAlan Somers2021-10-061-0/+86
* fusefs: fix the tests for a wider range of maxphysAlan Somers2020-12-281-4/+8
* fusefs: coverity cleanup in the testsAlan Somers2019-09-061-0/+2
* fusefs: add SVN Keywords to the test filesAlan Somers2019-08-131-0/+2
* fusefs: fix the tests for non-default values of MAXPHYSAlan Somers2019-06-251-6/+6
* fusefs: implement VOP_BMAPAlan Somers2019-06-201-0/+159