From owner-cvs-all Mon Oct 15 23:15:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B36E37B411; Mon, 15 Oct 2001 23:15:36 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G6FaN40080; Mon, 15 Oct 2001 23:15:36 -0700 (PDT) (envelope-from marcel) Message-Id: <200110160615.f9G6FaN40080@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 15 Oct 2001 23:15:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_dummy.c src/sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c src/sys/compat/linux linux_file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/15 23:15:36 PDT Modified files: sys/alpha/linux linux_dummy.c sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c sys/compat/linux linux_file.c Log: Implement linux_chown and linux_lchown. The fchown syscall maps directly to the native syscall, because no filename handling needs to be done. Tested by: Martin Blapp Revision Changes Path 1.34 +1 -3 src/sys/alpha/linux/linux_dummy.c 1.58 +43 -1 src/sys/compat/linux/linux_file.c 1.32 +1 -4 src/sys/i386/linux/linux_dummy.c 1.47 +7 -13 src/sys/i386/linux/linux_proto.h 1.41 +1 -2 src/sys/i386/linux/linux_syscall.h 1.47 +2 -2 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message