freebsd-dev/tools
Warner Losh 48f1a4921e Add two new tunables / sysctls to controll reboot after panic:
kern.poweroff_on_panic which, when enabled, instructs a system to
power off on a panic instead of a reboot.

kern.powercyle_on_panic which, when enabled, instructs a system to
power cycle, if possible, on a panic instead of a reboot.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D13042
2017-11-14 00:29:14 +00:00
..
boot Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELI 2017-11-10 23:54:48 +00:00
bsdbox Avoid referencing private lib names directly. 2017-11-10 07:53:02 +00:00
build Fix typo in filename. 2017-11-11 16:09:20 +00:00
bus_space
debugscripts
diag
ifnet
kerneldoc Remove EISA bus support for add-in cards. Remove related kernel and 2017-02-16 21:57:35 +00:00
KSE
LibraryReport
regression DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
sched
test Update scescx test to print syscall number and arguments. 2017-06-12 21:16:37 +00:00
tools Add two new tunables / sysctls to controll reboot after panic: 2017-11-14 00:29:14 +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.