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
...
*
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
[prev]