aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/file
Commit message (Expand)AuthorAgeFilesLines
* path_test: fix cap_rights_init usageEd Maste2024-03-221-3/+3
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-233-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-235-10/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* path_test: Add a test case for openat(O_EMPTY_PATH) in capability modeMark Johnston2023-03-291-0/+75
* Have path_test ask the kernel for the page sizeAndrew Turner2022-05-031-3/+5
* path_test: Verify that operations on unlinked files workMark Johnston2022-04-251-0/+33
* path_test: Correct the kevent testMark Johnston2022-04-201-2/+5
* tests: Fix the test plan for closefrom_testMark Johnston2022-03-071-1/+1
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-071-1/+34
* vfs: Permit unix sockets to be opened with O_PATHMark Johnston2021-10-171-4/+28
* path_test: Fix test sortingMark Johnston2021-09-151-20/+20
* path_test: Fix the unix socket testMark Johnston2021-09-151-1/+1
* Add test for fstatat(pipefd, AT_EMPTY_PATH)Konstantin Belousov2021-08-191-0/+20
* path_test: Add a few new test casesMark Johnston2021-05-111-0/+100
* Add some regression tests for O_PATH and AT_EMPTY_PATHMark Johnston2021-04-292-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