| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add GEOM_MIRROR class which provide RAID1 functionality and has many useful | pjd | 2004-07-30 | 8 | -0/+361 |
* | After conferring with Apple legal, update the license of this to APSL 2.0 | jkh | 2004-07-27 | 1 | -2/+4 |
* | Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>. | pjd | 2004-07-26 | 2 | -3/+3 |
* | Change naming scheme from /dev/<name>.concat to /dev/concat/<name>. | pjd | 2004-07-26 | 2 | -3/+3 |
* | Simple attachment regression test to attach the "accf_data" accept | rwatson | 2004-07-26 | 2 | -0/+211 |
* | Add two more programs useful for testing the correctness of pipes. | silby | 2004-07-22 | 2 | -0/+214 |
* | Add test programs for mbsnrtowcs() and wcsnrtombs(). | tjr | 2004-07-21 | 3 | -0/+386 |
* | Make this test compile again and remove its dependency on sys/pipe.h. | silby | 2004-07-21 | 1 | -1/+2 |
* | Add a simple regression test for the stat st_size bug just fixed in | silby | 2004-07-20 | 1 | -0/+82 |
* | Add a skeleton makefile that runs the tests out of libc/regex/grot. | tjr | 2004-07-19 | 1 | -0/+11 |
* | Oops, test error behaviour of wctrans(), not wctype(). | tjr | 2004-07-19 | 1 | -2/+2 |