| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a very basic README for tcpstream. | rwatson | 2004-09-13 | 1 | -0/+20 |
* | Add tcpstream, a simple TCP stream generator that uses a pseudo-random | rwatson | 2004-09-13 | 2 | -0/+253 |
* | Add netrate (netreceive, netsend), a tool for generating (and sinking) | rwatson | 2004-09-10 | 6 | -0/+398 |
* | Make the output more suitable for use in a frameset. | des | 2004-09-08 | 1 | -24/+24 |
* | new version of cryptotest (w/ only code from me) | sam | 2004-09-07 | 2 | -1/+583 |
* | Add a regression test for <tgmath.h>. | stefanf | 2004-09-04 | 2 | -0/+624 |
* | Join the effort in simplifying this makefile. ;) | ru | 2004-09-03 | 1 | -3/+1 |
* | Pass O_NONBLOCK directly to fcntl() rather than the pointer to an int | rwatson | 2004-09-02 | 1 | -12/+8 |
* | Don't override the rule used to build a binary by providing our own | rwatson | 2004-09-02 | 1 | -1/+0 |
* | Add -c option to preserve comments from GENERIC in the output. | des | 2004-08-29 | 1 | -4/+12 |
* | Add genericize, a Perl script that converts a kernel config into something | des | 2004-08-28 | 3 | -0/+115 |
* | Update for latest make(1) changes. | obrien | 2004-08-24 | 1 | -17/+39 |
* | Make sure to properly initialize 'size' to sizeof(sin) before passing | rwatson | 2004-08-24 | 1 | -0/+1 |
* | Add a basic kqueue + UNIX domain socket pair regression test to do some | rwatson | 2004-08-24 | 2 | -0/+340 |
* | Regression tests for 'verify reading' algorithm. | pjd | 2004-08-22 | 2 | -0/+69 |
* | Fix positional parameter reference to ${10}. | thomas | 2004-08-21 | 1 | -4/+4 |
* | Add regression test for the new "round-robin reading" feature. | pjd | 2004-08-21 | 1 | -0/+36 |
* | Add description of raidtest tool. | pjd | 2004-08-20 | 1 | -0/+1 |
* | - fflush() standard output before fork()ing. | pjd | 2004-08-20 | 1 | -2/+2 |
* | Add the raidtest tool, which can be used for performance tests of storage dev... | pjd | 2004-08-20 | 3 | -0/+454 |
* | Remove a couple of warnings and tweak an error message. | des | 2004-08-20 | 1 | -3/+1 |
* | Copy open_locked() from tinderbox.pl and use it to optionally acquire a | des | 2004-08-20 | 2 | -3/+63 |
* | Print the patch file name in the warning message for missing patch files. | des | 2004-08-19 | 1 | -1/+1 |
* | Clean up, add update_releng_[45].rc. | des | 2004-08-19 | 1 | -2/+6 |
* | RELENG_5 is now available. | des | 2004-08-19 | 2 | -2/+6 |
* | Branches of interest are RELENG_4_{8,9,10}. | des | 2004-08-19 | 2 | -1/+5 |
* | Comment out the timeout setting; it doesn't work properly. | des | 2004-08-19 | 1 | -0/+1 |
* | Example configuration files for customize.sh. | thomas | 2004-08-16 | 1 | -0/+34 |
* | Add documentation of the newly-added user-configurable Makefile knobs. | thomas | 2004-08-16 | 1 | -0/+16 |
* | Add example customization script, to be used through CUSTOMIZE Makefile knob. | thomas | 2004-08-16 | 1 | -0/+72 |
* | Properly identify the root filesystem to be used in /etc/fstab in each | thomas | 2004-08-16 | 2 | -16/+75 |
* | Remove some debug cruft from the Makefiles and make them ${.OBJDIR} | dfr | 2004-08-16 | 3 | -17/+8 |
* | Add regression tests for GEOM_RAID3. | pjd | 2004-08-16 | 11 | -0/+388 |
* | Replaced COPTS by equivalent CFLAGS. | ru | 2004-08-13 | 1 | -1/+1 |
* | Regen. | fjoe | 2004-08-13 | 1 | -46/+47 |
* | Regression test for geom_uzip. | fjoe | 2004-08-13 | 7 | -0/+198 |
* | Add a regression test for the ATM call control stuff. | harti | 2004-08-13 | 3 | -0/+13 |
* | Now that make more correctly handles variable assignments | harti | 2004-08-12 | 2 | -6/+2 |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived | dds | 2004-08-09 | 2 | -8/+0 |
* | Include the nanoBSD make.conf in the top-level nanoBSD Makefile, so | thomas | 2004-08-08 | 2 | -17/+28 |
* | Back out something I'm working on that crept in with the last commit. | harti | 2004-08-05 | 2 | -2/+6 |
* | Remove extra spaces. Remove double quotes around error messages - | harti | 2004-08-05 | 2 | -26/+22 |
* | This file is not suppose be be all one big comment :-( | dfr | 2004-08-05 | 1 | -1/+1 |
* | Add another test that checks for a working '+' command flag. | harti | 2004-08-05 | 2 | -0/+38 |
* | add a set of scripts that I posted to -current last year. This makes | jmg | 2004-08-04 | 3 | -0/+213 |
* | Add regression test for "prefer" balance algorithm in MIRROR class. | pjd | 2004-08-04 | 1 | -0/+68 |
* | Add a regression test for the passing of command line | harti | 2004-08-04 | 2 | -0/+174 |
* | Add minimal socketpair() regression test to confirm that we can create | rwatson | 2004-08-04 | 2 | -0/+139 |
* | Add regression tests for TLS. | dfr | 2004-08-03 | 14 | -0/+429 |
* | Add GEOM_MIRROR class which provide RAID1 functionality and has many useful | pjd | 2004-07-30 | 8 | -0/+361 |