index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
regression
/
netinet
Commit message (
Expand
)
Author
Age
Files
Lines
*
o style.Makefile(5): WARNS= -> WARNS?=.
maxim
2006-07-09
4
-4
/
+4
*
o Convert to Test::Harness testing infratructure.
maxim
2006-05-20
1
-0
/
+22
*
o A tiny regression test exposes bug in rip_disconnect().
maxim
2006-05-14
2
-0
/
+85
*
Add multicast group join/leave functionality to IPv4 regression
bms
2006-05-14
1
-10
/
+68
*
Add a second pass to the close-before-accept test using a call to the
rwatson
2006-04-03
1
-5
/
+59
*
Add regression test for tcpdrop sysctl.
rwatson
2006-04-03
2
-0
/
+257
*
Add a regression test to exercise the case where accept() is called and
rwatson
2006-04-03
2
-0
/
+156
*
When running the second part of the test, kill off the server process from
rwatson
2006-04-02
1
-7
/
+10
*
Pass the right pid into the parent and child tasks so that when a test
rwatson
2006-04-02
1
-2
/
+2
*
Add makefile for tcpsocktimewait missed in previous commit.
rwatson
2006-04-02
1
-0
/
+9
*
Add a short regression test that triggers a TCP socket to enter time wait
rwatson
2006-04-02
1
-0
/
+169
*
Style: NO_MAN doesn't need any value.
ru
2006-03-15
4
-4
/
+4
*
Add a regression test to test two variations on the same bug: joining a
rwatson
2005-09-05
2
-0
/
+251
*
Change jail IP from 1.0.0.127 to 127.0.0.1, which shows, that this test
pjd
2005-07-23
1
-1
/
+1
*
Add a simple multicast socket regression test set:
rwatson
2005-07-22
2
-0
/
+471
*
Add an #ifdef'd non-blocking version of the test.
rwatson
2005-05-16
1
-1
/
+10
*
Use WARNS?= instead of WARNS= in Makefiles so that global warning
rwatson
2005-01-22
1
-1
/
+1
*
In refactoring the test before committing, a pointer was passed instead
rwatson
2005-01-16
1
-2
/
+2
*
Add udpconnectjail, a simple regression test to exercise an (as yet)
rwatson
2005-01-16
2
-0
/
+117
*
Start the dreaded NOFOO -> NO_FOO conversion.
ru
2004-12-21
4
-4
/
+4
*
The following code sets up two connected TCP sockets that send data to each
nik
2004-12-01
3
-0
/
+144
*
Switch over to a different, more flexible test output protocol that's
nik
2004-11-11
2
-1
/
+12
*
For variables that are only checked with defined(), don't provide
ru
2004-10-24
3
-3
/
+3
*
Use errx() instead of perror()/exit() for conciseness.
rwatson
2004-10-23
2
-50
/
+28
*
Fixed a typo.
ru
2004-10-17
1
-1
/
+1
*
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 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
*
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