freebsd-dev/tools
Ed Maste a1e39f96d2 nanobsd: remove unmodified copies of ssh config files
Nanobsd included copies of ssh_config and sshd_config.  The former is
identical to the one provided by the base system, and the latter is
identical except for PermitRootLogin, which is updated by nanobsd's
cust_allow_ssh_root anyhow.  Remove nanobsd's copies and use the
existing base system ones.

Reported by:	Jose Luis Duran <jlduran@gmail.com> in D34937
Reviewed by:	Jose Luis Duran <jlduran@gmail.com>, imp
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D36933
2022-10-11 12:53:57 -04:00
..
boot stand: Flesh out the zfs image creation 2022-08-17 11:39:53 -06:00
bsdbox bsdbox: remove previously broken telnet(d) support 2022-09-29 17:56:25 +01:00
build bsdinstall release: Move code to a new startbsdinstall wrapper 2022-10-03 17:09:16 +01:00
bus_space
coccinelle
debugscripts
diag Move the ability to search for alternate UFS superblocks from fsck_ffs(8) 2022-08-13 12:43:40 -07:00
ifnet
kerneldoc twa: Remove 2021-11-25 00:45:13 -07:00
LibraryReport
lua
pkgbase pkgbase: Fix a typo in a source code comment 2022-03-28 19:33:25 +02:00
regression Track kern.ipc.somaxconn -> kern.ipc.soacceptqueue rename 2022-10-11 12:46:46 -04:00
sched schedgraph.py: port to Python 3 2022-01-11 15:32:39 +02:00
test stress2: Temporarily removed the rename(2) tests as these seem to trigger a 2022-10-11 10:20:51 +02:00
tools nanobsd: remove unmodified copies of ssh config files 2022-10-11 12:53:57 -04:00
uma/smrstress tools/uma/smrstress: fix kthread exit 2022-07-31 00:40:12 +03: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.