freebsd-dev/tools/tools
Eitan Adler 1983a2326b tools/80211: correct array index
wh->i_dur is a two byte value; not a single byte set twice

Reported by:	swildner@DragonFlyBSD.org
2018-02-19 19:01:46 +00:00
..
aac
ansify
ath DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
atsectl Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
bootparttest Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
build_option_survey Use -j hw.ncpu for build/install. 2017-10-31 19:26:07 +00:00
cd2dvd Update several more URLs 2017-10-29 08:17:03 +00:00
cfi
commitsdb
crypto Add encrypt+authenticate modes to cryptotest tool 2018-01-10 23:19:32 +00:00
cxgbtool General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
decioctl Add a tool to decode ioctl commands. 2016-06-15 21:01:53 +00:00
dmardump Add a dmardump utility to dump the VT-d context tables. 2016-08-09 19:06:05 +00:00
drm DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
editing
epfe
ether_reflect Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
fetchbench Add fetchbench, a trivial HTTP benchmark based on fetch(1). 2017-11-02 12:09:18 +00:00
find-sb
fixwhite tools: minor spelling fixes. 2016-05-01 16:20:14 +00:00
gdb_regofs
genericize
gensnmpdef Bump WARNS up from 0 to 6 2017-01-09 05:46:41 +00:00
git Fix git tools when run against a worktree 2016-11-11 23:07:31 +00:00
hcomp
html-mv
ifinfo
ifpifa Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
indent_wrapper Update usage: 2015-11-25 14:51:44 +00:00
ioat Update usage(..) 2016-05-27 21:12:25 +00:00
ipw tools: minor spelling fixes. 2016-05-01 16:20:14 +00:00
iso
iwi
iwn oops - mis-commit. 2015-08-30 21:55:01 +00:00
kdrv
kernelcruft
kerninclude Remove pc98 support completely. 2017-01-28 02:22:15 +00:00
kernxref SPDX: use the Beerware identifier. 2017-11-30 20:33:45 +00:00
kttcp
locale Upgrade to Unicode 10.0.0 2017-11-03 13:42:04 +00:00
makeroot makeroot: zero out subsecond component of time= keywords 2016-06-23 19:19:44 +00:00
mcgrab
mctest Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
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 Teach nanobsd about armv7, add -m to qemu invocations 2018-02-09 14:31:11 +00:00
ncpus Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
net80211 tools/80211: correct array index 2018-02-19 19:01:46 +00:00
netmap netmap pkt-gen tool: Fix memset(3) argument order 2017-12-13 19:36:29 +00:00
netrate Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
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
pirtool General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
portsinfo Update several more URLs 2017-10-29 08:17:03 +00:00
qrndtest apparently MAN was misspelled, fix.. 2015-02-05 21:56:23 +00:00
release
scsi-defects
shlib-compat tools: minor spelling fixes. 2016-05-01 16:20:14 +00:00
sysbuild Add a crude workaround for ports with flavors 2017-12-29 15:38:43 +00:00
syscall_timing Remove artificial limit for -i. 2017-11-02 12:16:50 +00:00
sysdoc Add two new tunables / sysctls to controll reboot after panic: 2017-11-14 00:29:14 +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 Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
umastat Fix build of tools/tools/umastat. 2017-04-26 17:58:10 +00:00
usb
usbtest DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
vhba
vimage Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
vop_table
vt Remove pc98 support completely. 2017-01-28 02:22:15 +00:00
vxge General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
whereintheworld
wtap tools: minor spelling fixes. 2016-05-01 16:20:14 +00:00
zfsboottest Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
README tools: remove note about diffburst. 2018-01-28 05:45:20 +00:00

# $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.
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.
git		Tools to simplify the use of git by committers.
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.
indent_wrapper	Tool for style(9) checking SVN/GIT patches.
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.