| Commit message (Expand) | Author | Age | Files | Lines |
* | Added missing DPADD. | ru | 2004-02-05 | 2 | -1/+2 |
* | Add a test for what was broken in rev. 1.28 and fixed in rev. 1.29 | ru | 2004-01-30 | 1 | -0/+8 |
* | Add a test for what was fixed in revs. 1.28 and 1.29 of make/str.c. | ru | 2004-01-29 | 1 | -0/+11 |
* | These scripts run the protocol test suites for the SSCOP, SSCF-UNI and | harti | 2004-01-29 | 6 | -0/+145 |
* | Add a simple test script for the ng_atmpif node. | harti | 2004-01-29 | 2 | -0/+168 |
* | Add regression tests for printf's %a/%A formats. | das | 2004-01-19 | 1 | -1/+38 |
* | Add regression tests for some of the bugs recently discovered in the | das | 2004-01-19 | 1 | -4/+15 |
* | Work around a recently-introduced gcc bug. The compiler no longer | das | 2004-01-18 | 1 | -1/+1 |
* | Add regression tests for sgetrune() and sputrune(). | tjr | 2003-10-30 | 3 | -1/+269 |
* | Fix a bug that prevented exists() from finding "foo/", "foo/." | ru | 2003-10-02 | 1 | -0/+11 |
* | Add a regression test for the big pipe bug. | pb | 2003-07-31 | 3 | -0/+95 |
* | Test 8.16 in sed.test tests the ability of a sed to handle an empty | dds | 2003-07-22 | 2 | -22/+38 |
* | Fixed broken arithmetic expression parser. | ru | 2003-07-04 | 1 | -0/+12 |
* | Add regression tests for floating point parsing in scanf(3). | das | 2003-06-28 | 2 | -1/+181 |
* | Regression tests for wctype(), iswctype(), wctrans(), towctrans(). | tjr | 2003-06-06 | 3 | -1/+191 |
* | Add tests for the behaviour of substitution when the regex can match | fanf | 2003-06-04 | 5 | -0/+8 |
* | write pattern to /dev/ccd3 not /dev/ccd3c | phk | 2003-06-02 | 1 | -1/+1 |
* | Sync with latest and greatest Apple sources (which, among other things, fix | jkh | 2003-04-23 | 1 | -62/+88 |
* | Add a dozen new tests with the general theme of getting trailing | das | 2003-04-19 | 1 | -0/+12 |
* | Add a test case for printf("%5.0f", 0.001). | das | 2003-04-14 | 1 | -0/+2 |
* | Remove the "run GEOM in userland harness" test stuff, it's been OBE. | phk | 2003-04-13 | 60 | -5805/+0 |
* | Give mdconfig a couple of seconds to deconfigure in case debugging is being | phk | 2003-04-13 | 1 | -1/+7 |
* | Update these two reference vectors. | phk | 2003-04-09 | 2 | -0/+9 |
* | Add script to run kernel based regression test and the reference vectors | phk | 2003-04-09 | 16 | -0/+151 |
* | Utility to load one of our XML images into a MD(4) device. | phk | 2003-04-09 | 2 | -0/+285 |
* | Additional regression tests for grouping, parsing of '.*', and printing | das | 2003-04-07 | 1 | -0/+9 |
* | Test for bug in revision 1.54 of vfprintf.c. | tjr | 2003-04-06 | 1 | -0/+3 |
* | Regression tests for printf()'s floating point formats. | das | 2003-04-05 | 2 | -1/+168 |
* | Write negative zero as '-0.0'. Otherwise, it is parsed as an integer | das | 2003-03-27 | 1 | -2/+2 |
* | Fix a bug in the white-space remover. | phk | 2003-03-04 | 1 | -1/+1 |
* | The regression-tests for 'make' *expect* to trigger make's warning: | gad | 2003-02-10 | 1 | -1/+1 |
* | Add more tests. Specifically, infinity cast from other types should | mike | 2003-02-08 | 1 | -0/+6 |
* | Add regression test for soon-to-be-committed fpclassify(). | mike | 2003-02-05 | 2 | -1/+70 |
* | Update reference vectors to include BSD's <type> output. | phk | 2003-01-31 | 5 | -0/+36 |
* | Add Apple partitioning test case. | phk | 2003-01-31 | 7 | -2/+287 |
* | Add more scaffolding to make this compile kernel code. | phk | 2003-01-28 | 1 | -0/+7 |
* | Add a regression test for ccds layout policy. | phk | 2003-01-17 | 23 | -0/+5843 |
* | geom_bsd need -lmd to link now. | phk | 2003-01-06 | 1 | -0/+1 |
* | Add a regression test for wordexp() and wordfree(). | tjr | 2003-01-04 | 2 | -0/+185 |
* | Add a test program for perror() that demonstrates two bugs in the | tjr | 2002-12-19 | 2 | -0/+116 |
* | Test that if the buffer argument (`s') to wcrtomb() is NULL then | tjr | 2002-12-19 | 1 | -19/+15 |
* | Add regression test for strerror()/strerror_r(). | mike | 2002-12-18 | 2 | -0/+141 |
* | Goto WARNS 5 with assorted changes. | phk | 2002-12-16 | 9 | -33/+32 |
* | Update this one too. | phk | 2002-12-16 | 1 | -1/+5 |
* | Get the test-suite into sync with the kernel again. | phk | 2002-12-16 | 8 | -10/+34 |
* | Add a test for what was fixed in revisions 1.39 and 1.50 of | ru | 2002-11-28 | 1 | -0/+9 |
* | Moved make(1) regression tests from src/Makefile to where they | ru | 2002-11-28 | 1 | -1/+25 |
* | Add test cases for btowc() and wctob() in multibyte locales. | tjr | 2002-11-10 | 1 | -1/+14 |
* | Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3. | tjr | 2002-11-10 | 1 | -0/+7 |
* | Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and | tjr | 2002-11-09 | 6 | -1/+580 |