aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/file/path_test.c
Commit message (Expand)AuthorAgeFilesLines
* path_test: adjust test for open(O_PATH | O_CREAT)Konstantin Belousov2025-01-071-2/+6
* path_test: fix cap_rights_init usageEd Maste2024-02-151-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* path_test: Add a test case for openat(O_EMPTY_PATH) in capability modeMark Johnston2023-03-221-0/+75
* path_test: Verify that operations on unlinked files workMark Johnston2022-04-181-0/+33
* path_test: Correct the kevent testMark Johnston2022-04-181-2/+5
* Have path_test ask the kernel for the page sizeAndrew Turner2022-04-071-3/+5
* vfs: Permit unix sockets to be opened with O_PATHMark Johnston2021-09-171-4/+28
* path_test: Fix test sortingMark Johnston2021-09-081-20/+20
* path_test: Fix the unix socket testMark Johnston2021-09-081-1/+1
* Add test for fstatat(pipefd, AT_EMPTY_PATH)Konstantin Belousov2021-08-141-0/+20
* path_test: Add a few new test casesMark Johnston2021-05-041-0/+100
* Add some regression tests for O_PATH and AT_EMPTY_PATHMark Johnston2021-04-151-0/+778