| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify the log accumulation code. It turns out that the trick of | des | 2003-02-12 | 1 | -5/+6 |
* | NO_KERNELCLEAN was a booboo. | des | 2003-02-12 | 1 | -1/+0 |
* | Welcome tbmaster, TinderboxNG's better half. | des | 2003-02-12 | 2 | -1/+148 |
* | Slight cleanup; adjust verbosity; unlink the logfile before opening it | des | 2003-02-12 | 1 | -7/+8 |
* | Teach whereintheworld to preserve TinderboxNG log messages. | des | 2003-02-12 | 1 | -1/+5 |
* | Make "CURRENT" the default branch, and special-case it in the update | des | 2003-02-12 | 1 | -2/+2 |
* | Say hello to Tinderbox 2.0, the choice of a new generation! | des | 2003-02-11 | 2 | -0/+446 |
* | The regression-tests for 'make' *expect* to trigger make's warning: | gad | 2003-02-10 | 2 | -2/+2 |
* | Add more tests. Specifically, infinity cast from other types should | mike | 2003-02-08 | 1 | -0/+6 |
* | Add a missing inline keyword. | davidxu | 2003-02-08 | 1 | -1/+2 |
* | Add regression test for soon-to-be-committed fpclassify(). | mike | 2003-02-05 | 2 | -1/+70 |
* | Add a getopt-ified version of an old tool that I've been using for ages: | seanc | 2003-01-31 | 2 | -3/+356 |
* | 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 |
* | Don't truncate lines if an error occurred. | des | 2003-01-18 | 1 | -13/+18 |
* | Indentation cleanup. | des | 2003-01-18 | 1 | -5/+6 |
* | Add a regression test for ccds layout policy. | phk | 2003-01-17 | 23 | -0/+5843 |
* | Make sure we find all vnode method vectors in /sys. | phk | 2003-01-15 | 1 | -1/+1 |
* | Fix a useless use of cat. Save a process today. | schweikh | 2003-01-09 | 1 | -1/+1 |
* | Document tinderbox and whereintheworld, and move diffburst in its | des | 2003-01-09 | 1 | -3/+4 |
* | My version of fenner's "make world" log summarizer. | des | 2003-01-09 | 2 | -0/+64 |
* | Sample tinderbox script & build settings. | des | 2003-01-09 | 2 | -0/+91 |
* | more crypto test stuff: | sam | 2003-01-06 | 4 | -22/+450 |
* | 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 various command line options, most notably sort order. | phk | 2003-01-03 | 1 | -10/+51 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -3/+4 |
* | 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 program used to exercise/test /dev/crypto symmetric crypto functionality | sam | 2002-12-14 | 4 | -0/+349 |
* | Add a test for what was fixed in revisions 1.39 and 1.50 of | ru | 2002-11-28 | 2 | -0/+18 |
* | Moved make(1) regression tests from src/Makefile to where they | ru | 2002-11-28 | 2 | -2/+50 |
* | Directly load %edx from mailbox | davidxu | 2002-11-23 | 1 | -4/+3 |
* | Fix context restore bug. | davidxu | 2002-11-22 | 1 | -10/+16 |
* | Don't flip the "we're it" bit until we are all there.. | julian | 2002-11-22 | 1 | -9/+10 |
* | Correctly save eflags. | davidxu | 2002-11-21 | 1 | -1/+2 |
* | Adjust code for new mailbox format. | davidxu | 2002-11-18 | 1 | -3/+3 |
* | 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 |
* | Add missing #includes of <stdio.h>. Correct a few typos in comments. | tjr | 2002-11-06 | 3 | -5/+7 |
* | add missing '!', don't why it was lost when checked in. | davidxu | 2002-11-02 | 1 | -1/+1 |
* | Simplify by using inference rules properly. | tjr | 2002-10-28 | 1 | -22/+10 |
* | Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs(). | tjr | 2002-10-26 | 5 | -2/+501 |
* | Add regression tests for mbrtowc(3) and wcrtomb(3). | tjr | 2002-10-26 | 3 | -0/+291 |