From owner-cvs-all@FreeBSD.ORG Tue Oct 7 21:01:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDE2A10656C6; Tue, 7 Oct 2008 21:01:34 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F0068FC30; Tue, 7 Oct 2008 21:01:34 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m97L1YrX073836; Tue, 7 Oct 2008 21:01:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m97L1Yiu073835; Tue, 7 Oct 2008 21:01:34 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810072101.m97L1Yiu073835@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 7 Oct 2008 21:01:23 +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/netinet/udpzerobyte udpzerobyte.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: Tue, 07 Oct 2008 21:01:36 -0000 rwatson 2008-10-07 21:01:23 UTC FreeBSD src repository Modified files: tools/regression/netinet/udpzerobyte udpzerobyte.c Log: SVN rev 183676 on 2008-10-07 21:01:23Z by rwatson Update udpzerobyte to understand that passing 0 as a length to recv(2) will cause it to return 0, not EAGAIN. Add UNIX domain socket support to udpzerobyte, which suggests this regression test should be moved to the general sockets test area rather than netinet. Revision Changes Path 1.3 +26 -5 src/tools/regression/netinet/udpzerobyte/udpzerobyte.c