| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add regression tests for UNIX domain socket garbage collection. Should be | Robert Watson | 2007-12-31 | 2 | -0/+770 |
| * | Update the number of reported tests to keep prove(1) happy. | Diomidis Spinellis | 2007-12-19 | 1 | -1/+1 |
| * | Correct the "move file from directory to existing directory" test for | Diomidis Spinellis | 2007-12-19 | 1 | -1/+1 |
| * | Portability improvements to investigate behavior of other OSs. | Diomidis Spinellis | 2007-12-18 | 1 | -4/+4 |
| * | Add more tests. All rename(2)-based tests now succeed. | Diomidis Spinellis | 2007-12-18 | 1 | -1/+78 |
| * | Fix an amusing typo that has prevented this from compiling since 2004. | David Schultz | 2007-12-16 | 1 | -7/+7 |
| * | Don't try the long double tests on i386. Our reduced precision | David Schultz | 2007-12-16 | 1 | -1/+1 |
| * | Remove another Alpha remnant. | David Schultz | 2007-12-16 | 1 | -1/+0 |
| * | Regression tests for nan{,f,l}(). | David Schultz | 2007-12-16 | 3 | -1/+133 |
| * | Verify that the moved source is no longer there. | Diomidis Spinellis | 2007-12-16 | 1 | -0/+26 |
| * | Regression tests for upcoming makeup of mv. | Diomidis Spinellis | 2007-12-16 | 3 | -0/+203 |
| * | Make the reported number of tests match their actual number. | Diomidis Spinellis | 2007-12-16 | 1 | -1/+1 |
| * | cd to the correct directory so that the tests can be run from prove(1) | Diomidis Spinellis | 2007-12-16 | 1 | -0/+1 |
| * | Regression tests for csqrt(3). | David Schultz | 2007-12-15 | 3 | -1/+306 |
| * | Remove some test instrumentation. (The Symbol.map changes broke it anyway.) | David Schultz | 2007-12-09 | 1 | -4/+0 |
| * | Fixes to avoid overzealous constant folding. | David Schultz | 2007-12-09 | 1 | -13/+15 |
| * | gcc 4 does some overzealous constant folding, and since it doesn't | David Schultz | 2007-12-09 | 1 | -1/+6 |
| * | Make sure we set the locale to "C" when testing thousands' separator | David Schultz | 2007-12-03 | 1 | -2/+2 |
| * | Tests for rounding, and for the leading 0's bug. | David Schultz | 2007-12-03 | 1 | -1/+13 |
| * | Convert errx(-1, ..., strerror(errno)) to err(-1, ...). | Bjoern A. Zeeb | 2007-11-28 | 1 | -8/+8 |
| * | Add support for tcpmd5 tests. | Bjoern A. Zeeb | 2007-11-28 | 2 | -12/+62 |
| * | Remove empty setup and cleanup functions for the pfkey test. | Bjoern A. Zeeb | 2007-11-16 | 4 | -6/+268 |
| * | In sys/netipsec/keysock.c rev. 1.19 a missing priv check was added. | Bjoern A. Zeeb | 2007-11-13 | 4 | -0/+93 |
| * | Hide geli warnings about sector size beeing bigger than the page size when | Pawel Jakub Dawidek | 2007-10-26 | 7 | -7/+7 |
| * | The exit status of a case statement where none of the patterns is matched | Stefan Farfeleder | 2007-10-04 | 1 | -0/+13 |
| * | Enhance and expand kernel privilege regression tests in support of | Robert Watson | 2007-09-09 | 42 | -2194/+3832 |
| * | Add support for Camellia encryption algorithm. | Pawel Jakub Dawidek | 2007-09-01 | 7 | -14/+21 |
| * | New regression test updates for rename, etc. | Xin LI | 2007-08-10 | 3 | -6/+58 |
| * | Add regression tests for flopen(3). | Dag-Erling Smørgrav | 2007-08-03 | 3 | -1/+189 |
| * | Added environ-replacement detection. For programs that "clean" (i.e., su) | Sean Farley | 2007-07-20 | 3 | -34/+70 |
| * | Make fstest work out-of-the-box on Solaris: | Pawel Jakub Dawidek | 2007-07-18 | 3 | -13/+34 |
| * | Add a test case for sed(1) regression - we should not ignore case | Xin LI | 2007-07-06 | 2 | -0/+5 |
| * | Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. | Suleiman Souhlal | 2007-07-04 | 3 | -0/+10 |
| * | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley | 2007-07-04 | 8 | -0/+702 |
| * | Fix a obsecure coredump while testing with tmpfs on amd64. | Xin LI | 2007-06-26 | 1 | -2/+6 |
| * | id generation is now handled by uma(9) subsystem, | Xin LI | 2007-06-25 | 2 | -76/+0 |
| * | - Bugs in gethostbyXXX/getipnodebyXXX regression tests fixed. | Michael Bushkov | 2007-06-24 | 2 | -73/+162 |
| * | MFp4: Add regression tests for tmpfs. | Xin LI | 2007-06-16 | 26 | -0/+2521 |
| * | Make the order of tests the same for user and kernel. Use the natural | Hartmut Brandt | 2007-06-14 | 1 | -1/+1 |
| * | Add regression test for SSM code. | Bruce M Simpson | 2007-06-12 | 2 | -0/+798 |
| * | Import rewrite of IPv4 socket multicast layer to support source-specific | Bruce M Simpson | 2007-06-12 | 1 | -2/+2 |
| * | Don't forget to clear out the hold space for each subsequent file | Yaroslav Tykhiy | 2007-06-12 | 1 | -1/+2 |
| * | Updated tests for changed features. | Greg Lehey | 2007-06-09 | 24 | -10/+68 |
| * | Use correct comment syntax for $FreeBSD$. This file gets put through | Greg Lehey | 2007-06-04 | 1 | -1/+5 |
| * | Add regression tests for calendar. | Greg Lehey | 2007-06-03 | 19 | -1/+461 |
| * | Add sparc64 regression test files. | Diomidis Spinellis | 2007-05-24 | 10 | -0/+134 |
| * | Modify file generation instructions to remove the tty field: | Diomidis Spinellis | 2007-05-24 | 1 | -1/+2 |
| * | Fix the procedure for generating the test summary files. | Diomidis Spinellis | 2007-05-23 | 1 | -5/+14 |
| * | Regression tests for sparc64 record formats. | Diomidis Spinellis | 2007-05-22 | 2 | -0/+0 |
| * | Regression tests for amd64 file and record formats. | Diomidis Spinellis | 2007-05-22 | 12 | -0/+118 |