| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a very simple IPDIVERT test, which creates IP divert sockets and | Robert Watson | 2011-06-04 | 2 | -0/+177 |
| * | Upgrade jail(2) to latest jail(2) API to make the regression test work | Bjoern A. Zeeb | 2011-05-30 | 1 | -2/+9 |
| * | Rework TIMEWAIT regression test so that kernel-allocated port numbers are | Robert Watson | 2011-05-30 | 1 | -39/+84 |
| * | Add missing include of stdio.h. | Robert Watson | 2011-05-30 | 1 | -0/+1 |
| * | In the tcpdrop regression test, allow the kernel to allocate us a port | Robert Watson | 2011-05-30 | 1 | -37/+44 |
| * | Add missing #include of err.h. | Robert Watson | 2011-05-30 | 1 | -0/+1 |
| * | Add a queue to hold packets while we await an ARP reply. | George V. Neville-Neil | 2010-11-12 | 3 | -0/+178 |
| * | Update udpzerobyte to understand that passing 0 as a length to recv(2) | Robert Watson | 2008-10-07 | 1 | -5/+26 |
| * | Add IPv6 support to zero-size UDP transmit/receive test. | Robert Watson | 2008-10-07 | 1 | -27/+47 |
| * | Regression test for the loopback handling of zero-length UDP packets, which | Robert Watson | 2008-10-07 | 2 | -0/+111 |
| * | This is a regression test to verify the proper behavior of IP ID generation | Mike Silbersack | 2008-02-06 | 1 | -0/+76 |
| * | 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 |
| * | 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 |
| * | Nuke ipblock. A more complete multicast regression test suite is on the way. | Bruce M Simpson | 2007-04-12 | 2 | -231/+0 |
| * | Fix a bug whereby group addresses were incorrectly computed in the test. | Bruce M Simpson | 2007-04-09 | 1 | -2/+2 |
| * | Add a small test program for the additional socket options which | Bruce M Simpson | 2007-04-06 | 2 | -0/+231 |
| * | Add raw IP support (protocol 114) to ipbroadcast regression test. | Bruce M Simpson | 2007-03-13 | 1 | -3/+19 |
| * | Add -A to specify local address for bind(). | Bruce M Simpson | 2007-03-08 | 1 | -14/+24 |
| * | Support IP_SENDIF in -CURRENT. | Bruce M Simpson | 2007-03-08 | 1 | -10/+68 |
| * | Add -t to set IP TTL. | Bruce M Simpson | 2007-03-01 | 1 | -3/+19 |
| * | Introduce a test program for IPv4 broadcast datagram send. | Bruce M Simpson | 2007-03-01 | 2 | -0/+276 |
| * | For the IPv4 multicast membership socket regression test: | Bruce M Simpson | 2007-02-02 | 1 | -12/+58 |
| * | o style.Makefile(5): WARNS= -> WARNS?=. | Maxim Konovalov | 2006-07-09 | 4 | -4/+4 |
| * | o Convert to Test::Harness testing infratructure. | Maxim Konovalov | 2006-05-20 | 1 | -0/+22 |
| * | o A tiny regression test exposes bug in rip_disconnect(). | Maxim Konovalov | 2006-05-14 | 2 | -0/+85 |
| * | Add multicast group join/leave functionality to IPv4 regression | Bruce M Simpson | 2006-05-14 | 1 | -10/+68 |
| * | Add a second pass to the close-before-accept test using a call to the | Robert Watson | 2006-04-03 | 1 | -5/+59 |
| * | Add regression test for tcpdrop sysctl. | Robert Watson | 2006-04-03 | 2 | -0/+257 |
| * | Add a regression test to exercise the case where accept() is called and | Robert Watson | 2006-04-03 | 2 | -0/+156 |
| * | When running the second part of the test, kill off the server process from | Robert Watson | 2006-04-02 | 1 | -7/+10 |
| * | Pass the right pid into the parent and child tasks so that when a test | Robert Watson | 2006-04-02 | 1 | -2/+2 |
| * | Add makefile for tcpsocktimewait missed in previous commit. | Robert Watson | 2006-04-02 | 1 | -0/+9 |
| * | Add a short regression test that triggers a TCP socket to enter time wait | Robert Watson | 2006-04-02 | 1 | -0/+169 |
| * | Style: NO_MAN doesn't need any value. | Ruslan Ermilov | 2006-03-15 | 4 | -4/+4 |
| * | Add a regression test to test two variations on the same bug: joining a | Robert Watson | 2005-09-05 | 2 | -0/+251 |
| * | Change jail IP from 1.0.0.127 to 127.0.0.1, which shows, that this test | Pawel Jakub Dawidek | 2005-07-23 | 1 | -1/+1 |
| * | Add a simple multicast socket regression test set: | Robert Watson | 2005-07-22 | 2 | -0/+471 |
| * | Add an #ifdef'd non-blocking version of the test. | Robert Watson | 2005-05-16 | 1 | -1/+10 |
| * | Use WARNS?= instead of WARNS= in Makefiles so that global warning | Robert Watson | 2005-01-22 | 1 | -1/+1 |
| * | In refactoring the test before committing, a pointer was passed instead | Robert Watson | 2005-01-16 | 1 | -2/+2 |
| * | Add udpconnectjail, a simple regression test to exercise an (as yet) | Robert Watson | 2005-01-16 | 2 | -0/+117 |
| * | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 4 | -4/+4 |
| * | The following code sets up two connected TCP sockets that send data to each | Nik Clayton | 2004-12-01 | 3 | -0/+144 |
| * | Switch over to a different, more flexible test output protocol that's | Nik Clayton | 2004-11-11 | 2 | -1/+12 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 3 | -3/+3 |
| * | Use errx() instead of perror()/exit() for conciseness. | Robert Watson | 2004-10-23 | 2 | -49/+27 |
| * | Fixed a typo. | Ruslan Ermilov | 2004-10-17 | 1 | -1/+1 |
| * | Resort unprivileged uid with privileged socket after unprivileged uid | Robert Watson | 2004-10-11 | 1 | -4/+6 |