aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/file
Commit message (Expand)AuthorAgeFilesLines
* tests: Adapt existing tests for O_CLOEXEC to O_CLOFORKRicardo Branco2025-07-062-2/+131
* path_test: adjust test for open(O_PATH | O_CREAT)Konstantin Belousov2025-01-071-2/+6
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* path_test: fix cap_rights_init usageEd Maste2024-02-151-3/+3
* Fix grammar error in test/sys/file/closefrom_test.cYen-Cheng Chang2024-02-131-1/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* 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
* tests: Fix the test plan for closefrom_testMark Johnston2022-03-061-1/+1
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-031-1/+34
* 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
* Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng2021-08-052-0/+339
* 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-152-0/+779
* close_range/closefrom: fix regression from close_range introductionKyle Evans2020-04-131-1/+17
* Implement a close_range(2) syscallKyle Evans2020-04-121-1/+39
* Revert r337929Alan Somers2018-08-162-3/+0
* Fix Coverity warnings about mkstemp in testsAlan Somers2018-08-162-0/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Make test scripts under tests/... non-executableEnji Cooper2017-08-081-0/+0
* Allow changing the test PORT at compile-time.Bryan Drewery2017-07-311-0/+2
* Tweak r319058 slightlyEnji Cooper2017-05-281-2/+2
* Don't leak accept_fd on thread completionEnji Cooper2017-05-281-0/+1
* Use main(void) instead of main(argc __unused, argv __unused)Enji Cooper2017-05-281-1/+1
* Use an exit code of 1 instead of -1 for reasons noted in r319056Enji Cooper2017-05-281-10/+10
* Create a deterministic file in the kyua sandbox, instead of aEnji Cooper2017-05-281-5/+4
* tests/sys/file/ftruncate_test: use an exit code of 1 insteadEnji Cooper2017-05-281-16/+16
* Remove unused vars to fix -Wunused issuesEnji Cooper2017-01-141-1/+1
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-3/+0
* Minor cosmetic cleanupEnji Cooper2016-04-181-2/+2
* MFHGlen Barber2016-04-161-1/+1
|\
| * Set test_argv to NULL, not 0, if not executing a specific testEnji Cooper2016-04-151-1/+1
* | MFHGlen Barber2016-03-101-0/+20
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+20
* | More 'tests' package fixes.Glen Barber2016-02-031-0/+3
|/
* Dump out the output from flock_helper on failure so failures with theEnji Cooper2015-12-221-2/+3
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-6/+3
* The bug caught by flock's test 16 was fixed by r268384.Mark Johnston2015-07-051-5/+0
* Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifoEnji Cooper2015-04-278-0/+2749