cvs commit: src/tools/regression/sockets/sblock Makefile sblock.c
Robert Watson
rwatson at FreeBSD.org
Sun May 6 14:28:50 UTC 2007
rwatson 2007-05-06 14:28:50 UTC
FreeBSD src repository
Added files:
tools/regression/sockets/sblock Makefile sblock.c
Log:
Add a regression test to detect if waiting on the I/O serialization lock
on socket buffers is interruptible or not, which detacts the regression I
introduced recently in 7-CURRENT (spotted by alfred). This test passes
in older -CURRENT, and with the as-yet uncommitted sx_xlock_sig and
sblock fix patches.
Revision Changes Path
1.1 +9 -0 src/tools/regression/sockets/sblock/Makefile (new)
1.1 +207 -0 src/tools/regression/sockets/sblock/sblock.c (new)
More information about the cvs-src
mailing list