Name Date Size #Lines LOC

..--

aac/H--8846

ansify/H--167116

ath/H--15,89012,348

bhyve/H--15399

bootparttest/H--205126

build_option_survey/H--519437

cd2dvd/H--267194

cfi/H--162116

commitsdb/H--196114

crypto/H--2,4771,942

cxgbtool/H--11,27610,868

decioctl/H--10169

dmardump/H--304238

drm/H--1,020593

editing/H--10869

ether_reflect/H--285223

fetchbench/H--7533

fib_multibind/H--243191

find-sb/H--309252

fixwhite/H--231175

gdb_regofs/H--54

genericize/H--142103

gensnmpdef/H--2411

git/H--2,0151,509

hcomp/H--10555

ifinfo/H--510397

ifpifa/H--195139

indent_wrapper/H--754651

intel-ucode-split/H--220162

ioat/H--485416

ipw/H--280205

iso/H--262207

iwi/H--13186

iwn/H--511305

kdrv/H--1,125752

kernelcruft/H--4328

kerninclude/H--295247

kernxref/H--160139

kgdb/H--268146

kttcp/H--693464

locale/H--767,324766,532

makeroot/H--393306

man/H--5723

mcgrab/H--281189

mctest/H--756539

mfi/H--12163

mtxstat/H--13296

mwl/H--987766

nanobsd/H--5,3653,578

ncpus/H--803592

net80211/H--13,4929,995

netmap/H--7,9966,156

netrate/H--3,7382,580

notescheck/H--367224

npe/H--480331

nvmf/H--2,8022,309

pciroms/H--411269

pirtool/H--389252

qrndtest/H--9653

release/H--5526

scsi-defects/H--10042

shlib-compat/H--1,8981,554

so_splice/H--663528

sortbench/H--363268

switch_tls/H--384289

sysbuild/H--828601

syscall_timing/H--1,194981

sysdoc/H--2,6251,943

termcap/H--165116

tionxcl/H--10562

track/H--5523

tscdrift/H--197132

umastat/H--461362

usb/H--312

usbtest/H--3,6452,872

vhba/H--2,8422,052

vimage/H--594506

vop_table/H--471384

vt/H--711538

whereintheworld/H--7356

wtap/H--219135

zfsboottest/H--361265

READMEH A D01-Nov-20243 KiB6459

README

1
2This directory is for tools.
3
4A tool is something which is sometimes useful, and doesn't fit any of
5the other categories.
6
7Please make a subdir per program, and add a brief description to this
8file.
9
10ansify		Convert K&R-style function definitions to ANSI style
11ath		Tools specific to the Atheros 802.11 support
12cfi		Common Flash Interface (CFI) tool
13commitsdb	A tool for reconstructing commit history using md5
14		checksums of the commit logs.
15crypto		Test and exercise tools related to the crypto framework
16cxgbetool	A tool for the cxgbe(4) driver.
17cxgbtool	A tool for the cxgb(4) driver.
18drm		Tools specific to the DRM/KMS device drivers.
19editing		Editor modes and the like to help editing FreeBSD code.
20ether_reflect	An Ethernet packet reflector for low level testing.
21find-sb		Scan a disk for possible filesystem superblocks.
22gdb_regofs	A simple tool that prints out a register offset table
23		for mapping gdb(1) register numbers to struct reg and
24		struct fpreg offsets. The tool is useful on selected
25		platforms only.
26genericize	Turn a kernel config into something that can more easily
27		be diffed against the appropriate GENERIC.
28git		Tools to simplify the use of git by committers.
29hcomp		Compress header files by removing comments and whitespace.
30ifinfo		Uses the interface MIB to print out all the information
31		an interface exports in an ugly form.
32indent_wrapper	Tool for style(9) checking SVN/GIT patches.
33intel-ucode-split Tool to split Intel microcode into individual files.
34iso             Tool to compare the iso3166 and iso639 files in
35		/usr/share/misc with the data from the master sites.
36iwi		Tools specific to the Intel PRO/Wireless 2200BG/2225BG/2915ABG
37		support.
38kdrv		KernelDriver; add/list/remove third-party kernel driver
39		source to/in/from a kernel source tree.
40kernelcruft	Shellscript to find orphaned *.c files in /sys
41kerninclude	Shellscript to find unused #includes in the kernel.
42kernxref	Shellscript to cross reference symbols in the LINT kernel.
43kttcp		An in-kernel version of the ttcp network performance tool
44man		Scripts useful for working on man pages.
45mctest		A multicast test program
46mwl		Tools specific to the Marvell 88W8363 support
47ncpus		Count the number of processors
48netmap		Test applications for netmap(4)
49notescheck	Check for missing devices and options in NOTES files.
50npe		Tools specific to the Intel IXP4XXX NPE device
51pciid		Generate src/share/misc/pci_vendors.
52pciroms		A tool for dumping PCI ROM images. WARNING: alpha quality.
53pirtool		A tool for dumping the $PIR table on i386 machines at runtime.
54scsi-defects	Get at the primary or grown defect list of a SCSI disk.
55so_splice	Utilities relating to the SO_SPLICE socket option.
56sysdoc		Build a manual page with available sysctls for a specific
57		kernel configuration.
58track		Track the progress of a world / kernel build
59vimage		An interim utility for managing the virtualized network
60		stack infrastructure.
61vop_table	Generates a HTML document that shows all the VOP's in
62		the kernel.
63whereintheworld	Summarizes "make world" output.
64