summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Typo: s/Exampes/Examplesblackend2004-10-251-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-33/+33
* For variables that are only checked with defined(), don't provideru2004-10-2440-41/+45
* Use errx() instead of fprintf()/exit() for conciseness.rwatson2004-10-231-65/+38
* Use errx() instead of perror()/exit() for conciseness.rwatson2004-10-233-94/+52
* Add a regression test for the alternate shell specification.ru2004-10-232-0/+20
* Use %zu to format size_t instead of %jd and an intmax_t cast.des2004-10-231-6/+5
* Stop amd64 warnings.phk2004-10-231-3/+4
* Add NO_BLUETOOTH and NO_AUTHPF variables. [1]blackend2004-10-221-1/+3
* Sort NO* variables.blackend2004-10-221-21/+21
* Remove NOLIBPTHREAD=yes since BIND related binaries (dig etc.) requireblackend2004-10-211-1/+0
* Typo fix.keramida2004-10-181-1/+1
* Fix a typo: s/kerncruft/kernelcruft/.maxim2004-10-171-1/+1
* Fixed a typo.ru2004-10-171-1/+1
* Add a regression test for floating-point output in the Greek locale.keramida2004-10-131-0/+7
* Don't leave noschg files laying around in /tmppeter2004-10-111-0/+2
* Resort unprivileged uid with privileged socket after unprivileged uidrwatson2004-10-111-4/+6
* A number of improvements to the IP socket option API regression test:rwatson2004-10-111-248/+357
* Add regression tests for ilogb{,f,l}().stefanf2004-10-112-1/+83
* Add a simple exercise suite for IP-level socket options. The suiterwatson2004-10-112-0/+735
* Add a simple C-based TCP connection generator, which generates andrwatson2004-10-092-0/+160
* Add a version of netsend that uses the interval timer rather thanrwatson2004-10-082-0/+205
* Use int format string, not a long format string.rwatson2004-10-081-1/+1
* Only print progress statistics once per second.phk2004-10-081-9/+16
* add 80211watch programsam2004-10-051-1/+4
* simple program to watch 802.11 events through a routing socketsam2004-10-051-0/+381
* While calling perror() on send() failure was useful for debugging therwatson2004-09-302-3/+2
* Add syscall_timing, a simple timing micro-benchmark for somerwatson2004-09-302-0/+195
* This is a small tool which will read an entire disk(partition) usingphk2004-09-283-0/+170
* add my script that helps me handle MFC's. It takes in a commit messagejmg2004-09-242-1/+31
* Print number of "waits" per second during transmission, not just waitsrwatson2004-09-241-0/+1
* Add mfc.des2004-09-241-0/+2
* A simple shell script to help MFC an entire directory to a branch where itdes2004-09-242-0/+48
* Improve netsend timing logic in various ways:rwatson2004-09-211-13/+78
* Set default socket size for netreceive to 128k to reduce the chancesrwatson2004-09-211-1/+7
* Don't forget to check defined() before testing the value.des2004-09-201-0/+1
* Make this use a standard bsd.subdir.mk.ru2004-09-201-6/+2
* netsend uses an arbitrary maximum send rate to reject bogus arguments.rwatson2004-09-191-2/+4
* Recognize options with values. If an option is present in both GENERICdes2004-09-191-4/+20
* Modify accept_fd_leak regression test to generate "PASS" output, notrwatson2004-09-181-2/+3
* Update path to c++ internals includes for the 3.4 location.peter2004-09-161-9/+2
* Add libmagic to the explicit build-tools list.peter2004-09-161-0/+1
* Make libcrypto/libssh cross compilepeter2004-09-151-0/+1
* Fix typo in rev 1.2 "-DNOINFOall" should be "-DNOINFO all"peter2004-09-151-1/+1
* Comment lines may have leading whitespace.des2004-09-151-1/+1
* Add a very basic README for tcpstream.rwatson2004-09-131-0/+20
* Add tcpstream, a simple TCP stream generator that uses a pseudo-randomrwatson2004-09-132-0/+253
* Add netrate (netreceive, netsend), a tool for generating (and sinking)rwatson2004-09-106-0/+398
* Make the output more suitable for use in a frameset.des2004-09-081-24/+24
* new version of cryptotest (w/ only code from me)sam2004-09-072-1/+583
OpenPOWER on IntegriCloud