| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Hide the test in <target> under '.if make(<target>)' so as to not get any | jmallett | 2002-10-25 | 2 | -0/+8 |
* | Redo reference vectors to include the mediasize and sectorsize. | phk | 2002-10-24 | 14 | -828/+1012 |
* | Resync with kernel. | phk | 2002-10-24 | 2 | -7/+9 |
* | Fix a bug that showed up when trying to produce a database for | joe | 2002-10-17 | 1 | -9/+12 |
* | Use in-tree libbsdxml instead of ports based libexpat. | phk | 2002-10-05 | 6 | -13/+11 |
* | Match the new g_io_deliver() API in the kernel. | phk | 2002-10-05 | 1 | -7/+4 |
* | Pass sbuf to the kernel routines to match new kernel code. | phk | 2002-10-05 | 1 | -2/+6 |
* | Yesterday, FreeBSD-current ate my disklabel. | wollman | 2002-10-04 | 4 | -0/+119 |
* | -Wall'ify (mostly). | archie | 2002-10-02 | 2 | -7/+18 |
* | test -h is deprecated; use -L instead. | ru | 2002-10-01 | 1 | -1/+1 |
* | Update to match current kernel code. | phk | 2002-09-27 | 5 | -203/+207 |
* | Adjust for KSE function name changes. | archie | 2002-09-25 | 2 | -26/+27 |
* | Make it works with POSIX sort (POS arg) | ache | 2002-09-24 | 1 | -1/+1 |
* | Add ability to make threads that run on > 1 cpu | julian | 2002-09-23 | 2 | -41/+191 |
* | Update the KSE test utility to the new KSE API. | mini | 2002-09-19 | 3 | -319/+482 |