| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 435 | -436/+434 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6_0'. | cvs2svn | 2005-10-09 | 7 | -296/+0 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-10-05 | 5 | -0/+212 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-08-29 | 2 | -0/+84 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-07-29 | 8 | -0/+607 |
| * | MFC 1.3: Correct one regression test, and add a few more tests. | Garance A Drosehn | 2005-07-25 | 1 | -1/+66 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-07-11 | 4 | -1654/+0 |
| * | Upgrade these regression tests to track recent changes to `env'. | Garance A Drosehn | 2005-06-21 | 1 | -3/+78 |
| * | Add a suite of regression tests for all the recent changes to `env', | Garance A Drosehn | 2005-06-20 | 3 | -0/+801 |
| * | o setsockopt(2) cannot remove accept filter. [1] | Maxim Konovalov | 2005-06-11 | 1 | -10/+46 |
| * | Add a test for escaped newline handling. | Hartmut Brandt | 2005-06-01 | 8 | -0/+45 |
| * | Add support for TODO tests. These are tests that are supposed to fail, | Hartmut Brandt | 2005-06-01 | 2 | -23/+43 |
| * | Change the test infrastructure so that tests are easier to maintain and | Hartmut Brandt | 2005-05-31 | 192 | -623/+910 |
| * | Add a test to check whether in compat mode make detectes builtins | Hartmut Brandt | 2005-05-20 | 6 | -0/+51 |
| * | Add a test to ensure that in compat mode when a line contains no | Hartmut Brandt | 2005-05-20 | 6 | -0/+51 |
| * | Add a test that test whether we can replace the shell to use by | Hartmut Brandt | 2005-05-20 | 6 | -0/+54 |
| * | Some test cases for .SHELL target: builtin shell selection and | Hartmut Brandt | 2005-05-19 | 17 | -0/+179 |
| * | Add an #ifdef'd non-blocking version of the test. | Robert Watson | 2005-05-16 | 1 | -1/+10 |
| * | Close the connect socket as well as the listen socket on completion. | Robert Watson | 2005-05-16 | 1 | -2/+2 |
| * | o -n option added. | Marcel Moolenaar | 2005-05-15 | 10 | -2/+47 |
| * | Catching up with the latest crypto API changes in net80211. | Tai-hwa Liang | 2005-05-05 | 3 | -3/+6 |
| * | add simple test script. | Hajimu UMEMOTO | 2005-05-05 | 1 | -0/+24 |
| * | - add $FreeBSD$. | Hajimu UMEMOTO | 2005-05-04 | 1 | -1/+2 |
| * | - add $FreeBSD$. | Hajimu UMEMOTO | 2005-05-04 | 1 | -10/+128 |
| * | This commit was generated by cvs2svn to compensate for changes in r145857, | Hajimu UMEMOTO | 2005-05-04 | 3 | -0/+319 |
| |\ |
|
| | * | import of parallel name resolution test.vendor/NetBSD/misc | Hajimu UMEMOTO | 2005-05-04 | 3 | -0/+319 |
| * | Add an initial regression test suite for make(1). | Hartmut Brandt | 2005-04-28 | 65 | -0/+958 |
| * | Adjust code to be more reliable. | David Xu | 2005-04-24 | 1 | -10/+8 |
| * | Add a program to test if tls data is clean. | David Xu | 2005-04-23 | 3 | -1/+52 |
| * | Adding another multi-byte characters related regression test for msdosfs. | Tai-hwa Liang | 2005-04-18 | 1 | -0/+22 |
| * | Add another regression test - one we don't pass right now. | Mike Silbersack | 2005-04-17 | 1 | -0/+22 |
| * | Have the regression test use a path in /tmp for a mount point | Mike Silbersack | 2005-04-17 | 1 | -6/+8 |
| * | Those who are ungodlike should be returned an error. | Tom Rhodes | 2005-04-16 | 1 | -0/+6 |
| * | Starting point for a regression test for mac_bsdextended(4)/libugidfw(3). | Robert Watson | 2005-04-16 | 2 | -0/+198 |
| * | Also test \0 in the format string. | Stefan Farfeleder | 2005-04-14 | 2 | -1/+1 |
| * | Add a few regression tests for printf(1). | Stefan Farfeleder | 2005-04-13 | 12 | -1/+38 |
| * | A simple regression test for msdosfs. Not the best, but it would have caught | Mike Silbersack | 2005-04-08 | 1 | -0/+21 |
| * | Add missing test-rem.t. | David Schultz | 2005-04-02 | 1 | -0/+10 |
| * | A few simple regression tests for remainder(), remainderf(), | David Schultz | 2005-03-25 | 2 | -1/+144 |
| * | Add regression tests for pkill/pgrep. | Pawel Jakub Dawidek | 2005-03-20 | 25 | -0/+803 |
| * | - Replace fe[gs]etmask() with feenableexcept(), fedisableexcept(), and | David Schultz | 2005-03-16 | 1 | -12/+31 |
| * | Check the return value of shutdown(). | Robert Watson | 2005-03-11 | 1 | -4/+8 |
| * | Add sigpipe, a simple UNIX domain socket and TCP regression test that is | Robert Watson | 2005-03-11 | 2 | -0/+327 |
| * | Test cases for nextafter{,f,l} and nexttoward{,f,l}. | David Schultz | 2005-03-07 | 3 | -1/+272 |
| * | Repo-copy tools/regression/usr.bin/make to tools/build/make_check | Hartmut Brandt | 2005-03-02 | 8 | -323/+1 |
| * | This will not compile without: | Doug Ambrisko | 2005-03-02 | 2 | -0/+252 |
| * | Add an AIO & kqueue regression test. It is a good idea to run this | Doug Ambrisko | 2005-03-02 | 2 | -0/+203 |
| * | - Split tests into three rough categories. | David Schultz | 2005-03-01 | 1 | -6/+98 |
| * | - Split the printfloat test into 11 individually wrapped and packaged | David Schultz | 2005-03-01 | 2 | -8/+100 |
| * | Add a simple regression test for stream UNIX domain sockets and the | Robert Watson | 2005-02-20 | 2 | -0/+325 |