summaryrefslogtreecommitdiffstats
path: root/tools/regression/file/fcntlflags/fcntlflags.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r282067:ngie2015-05-131-110/+0
| | | | | Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifo and tools/regression/file into the FreeBSD test suite as tests/sys/file
* Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).jilles2013-08-251-0/+110
The FFLAGS and OFLAGS now work correctly also for files opened with O_EXEC. Except possibly fuse, the other users pass values without O_EXEC set. fuse appears to assume O_EXEC is handled correctly. Although F_SETFL may not be commonly used for execute-only file descriptors, F_GETFL may be useful to find the access mode.
OpenPOWER on IntegriCloud