From owner-cvs-src@FreeBSD.ORG Tue Aug 3 23:50:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E6C016A4CE; Tue, 3 Aug 2004 23:50:43 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7E343D46; Tue, 3 Aug 2004 23:50:42 +0000 (GMT) (envelope-from andrew.lankford@verizon.net) Received: from outgoing.verizon.net ([192.168.1.4]) by out004.verizon.net ESMTP <20040803235041.QULM28868.out004.verizon.net@outgoing.verizon.net>; Tue, 3 Aug 2004 18:50:41 -0500 X-Mailer: Openwave WebEngine, version 2.8.12 (webedge20-101-197-20030912) From: To: Date: Tue, 3 Aug 2004 18:50:41 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [192.168.1.4] at Tue, 3 Aug 2004 18:50:41 -0500 Message-Id: <20040803235041.QULM28868.out004.verizon.net@outgoing.verizon.net> cc: Mark Murray Subject: X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 23:50:43 -0000 >Log: > Making a loadable null.ko for /dev/(null|zero) > proved rather > unpopular, so remove this (mis)feature. > > Encouragement provided by: jhb (and others) Ever thought about the feasibility of making a loadable bpf.ko ? Andrew Lankford