| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Now that make more correctly handles variable assignments | harti | 2004-08-12 | 1 | -3/+1 |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived | dds | 2004-08-09 | 2 | -8/+0 |
* | Back out something I'm working on that crept in with the last commit. | harti | 2004-08-05 | 1 | -1/+3 |
* | Remove extra spaces. Remove double quotes around error messages - | harti | 2004-08-05 | 1 | -13/+11 |
* | This file is not suppose be be all one big comment :-( | dfr | 2004-08-05 | 1 | -1/+1 |
* | Add another test that checks for a working '+' command flag. | harti | 2004-08-05 | 1 | -0/+19 |
* | Add regression test for "prefer" balance algorithm in MIRROR class. | pjd | 2004-08-04 | 1 | -0/+68 |
* | Add a regression test for the passing of command line | harti | 2004-08-04 | 1 | -0/+87 |
* | Add minimal socketpair() regression test to confirm that we can create | rwatson | 2004-08-04 | 2 | -0/+139 |
* | Add regression tests for TLS. | dfr | 2004-08-03 | 14 | -0/+429 |