aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Switch over to a different, more flexible test output protocol that'sNik Clayton2004-11-1199-144/+963
* RELENG_5 is now -STABLE (but without powerpc)Dag-Erling Smørgrav2004-11-112-3/+3
* Install in /usr/local/bin.Dag-Erling Smørgrav2004-11-071-0/+1
* Add description of all available options.Pawel Jakub Dawidek2004-11-061-0/+17
* Allow to write random data while testing RAID device, so we can alsoPawel Jakub Dawidek2004-11-061-6/+23
* Remove vinum bits.Poul-Henning Kamp2004-11-042-330/+0
* Remove references to NO_VINUMPoul-Henning Kamp2004-11-041-1/+0
* Add a small regression test that opens a TCP socket, listens on it,Robert Watson2004-11-022-0/+120
* Typo: s/Exampes/ExamplesMarc Fonvieille2004-10-251-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-33/+33
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-2440-41/+45
* Use errx() instead of fprintf()/exit() for conciseness.Robert Watson2004-10-231-65/+38
* Use errx() instead of perror()/exit() for conciseness.Robert Watson2004-10-233-93/+51
* Add a regression test for the alternate shell specification.Ruslan Ermilov2004-10-232-0/+20
* Use %zu to format size_t instead of %jd and an intmax_t cast.Dag-Erling Smørgrav2004-10-231-6/+5
* Stop amd64 warnings.Poul-Henning Kamp2004-10-231-3/+4
* Add NO_BLUETOOTH and NO_AUTHPF variables. [1]Marc Fonvieille2004-10-221-1/+3
* Sort NO* variables.Marc Fonvieille2004-10-221-21/+21
* Remove NOLIBPTHREAD=yes since BIND related binaries (dig etc.) requireMarc Fonvieille2004-10-211-1/+0
* Typo fix.Giorgos Keramidas2004-10-181-1/+1
* Fix a typo: s/kerncruft/kernelcruft/.Maxim Konovalov2004-10-171-1/+1
* Fixed a typo.Ruslan Ermilov2004-10-171-1/+1
* Add a regression test for floating-point output in the Greek locale.Giorgos Keramidas2004-10-131-0/+7
* Don't leave noschg files laying around in /tmpPeter Wemm2004-10-111-0/+2
* Resort unprivileged uid with privileged socket after unprivileged uidRobert Watson2004-10-111-4/+6
* A number of improvements to the IP socket option API regression test:Robert Watson2004-10-111-244/+353
* Add regression tests for ilogb{,f,l}().Stefan Farfeleder2004-10-112-1/+83
* Add a simple exercise suite for IP-level socket options. The suiteRobert Watson2004-10-112-0/+735
* Add a simple C-based TCP connection generator, which generates andRobert Watson2004-10-092-0/+160
* Add a version of netsend that uses the interval timer rather thanRobert Watson2004-10-082-0/+205
* Use int format string, not a long format string.Robert Watson2004-10-081-1/+1
* Only print progress statistics once per second.Poul-Henning Kamp2004-10-081-9/+16
* add 80211watch programSam Leffler2004-10-051-1/+4
* simple program to watch 802.11 events through a routing socketSam Leffler2004-10-051-0/+381
* While calling perror() on send() failure was useful for debugging theRobert Watson2004-09-302-3/+2
* Add syscall_timing, a simple timing micro-benchmark for someRobert Watson2004-09-302-0/+195
* This is a small tool which will read an entire disk(partition) usingPoul-Henning Kamp2004-09-283-0/+170
* add my script that helps me handle MFC's. It takes in a commit messageJohn-Mark Gurney2004-09-242-1/+31
* Print number of "waits" per second during transmission, not just waitsRobert Watson2004-09-241-0/+1
* Add mfc.Dag-Erling Smørgrav2004-09-241-0/+2
* A simple shell script to help MFC an entire directory to a branch where itDag-Erling Smørgrav2004-09-242-0/+48
* Improve netsend timing logic in various ways:Robert Watson2004-09-211-13/+78
* Set default socket size for netreceive to 128k to reduce the chancesRobert Watson2004-09-211-1/+7
* Don't forget to check defined() before testing the value.Dag-Erling Smørgrav2004-09-201-0/+1
* Make this use a standard bsd.subdir.mk.Ruslan Ermilov2004-09-201-6/+2
* netsend uses an arbitrary maximum send rate to reject bogus arguments.Robert Watson2004-09-191-2/+4
* Recognize options with values. If an option is present in both GENERICDag-Erling Smørgrav2004-09-191-4/+20
* Modify accept_fd_leak regression test to generate "PASS" output, notRobert Watson2004-09-181-2/+3
* Update path to c++ internals includes for the 3.4 location.Peter Wemm2004-09-161-9/+2
* Add libmagic to the explicit build-tools list.Peter Wemm2004-09-161-0/+1