freebsd-src/tools
Ed Maste bca4d27052 pkgbase: examine METALOG files relative to stage root directory
Previously we stripped the '.' from the beginning of each METALOG entry
to determine the path to stat.  This meant that we examined files on the
build host, not the staged files.

Instead, strip off the last part of the specified METALOG pathname to
find the stage root directory, and stat files relative to that.

Reviewed by:	bapt
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37412
2022-11-17 08:52:12 -05: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 depend-cleanup.sh: Handle rs(1) moving to C++. 2022-11-15 21:17:28 -08: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
LibraryReport
lua
pkgbase pkgbase: examine METALOG files relative to stage root directory 2022-11-17 08:52:12 -05:00
regression Track kern.ipc.somaxconn -> kern.ipc.soacceptqueue rename 2022-10-11 12:46:46 -04:00
sched
test stress2: Added a new SU+J + snapshot test scenario 2022-11-14 12:03:57 +01:00
tools git-arc: Accept message via -m when updating reviews. 2022-11-07 14:46:15 -08: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.