freebsd-dev/tools/tools
2015-11-15 14:34:29 +00:00
..
aac
ansify
ath META_MODE: Remove DEP_RELDIR from Makefile.depend files. 2015-09-25 19:26:08 +00:00
atsectl
bootparttest Fix format string warnings. 2014-10-05 11:16:16 +00:00
build_option_survey
bus_autoconf
cd2dvd
cfi
commitsdb
crypto - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems() 2015-08-29 19:47:20 +00:00
cxgbetool - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems() 2015-08-29 19:47:20 +00:00
cxgbtool Stop including if_var.h from userland. 2015-04-06 09:42:23 +00:00
drm META_MODE: Remove DEP_RELDIR from Makefile.depend files. 2015-09-25 19:26:08 +00:00
editing
epfe
ether_reflect mdoc: improvements to SEE ALSO. 2014-12-27 07:07:37 +00:00
find-sb
fixwhite
gdb_regofs
genericize
hcomp
html-mv
ifinfo
ifpifa
ioat ioatcontrol(8): Add and document "raw" testing mode 2015-10-29 04:16:16 +00:00
ipw
iso
iwi
iwn oops - mis-commit. 2015-08-30 21:55:01 +00:00
kdrv
kernelcruft
kerninclude
kernxref
kttcp
locale Generate in the FreeBSD keyword when generating the Makefiles 2015-11-15 14:34:29 +00:00
makeroot META_MODE: Remove DEP_RELDIR from Makefile.depend files. 2015-09-25 19:26:08 +00:00
mcgrab
mctest
mfi
mid
mtxstat
mwl - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems() 2015-08-29 19:47:20 +00:00
nanobsd Make the slice names for root configurable. For embedded platforms, we 2015-11-12 05:53:32 +00:00
ncpus
net80211 - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems() 2015-08-29 19:47:20 +00:00
netmap Update pkt-gen to optionally use randomised source/destination 2015-04-19 17:07:51 +00:00
netrate
notescheck
npe - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems() 2015-08-29 19:47:20 +00:00
nxge
pciroms
perforce add scripts for generating a diff from p4... 2014-08-27 18:56:12 +00:00
pirtool
portsinfo
qrndtest apparently MAN was misspelled, fix.. 2015-02-05 21:56:23 +00:00
release
scsi-defects
shlib-compat Update tools/shlib-compat. 2014-12-01 08:14:25 +00:00
sysbuild Update sysbuild to new ports infrastructure. 2015-08-18 20:19:48 +00:00
syscall_timing
sysdoc Kill custom in_matroute() radix mathing function removing one rte mutex lock. 2014-11-11 02:52:40 +00:00
termcap
tinybsd Renove faith(4) and faithd(8) from base. It looks like industry 2014-11-09 21:33:01 +00:00
tionxcl
track
tscdrift Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
umastat
usb
usbtest META_MODE: Remove DEP_RELDIR from Makefile.depend files. 2015-09-25 19:26:08 +00:00
vhba
vimage mdoc: improvements to SEE ALSO. 2014-12-27 07:07:37 +00:00
vop_table
vt Fix debug output that has erroneously been committed with the last update. 2014-09-04 17:19:16 +00:00
vxge
whereintheworld
wtap
zfsboottest zfsboottest: catch up with r241289, call zfs_spa_init() for all found pools 2015-11-06 16:27:22 +00:00
README

# $FreeBSD$

This directory is for tools.

A tool is something which is sometimes useful, and doesn't fit any of
the other categories.

Please make a subdir per program, and add a brief description to this
file.

ansify		Convert K&R-style function definitions to ANSI style
ath		Tools specific to the Atheros 802.11 support
cfi		Common Flash Interface (CFI) tool
commitsdb	A tool for reconstructing commit history using md5
		checksums of the commit logs.
crypto		Test and exercise tools related to the crypto framework
cxgbetool	A tool for the cxgbe(4) driver.
cxgbtool	A tool for the cxgb(4) driver.
diffburst	OBSOLETE: equivalent functionality is available via split -p.
		For example: "split -p ^diff < patchfile". See split(1).
drm		Tools specific to the DRM/KMS device drivers.
editing		Editor modes and the like to help editing FreeBSD code.
epfe 		Extract printing filter examples from printing.sgml.
ether_reflect	An Ethernet packet reflector for low level testing.
find-sb		Scan a disk for possible filesystem superblocks.
gdb_regofs	A simple tool that prints out a register offset table
		for mapping gdb(1) register numbers to struct reg and
		struct fpreg offsets. The tool is useful on selected
		platforms only.
genericize	Turn a kernel config into something that can more easily
		be diffed against the appropriate GENERIC.
hcomp		Compress header files by removing comments and whitespace.
html-mv         Rename HTML generated filenames to human readable filenames.
ifinfo		Uses the interface MIB to print out all the information
		an interface exports in an ugly form.
iso             Tool to compare the iso3166 and iso639 files in
		/usr/share/misc with the data from the master sites.
iwi		Tools specific to the Intel PRO/Wireless 2200BG/2225BG/2915ABG
		support.
kdrv		KernelDriver; add/list/remove third-party kernel driver
		source to/in/from a kernel source tree.
kernelcruft	Shellscript to find orphaned *.c files in /sys
kerninclude	Shellscript to find unused #includes in the kernel.
kernxref	Shellscript to cross reference symbols in the LINT kernel.
kttcp		An in-kernel version of the ttcp network performance tool
mctest		A multicast test program
mid	 	Create a Message-ID database for mailing lists.
mwl		Tools specific to the Marvell 88W8363 support
ncpus		Count the number of processors
netmap		Test applications for netmap(4)
notescheck	Check for missing devices and options in NOTES files.
npe		Tools specific to the Intel IXP4XXX NPE device
nxge		A diagnostic tool for the nxge(4) driver
pciid		Generate src/share/misc/pci_vendors.
pciroms		A tool for dumping PCI ROM images. WARNING: alpha quality.
pirtool		A tool for dumping the $PIR table on i386 machines at runtime.
portsinfo 	Generate list of new ports for last two weeks.
recoverdisk	Copy as much data as possible from a defective disk.
scsi-defects	Get at the primary or grown defect list of a SCSI disk.
sysdoc		Build a manual page with available sysctls for a specific
		kernel configuration.
tinybsd		Script to build FreeBSD embedded systems.
track		Track the progress of a world / kernel build
vimage		An interim utility for managing the virtualized network
		stack infrastructure.
vop_table	Generates a HTML document that shows all the VOP's in
		the kernel.
vxge		A diagnostic tool for the vxge(4) driver
whereintheworld	Summarizes "make world" output.