freebsd-skq/tools
jilles 15cca94824 MFC r295385: semget(): Check for [EEXIST] error first.
Although POSIX literally permits failing with [EINVAL] if IPC_CREAT and
IPC_EXCL were both passed, the semaphore set already exists and has fewer
semaphores than nsems, this does not allow an application to retry safely:
if the [EINVAL] is actually because of the semmsl limit, an infinite loop
would result.

PR:		206927
2016-04-09 13:32:42 +00:00
..
bsdbox
build MFH (r295533): remove broken unbound-control-setup script 2016-02-17 11:36:45 +00:00
debugscripts MFH: r292263 2015-12-24 20:15:14 +00:00
diag
kerneldoc
KSE
LibraryReport
regression MFC r295385: semget(): Check for [EEXIST] error first. 2016-04-09 13:32:42 +00:00
sched
test MFC r289441: 2015-11-09 07:49:39 +00:00
tools MFC r290452: zfsboottest: catch up with r241289, call zfs_spa_init() for 2015-11-17 15:18:52 +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.