From owner-freebsd-current@FreeBSD.ORG Sat Jan 14 03:09:10 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D4A16A420; Sat, 14 Jan 2006 03:09:10 +0000 (GMT) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED02043D46; Sat, 14 Jan 2006 03:09:09 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.17.229]) ([10.251.17.229]) by a50.ironport.com with ESMTP; 13 Jan 2006 19:09:09 -0800 X-IronPort-Anti-Spam-Filtered: true Message-ID: <43C86B54.3060700@elischer.org> Date: Fri, 13 Jan 2006 19:09:08 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: bu7cher@yandex.ru References: <43C84D42.000001.11272@mfront7.yandex.ru> In-Reply-To: <43C84D42.000001.11272@mfront7.yandex.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: DragonFly Variant Symlinks port 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, 14 Jan 2006 03:09:10 -0000 bu7cher wrote: >Hi, All! > >I have make the port of DragonFly BSD Variant Symlinks. (http://www.freebsd.org/projects/ideas/#p-magicsymlinks) >Pathes for CURRENT can be founded on http://butcher.heavennet.ru/patches/kernel/varsym/. This is first version and i think that work in not complete. >Port is not fully identical with dfbsd implementation. Syscall interface has been changed (removed messages-related things and some parameters changed to pointers). >ToDo: >1. src/sys/i386/i386/machdep.c - this initialization needed for each platforms? > > I doubt that it has to be in i386/i386/anything.. it should be possible to put it in the Machine independent startup files in kern/ >2. I think that here needed some locking implementation. >3. Document new syscalls. > >Any comments? >-- >WBR, Andrey V. Elsukov >_______________________________________________ >freebsd-current@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >