aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/allow_other.cc
Commit message (Expand)AuthorAgeFilesLines
* fusefs: minor cleanup in the testsAlan Somers2025-01-061-3/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* fusefs: annotate more file descriptor leaks in the testsAlan Somers2022-05-051-0/+4
* fusefs tests: quell Coverity "Argument cannot be negative" warningsAlan Somers2020-10-021-1/+1
* 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 warnings in the tests reported by GCCAlan Somers2019-07-201-5/+1
* fusefs: annotate deliberate file descriptor leaks in the testsAlan Somers2019-06-261-1/+2
* fusefs: prefer FUSE_ROOT_ID to literal 1 in the testsAlan Somers2019-05-311-1/+1
* fusefs: make the tests more cplusplusyAlan Somers2019-05-271-24/+24
* fusefs: use effective gid, not real gid, for FUSE operationsAlan Somers2019-05-041-0/+25
* fusefs: improvements to interruptibilityAlan Somers2019-04-181-8/+18
* fusefs: various cleanupsAlan Somers2019-04-101-0/+47
* fusefs: cache file attributesAlan Somers2019-04-081-2/+0
* fusefs: enforce -onoallow_other even beneath the mountpointAlan Somers2019-04-051-0/+45
* fusefs: send FUSE_FLUSH during VOP_CLOSEAlan Somers2019-04-031-0/+1
* fusefs: send FUSE_OPEN for every open(2) with unique credentialsAlan Somers2019-04-011-2/+1
* fusefs: add another regression test for bug 236844Alan Somers2019-03-301-0/+67
* fusefs: add a regression test for bug 236844Alan Somers2019-03-281-1/+1
* fusefs: deduplicate code in the allow_other testAlan Somers2019-03-281-136/+35
* fusefs: fix a resource leak in the allow_other testsAlan Somers2019-03-281-7/+15
* fusefs: correct mmap()'s return value in the allow_other testAlan Somers2019-03-271-2/+6
* fusefs: correctly set fuse_release_in.flags in an error pathAlan Somers2019-03-271-1/+1
* fusefs: fix a race condition in the allow_other testAlan Somers2019-03-271-9/+21
* fusefs: add a test case for the allow_other mount optionAlan Somers2019-03-211-0/+191