freebsd-dev/tools
Alex Richardson d146f83180 prepare-commit-msg: Avoid warning on macOS and shellcheck fixes
The macOS /bin/sh complains about using return outside of functions.
Replace `return 0` with `exit 0` to fix this. While editing this files
I've also fixed all the shellcheck warnings that were displayed by my IDE.

Reviewed By:	emaste
Differential Revision: https://reviews.freebsd.org/D28016
2021-01-07 14:00:32 +00:00
..
boot lualoader: fix lua-lint run 2020-12-17 18:29:30 +00:00
bsdbox ncurses: only keep the version with widechar support 2021-01-05 14:01:32 +01:00
build Drop some unncessary stale code from Makefile.boot 2021-01-07 10:55:21 +00:00
bus_space
coccinelle
debugscripts
diag The fsdb(8) utility uses the fsck_ffs(8) disk I/O interfaces, so 2020-09-19 20:06:12 +00:00
ifnet
kerneldoc mk48txx(4): remove obsolete driver 2020-12-25 19:47:45 +01:00
LibraryReport
lua
pkgbase
regression Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
sched
test Provide userland notification of gpio pin changes ("userland gpio interrupts"). 2020-12-12 18:34:15 +00:00
tools prepare-commit-msg: Avoid warning on macOS and shellcheck fixes 2021-01-07 14:00:32 +00:00
uma/smrstress
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.