| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | After conferring with Apple legal, update the license of this to APSL 2.0 | jkh | 2004-07-27 | 1 | -2/+4 |
* | add a command to calculate the ratios of cnt_hold and cnt_lock to locks | jmg | 2004-07-27 | 1 | -0/+2 |
* | Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>. | pjd | 2004-07-26 | 2 | -3/+3 |
* | Change naming scheme from /dev/<name>.concat to /dev/concat/<name>. | pjd | 2004-07-26 | 2 | -3/+3 |
* | Simple attachment regression test to attach the "accf_data" accept | rwatson | 2004-07-26 | 2 | -0/+211 |
* | Add two more programs useful for testing the correctness of pipes. | silby | 2004-07-22 | 2 | -0/+214 |
* | Add test programs for mbsnrtowcs() and wcsnrtombs(). | tjr | 2004-07-21 | 3 | -0/+386 |
* | Make this test compile again and remove its dependency on sys/pipe.h. | silby | 2004-07-21 | 1 | -1/+2 |
* | Add a simple regression test for the stat st_size bug just fixed in | silby | 2004-07-20 | 1 | -0/+82 |
* | Add a skeleton makefile that runs the tests out of libc/regex/grot. | tjr | 2004-07-19 | 1 | -0/+11 |
* | Oops, test error behaviour of wctrans(), not wctype(). | tjr | 2004-07-19 | 1 | -2/+2 |
* | While testing fe[gs]etround(), make sure FLT_ROUNDS reflects the | das | 2004-07-19 | 1 | -0/+10 |