aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make libcrypto/libssh cross compilePeter Wemm2004-09-151-0/+1
* Fix typo in rev 1.2 "-DNOINFOall" should be "-DNOINFO all"Peter Wemm2004-09-151-1/+1
* Comment lines may have leading whitespace.Dag-Erling Smørgrav2004-09-151-1/+1
* Add a very basic README for tcpstream.Robert Watson2004-09-131-0/+20
* Add tcpstream, a simple TCP stream generator that uses a pseudo-randomRobert Watson2004-09-132-0/+253
* Add netrate (netreceive, netsend), a tool for generating (and sinking)Robert Watson2004-09-106-0/+398
* Make the output more suitable for use in a frameset.Dag-Erling Smørgrav2004-09-081-24/+24
* new version of cryptotest (w/ only code from me)Sam Leffler2004-09-072-1/+583
* Add a regression test for <tgmath.h>.Stefan Farfeleder2004-09-042-0/+624
* Join the effort in simplifying this makefile. ;)Ruslan Ermilov2004-09-031-3/+1
* Pass O_NONBLOCK directly to fcntl() rather than the pointer to an intRobert Watson2004-09-021-12/+8
* Don't override the rule used to build a binary by providing our ownRobert Watson2004-09-021-1/+0
* Add -c option to preserve comments from GENERIC in the output.Dag-Erling Smørgrav2004-08-291-4/+12
* Add genericize, a Perl script that converts a kernel config into somethingDag-Erling Smørgrav2004-08-283-0/+115
* Update for latest make(1) changes.David E. O'Brien2004-08-241-17/+39
* Make sure to properly initialize 'size' to sizeof(sin) before passingRobert Watson2004-08-241-0/+1
* Add a basic kqueue + UNIX domain socket pair regression test to do someRobert Watson2004-08-242-0/+340
* Regression tests for 'verify reading' algorithm.Pawel Jakub Dawidek2004-08-222-0/+69
* Fix positional parameter reference to ${10}.Thomas Quinot2004-08-211-4/+4
* Add regression test for the new "round-robin reading" feature.Pawel Jakub Dawidek2004-08-211-0/+36
* Add description of raidtest tool.Pawel Jakub Dawidek2004-08-201-0/+1
* - fflush() standard output before fork()ing.Pawel Jakub Dawidek2004-08-201-2/+2
* Add the raidtest tool, which can be used for performance tests of storage dev...Pawel Jakub Dawidek2004-08-203-0/+454
* Remove a couple of warnings and tweak an error message.Dag-Erling Smørgrav2004-08-201-3/+1
* Copy open_locked() from tinderbox.pl and use it to optionally acquire aDag-Erling Smørgrav2004-08-202-3/+63
* Print the patch file name in the warning message for missing patch files.Dag-Erling Smørgrav2004-08-191-1/+1
* Clean up, add update_releng_[45].rc.Dag-Erling Smørgrav2004-08-191-2/+6
* RELENG_5 is now available.Dag-Erling Smørgrav2004-08-192-2/+6
* Branches of interest are RELENG_4_{8,9,10}.Dag-Erling Smørgrav2004-08-192-1/+5