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
/
sockets
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add unix_passfd, a simple set of regression tests for UNIX domain socket
rwatson
2005-11-09
2
-0
/
+314
*
Add a regression test for listen()'s backlog argument, both at time of
rwatson
2005-09-18
2
-0
/
+389
*
Remove checks for shutdown(2) on non-connected socket.
maxim
2005-09-15
1
-7
/
+0
*
o Add shutdown(2) regression tests. At the moment we cannot pass
maxim
2005-09-12
2
-0
/
+124
*
o setsockopt(2) cannot remove accept filter. [1]
maxim
2005-06-11
1
-10
/
+46
*
Close the connect socket as well as the listen socket on completion.
rwatson
2005-05-16
1
-2
/
+2
*
Check the return value of shutdown().
rwatson
2005-03-11
1
-4
/
+8
*
Add sigpipe, a simple UNIX domain socket and TCP regression test that is
rwatson
2005-03-11
2
-0
/
+327
*
Add a simple regression test for stream UNIX domain sockets and the
rwatson
2005-02-20
2
-0
/
+325
*
Use WARNS?= instead of WARNS= in Makefiles so that global warning
rwatson
2005-01-22
2
-2
/
+2
*
Add test which excersises problem with unability to change association of
sobomax
2005-01-12
2
-0
/
+149
*
Start the dreaded NOFOO -> NO_FOO conversion.
ru
2004-12-21
5
-5
/
+5
*
Switch over to a different, more flexible test output protocol that's
nik
2004-11-11
6
-27
/
+112
*
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
3
-3
/
+3
*
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
1
-44
/
+24
*
Modify accept_fd_leak regression test to generate "PASS" output, not
rwatson
2004-09-18
1
-2
/
+3
*
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
*
Add minimal socketpair() regression test to confirm that we can create
rwatson
2004-08-04
2
-0
/
+139
*
Simple attachment regression test to attach the "accf_data" accept
rwatson
2004-07-26
2
-0
/
+211
*
Add simple regression test to detect leakage of file descriptors when
rwatson
2004-07-17
2
-0
/
+142