opnsense-src/tools
Shawn Webb 2588e256bd HBSD: Introducing SafeStack
Compile world with SafeStack from clang/llvm. Right now, only
applications are compiled with SafeStack, not libraries. clang 3.9.0
does not support compiling shared libraries with SafeStack, though a
patch has been proposed that would enable support.

Note that with clang's current implementation of SafeStack, ASLR and W^X
are prerequisites. SafeStack currently requires ASLR and W^X in order to
be effective.
2017-09-15 19:17:08 +02:00
..
bsdbox src: clean-cut move to release/11.1.0 2017-08-20 13:44:58 +02:00
build HBSD: Introducing SafeStack 2017-09-15 19:17:08 +02:00
bus_space src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
debugscripts src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
diag src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
ifnet src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
kerneldoc src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
KSE src: clean-cut move to 10.2-RELEASE 2015-08-14 14:15:00 +02:00
LibraryReport src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
regression src: clean-cut move to release/11.1.0 2017-08-20 13:44:58 +02:00
sched src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
test src: clean-cut move to release/11.1.0 2017-08-20 13:44:58 +02:00
tools src: clean-cut move to release/11.1.0 2017-08-20 13:44:58 +02:00
install.sh src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
make_libdeps.sh src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
README src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
tinder.sh src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00

$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.