From owner-freebsd-hackers Tue Jul 7 04:45:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA13182 for freebsd-hackers-outgoing; Tue, 7 Jul 1998 04:45:40 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from mushi.colo.neosoft.com (qmailr@mushi.colo.neosoft.com [206.109.6.82]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA13177 for ; Tue, 7 Jul 1998 04:45:35 -0700 (PDT) (envelope-from peter@taronga.com) Received: (qmail 9317 invoked from network); 7 Jul 1998 11:45:09 -0000 Received: from bonkers.neosoft.com (HELO bonkers.taronga.com) (root@206.109.2.48) by mushi.colo.neosoft.com with SMTP; 7 Jul 1998 11:45:09 -0000 Received: (from peter@localhost) by bonkers.taronga.com (8.6.11/8.6.9) id GAA13575; Tue, 7 Jul 1998 06:42:58 -0500 From: peter@taronga.com (Peter da Silva) Message-Id: <199807071142.GAA13575@bonkers.taronga.com> Subject: Re: A really hoopy idea for variant symlinks. To: tlambert@primenet.com (Terry Lambert) Date: Tue, 7 Jul 1998 06:42:58 -0500 (CDT) Cc: peter@taronga.com, hackers@FreeBSD.ORG In-Reply-To: <199807070606.XAA01460@usr06.primenet.com> from "Terry Lambert" at Jul 7, 98 06:06:19 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The enforcement depends on the procfs (kernel code) parsing and enforcing > against "absurd" values. Like the file system does already? It's just namei! > I would prefer to put the vast majority of the enforcement in the libc, > and limit the range of "absurd" to be "anything beginning with a ``#'' > character". I would prefer to have a single namespace. > Less work in the kernel means a smaller kernel. But the kernel's already doing this work, in namei. Let it continue to do so. What parsing would you need to be doing other than what namei does? All the system calls you need already exist. They're all already doing all the parsing that they need to do. I guess I'm stupid, I still don't see the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message