From owner-freebsd-hackers@FreeBSD.ORG Sun Nov 5 16:43:25 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D7516A407; Sun, 5 Nov 2006 16:43:25 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F9D243D5F; Sun, 5 Nov 2006 16:43:25 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id kA5GhNGW076165 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 5 Nov 2006 08:43:24 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <454E14AB.6060806@errno.com> Date: Sun, 05 Nov 2006 08:43:23 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.7 (X11/20060920) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <454C55BD.000003.22283@webmail11.yandex.ru> <20061105163508.GO83118@garage.freebsd.pl> In-Reply-To: <20061105163508.GO83118@garage.freebsd.pl> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, xdivac02@stud.fit.vutbr.cz, "Andrey V. Elsukov" , joel@freebsd.org Subject: Re: Yet another magic symlinks implementation X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2006 16:43:25 -0000 Pawel Jakub Dawidek wrote: > On Sat, Nov 04, 2006 at 11:56:29AM +0300, Andrey V. Elsukov wrote: >> Hi, All! >> >> I've ported NetBSD magic symlinks implementation to FreeBSD. >> The description of magiclinks can been found here: >> http://www.daemon-systems.org/man/symlink.7.html >> >> Patch here: >> http://butcher.heavennet.ru/patches/kernel/magiclinks/ > > From what I know NetBSD removed mount flag and switched to global sysctl > to enable/disable this feature. Would be good to know why and eventually > do the same. The folks that objected to the feature wanted a way to turn it off entirely; not just on a per-mount basis. In fact there has been considerable pushback on the feature. Check the netbsd mailing lists. > > I like the idea and I probably can work on getting it to the tree. > Creating perforce account for you would be a good start. Would you like > to work there? > Whatever is done please make this a feature that is enabled w/ a compile-time option. Sam