summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove the uarea column from the DDB 'ps' display, and from grog's gdbdas2004-11-202-6/+6
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-192-3/+3
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-191-7/+7
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-1/+1
* Switch over to a different, more flexible test output protocol that'snik2004-11-1199-144/+963
* RELENG_5 is now -STABLE (but without powerpc)des2004-11-112-3/+3
* Install in /usr/local/bin.des2004-11-071-0/+1
* Add description of all available options.pjd2004-11-061-0/+17
* Allow to write random data while testing RAID device, so we can alsopjd2004-11-061-6/+23
* Remove vinum bits.phk2004-11-042-330/+0
* Remove references to NO_VINUMphk2004-11-041-1/+0
* Add a small regression test that opens a TCP socket, listens on it,rwatson2004-11-022-0/+120
* 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
OpenPOWER on IntegriCloud