From owner-freebsd-current@FreeBSD.ORG Sat Oct 20 16:02:09 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29AEF16A418 for ; Sat, 20 Oct 2007 16:02:09 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id DE02713C442 for ; Sat, 20 Oct 2007 16:02:06 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id EDE2A668F21; Sat, 20 Oct 2007 18:01:52 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OHKAjkcRLZHo; Sat, 20 Oct 2007 18:01:51 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C5921668F20; Sat, 20 Oct 2007 18:01:51 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l9KG1p4S002250; Sat, 20 Oct 2007 18:01:51 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 20 Oct 2007 18:01:51 +0200 From: Roman Divacky To: Randall Stewart Message-ID: <20071020160151.GA2011@freebsd.org> References: <471A1846.2020704@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <471A1846.2020704@cisco.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: something equivilant? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 16:02:09 -0000 On Sat, Oct 20, 2007 at 11:01:26AM -0400, Randall Stewart wrote: > All: > > Does FreeBSD have something equivilant to the linux: > > vmsplice() > splice() > and > tee > > calls? all I know about is: http://perforce.freebsd.org/branchView.cgi?BRANCH=ssouhlal%5fsplice which is unfinished but according to Suleiman there is not much needed work remaining. roman