Date: Fri, 11 Mar 2005 12:47:14 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/sockets/sigpipe Makefile sigpipe.c Message-ID: <200503111247.j2BClE4V002788@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-03-11 12:47:14 UTC FreeBSD src repository Added files: tools/regression/sockets/sigpipe Makefile sigpipe.c Log: Add sigpipe, a simple UNIX domain socket and TCP regression test that is intended to verify that SIGPIPE is delivered to a process writing or sending on a socket that has been shut down for write. If available, SO_NOSIGPIPE is also tested. This regression test is currently passed by RELENG_4, but not by HEAD or RELENG_5, due to a bug in the write() code for sockets. SO_NOSIGPIPE is not present in RELENG_4, however, so is not tested there. Reported by: Mikko Tyolajarvi <mbsd at pacbell dot net> PR: 78478 Revision Changes Path 1.1 +9 -0 src/tools/regression/sockets/sigpipe/Makefile (new) 1.1 +318 -0 src/tools/regression/sockets/sigpipe/sigpipe.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503111247.j2BClE4V002788>