Date: Fri, 12 Jan 2007 21:49:36 +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/zerosend Makefile zerosend.c Message-ID: <200701122149.l0CLnb6T098084@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2007-01-12 21:49:36 UTC FreeBSD src repository Added files: tools/regression/sockets/zerosend Makefile zerosend.c Log: Add a regression test for sending and writing zero bytes to sockets of various types, as well as pipes and fifos for good measure. RELENG_6 currently passes all of these tests, but 7-CURRENT fails 0-byte writes and sends on all stream socket types (and fifos, as they are based on stream sockets). Bumped into by: peter Diagnosed by: jhb Problem of: andre Revision Changes Path 1.1 +7 -0 src/tools/regression/sockets/zerosend/Makefile (new) 1.1 +271 -0 src/tools/regression/sockets/zerosend/zerosend.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701122149.l0CLnb6T098084>