summaryrefslogtreecommitdiff
path: root/tests/sys/file
AgeCommit message (Expand)Author
2025-10-27closefrom_test: Convert to atf-c(3)John Baldwin
2025-10-23closefrom_test: Fix the first testJohn Baldwin
2025-10-03filedesc: Close race between fcntl(F_SETFL) and ioctl(FIONBIO/FIOASYNC)John Baldwin
2025-10-03fcntlflags_test: Port to atf-c(3)John Baldwin
2025-07-06tests: Adapt existing tests for O_CLOEXEC to O_CLOFORKRicardo Branco
2025-01-07path_test: adjust test for open(O_PATH | O_CREAT)Konstantin Belousov
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-02-15path_test: fix cap_rights_init usageEd Maste
2024-02-13Fix grammar error in test/sys/file/closefrom_test.cYen-Cheng Chang
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-22path_test: Add a test case for openat(O_EMPTY_PATH) in capability modeMark Johnston
2022-04-18path_test: Verify that operations on unlinked files workMark Johnston
2022-04-18path_test: Correct the kevent testMark Johnston
2022-04-07Have path_test ask the kernel for the page sizeAndrew Turner
2022-03-06tests: Fix the test plan for closefrom_testMark Johnston
2022-03-03fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik
2021-09-17vfs: Permit unix sockets to be opened with O_PATHMark Johnston
2021-09-08path_test: Fix test sortingMark Johnston
2021-09-08path_test: Fix the unix socket testMark Johnston
2021-08-14Add test for fstatat(pipefd, AT_EMPTY_PATH)Konstantin Belousov
2021-08-05Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng
2021-05-04path_test: Add a few new test casesMark Johnston
2021-04-15Add some regression tests for O_PATH and AT_EMPTY_PATHMark Johnston
2020-04-13close_range/closefrom: fix regression from close_range introductionKyle Evans
2020-04-12Implement a close_range(2) syscallKyle Evans
2018-08-16Revert r337929Alan Somers
2018-08-16Fix Coverity warnings about mkstemp in testsAlan Somers
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-08Make test scripts under tests/... non-executableEnji Cooper
2017-07-31Allow changing the test PORT at compile-time.Bryan Drewery
2017-05-28Tweak r319058 slightlyEnji Cooper
2017-05-28Don't leak accept_fd on thread completionEnji Cooper
2017-05-28Use main(void) instead of main(argc __unused, argv __unused)Enji Cooper
2017-05-28Use an exit code of 1 instead of -1 for reasons noted in r319056Enji Cooper
2017-05-28Create a deterministic file in the kyua sandbox, instead of aEnji Cooper
2017-05-28tests/sys/file/ftruncate_test: use an exit code of 1 insteadEnji Cooper
2017-01-14Remove unused vars to fix -Wunused issuesEnji Cooper
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-04-18Minor cosmetic cleanupEnji Cooper
2016-04-16MFHGlen Barber
2016-04-15Set test_argv to NULL, not 0, if not executing a specific testEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-03More 'tests' package fixes.Glen Barber
2015-12-22Dump out the output from flock_helper on failure so failures with theEnji Cooper
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery
2015-07-05The bug caught by flock's test 16 was fixed by r268384.Mark Johnston