From owner-cvs-all@FreeBSD.ORG Fri Jan 12 21:49:37 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7976F16A47E; Fri, 12 Jan 2007 21:49:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 52E4913C441; Fri, 12 Jan 2007 21:49:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0CLnb3v098085; Fri, 12 Jan 2007 21:49:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0CLnb6T098084; Fri, 12 Jan 2007 21:49:37 GMT (envelope-from rwatson) Message-Id: <200701122149.l0CLnb6T098084@repoman.freebsd.org> From: Robert Watson Date: Fri, 12 Jan 2007 21:49:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/sockets/zerosend Makefile zerosend.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 21:49:37 -0000 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)