From owner-cvs-all@FreeBSD.ORG Wed Apr 9 16:52:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFC0437B401; Wed, 9 Apr 2003 16:52:43 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B17243F85; Wed, 9 Apr 2003 16:52:43 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 138B12ED411; Wed, 9 Apr 2003 16:52:43 -0700 (PDT) Date: Wed, 9 Apr 2003 16:52:43 -0700 From: Alfred Perlstein To: Robert Watson Message-ID: <20030409235243.GI30960@elvis.mu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: Pawel Jakub Dawidek cc: src-committers@FreeBSD.org cc: Nate Lawson cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mike Barcroft Subject: Re: cvs commit: src/usr.bin/killall killall.1 killall.c src/usr.sbin Makefile src/usr.sbin/jail jail.8 jail.c src/usr.sbin/jexec Makefile jexec.8 jexec.c src/usr.sbin/jls Makefile jls.8 jls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 09 Apr 2003 23:52:44 -0000 * Robert Watson [030409 16:48] wrote: > > On Wed, 9 Apr 2003, Nate Lawson wrote: > > > On Wed, 9 Apr 2003, Alfred Perlstein wrote: > > > > > > And what kind of path seperator is '.'? > > > > Exactly. What you're describing would be better implemented as a > > pseudo-fs layer. In fact, that would remove the need for separate j* > > utilities. > > I thought we were trying to get away from synthetic file systems with > terrible security properties. In fact, we specifically toasted procfs > because it behaved so badly; kernfs went down the tubes because the > semantic match was very poor, and sysctl is in. Whatever, path components should be path components.