From owner-freebsd-current@FreeBSD.ORG Sat Jan 14 01:01:08 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 D579716A41F; Sat, 14 Jan 2006 01:01:08 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from mfront7.yandex.ru (mfront7.yandex.ru [213.180.200.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77DEB43D45; Sat, 14 Jan 2006 01:01:08 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from YAMAIL (mfront7.yandex.ru) by mail.yandex.ru id ; Sat, 14 Jan 2006 04:00:51 +0300 Date: Sat, 14 Jan 2006 04:00:50 +0300 (MSK) From: "bu7cher" Sender: bu7cher@yandex.ru Message-Id: <43C84D42.000001.11272@mfront7.yandex.ru> MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] Errors-To: bu7cher@yandex.ru To: freebsd-current@freebsd.org X-Source-Ip: 82.211.152.12 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: jwd@FreeBSD.org Subject: DragonFly Variant Symlinks port X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bu7cher@yandex.ru 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 01:01:09 -0000 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? 2. I think that here needed some locking implementation. 3. Document new syscalls. Any comments? -- WBR, Andrey V. Elsukov