| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test which excersises problem with unability to change association of | sobomax | 2005-01-12 | 2 | -0/+149 |
* | Regression tests for [l]lrint[f]() and [l]lround[f](). | das | 2005-01-11 | 5 | -1/+258 |
* | Introduce a new GEOM class - SHSEC. It provides sharing secret between | pjd | 2005-01-11 | 4 | -0/+109 |
* | Fix incorrect comment. | pjd | 2005-01-11 | 1 | -1/+1 |
* | Add a simple regression test for mlock()/munlock() to make sure they | rwatson | 2005-01-03 | 2 | -0/+97 |
* | Replace a mention of the ia64_unaligned directory with one of the | marcel | 2005-01-02 | 1 | -1/+1 |
* | Regression test for unaligned loads and stores for short, int, long, | marcel | 2005-01-02 | 2 | -0/+144 |
* | Wait a bit after creating device. | pjd | 2004-12-21 | 7 | -7/+7 |
* | When RAID3 device is configured in "verify" mode, synchronization of the | pjd | 2004-12-21 | 1 | -2/+12 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 30 | -31/+31 |
* | Loadable modules that run test vectors for net80211 crypto plugins. | sam | 2004-12-08 | 6 | -0/+1493 |
* | Fix builds with a read-only directory and a make upgrade. This is done | harti | 2004-12-07 | 1 | -6/+4 |
* | Print a warning if running as !root for aio_md_test rather than failing | rwatson | 2004-12-06 | 1 | -1/+5 |
* | Add a basic aio functionality regression test, which simply writes and | rwatson | 2004-12-06 | 2 | -0/+702 |
* | Make this work under debugging, e.g., "make -dl". | ru | 2004-12-06 | 1 | -1/+1 |
* | Make the tests runnable on a read-only src. To do this you must make sure | harti | 2004-12-02 | 2 | -49/+63 |
* | The following code sets up two connected TCP sockets that send data to each | nik | 2004-12-01 | 3 | -0/+144 |
* | Chmod the shell testscript to be executable if it isn't already. According | harti | 2004-11-30 | 1 | -0/+1 |
* | Add some regression tests for the .SHELL target. I'm not sure that the | harti | 2004-11-25 | 4 | -1/+65 |
* | Remove regression tests for the obsolete rune interface. | tjr | 2004-11-21 | 5 | -293/+1 |
* | Switch over to a different, more flexible test output protocol that's | nik | 2004-11-11 | 97 | -115/+942 |
* | Add a small regression test that opens a TCP socket, listens on it, | rwatson | 2004-11-02 | 2 | -0/+120 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 26 | -27/+31 |
* | Use errx() instead of fprintf()/exit() for conciseness. | rwatson | 2004-10-23 | 1 | -65/+38 |
* | Use errx() instead of perror()/exit() for conciseness. | rwatson | 2004-10-23 | 3 | -94/+52 |
* | Add a regression test for the alternate shell specification. | ru | 2004-10-23 | 1 | -0/+10 |
* | Fixed a typo. | ru | 2004-10-17 | 1 | -1/+1 |
* | Add a regression test for floating-point output in the Greek locale. | keramida | 2004-10-13 | 1 | -0/+7 |
* | Resort unprivileged uid with privileged socket after unprivileged uid | rwatson | 2004-10-11 | 1 | -4/+6 |
* | A number of improvements to the IP socket option API regression test: | rwatson | 2004-10-11 | 1 | -248/+357 |
* | Add regression tests for ilogb{,f,l}(). | stefanf | 2004-10-11 | 2 | -1/+83 |
* | Add a simple exercise suite for IP-level socket options. The suite | rwatson | 2004-10-11 | 2 | -0/+735 |
* | Add a simple C-based TCP connection generator, which generates and | rwatson | 2004-10-09 | 2 | -0/+160 |
* | Modify accept_fd_leak regression test to generate "PASS" output, not | rwatson | 2004-09-18 | 1 | -2/+3 |
* | Add a very basic README for tcpstream. | rwatson | 2004-09-13 | 1 | -0/+20 |
* | Add tcpstream, a simple TCP stream generator that uses a pseudo-random | rwatson | 2004-09-13 | 2 | -0/+253 |
* | Add a regression test for <tgmath.h>. | stefanf | 2004-09-04 | 2 | -0/+624 |
* | Join the effort in simplifying this makefile. ;) | ru | 2004-09-03 | 1 | -3/+1 |
* | Pass O_NONBLOCK directly to fcntl() rather than the pointer to an int | rwatson | 2004-09-02 | 1 | -12/+8 |
* | Don't override the rule used to build a binary by providing our own | rwatson | 2004-09-02 | 1 | -1/+0 |
* | Make sure to properly initialize 'size' to sizeof(sin) before passing | rwatson | 2004-08-24 | 1 | -0/+1 |
* | Add a basic kqueue + UNIX domain socket pair regression test to do some | rwatson | 2004-08-24 | 2 | -0/+340 |
* | Regression tests for 'verify reading' algorithm. | pjd | 2004-08-22 | 2 | -0/+69 |
* | Add regression test for the new "round-robin reading" feature. | pjd | 2004-08-21 | 1 | -0/+36 |
* | Remove some debug cruft from the Makefiles and make them ${.OBJDIR} | dfr | 2004-08-16 | 3 | -17/+8 |
* | Add regression tests for GEOM_RAID3. | pjd | 2004-08-16 | 11 | -0/+388 |
* | Replaced COPTS by equivalent CFLAGS. | ru | 2004-08-13 | 1 | -1/+1 |
* | Regen. | fjoe | 2004-08-13 | 1 | -46/+47 |
* | Regression test for geom_uzip. | fjoe | 2004-08-13 | 7 | -0/+198 |
* | Add a regression test for the ATM call control stuff. | harti | 2004-08-13 | 3 | -0/+13 |