freebsd-skq/tools/regression/file
jilles 03a89a5fe0 Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).
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.
2013-08-25 21:52:04 +00:00
..
closefrom Fixed missing or broken library dependencies. 2010-02-25 14:42:26 +00:00
dup Add tests for dup3(). 2013-08-16 13:16:55 +00:00
fcntlflags Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC). 2013-08-25 21:52:04 +00:00
flock Fixed missing or broken library dependencies. 2010-02-25 14:42:26 +00:00
ftruncate
newfileops_on_fork Fixed error checking of pthread(3) functions. 2010-02-12 16:33:03 +00:00