freebsd-skq/tools
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
..
bsdbox
build The iconv in libc did two things - implement the standard APIs, the GNU 2013-08-13 07:15:01 +00:00
debugscripts
diag
kerneldoc
KSE
LibraryReport
regression Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC). 2013-08-25 21:52:04 +00:00
sched
test Add simple test for the read/write/lseek on posix shm filedescriptor. 2013-08-21 17:47:11 +00:00
tools drm/radeon: Import the Radeon KMS driver 2013-08-25 19:37:15 +00:00
install.sh
make_libdeps.sh
README
tinder.sh

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.