From owner-cvs-all Mon Dec 30 17:41:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CC737B401; Mon, 30 Dec 2002 17:41:28 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3458443E4A; Mon, 30 Dec 2002 17:41:27 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id gBV1fHmm092710; Mon, 30 Dec 2002 17:41:17 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id gBV1e2LI092707; Mon, 30 Dec 2002 17:40:02 -0800 (PST) Date: Mon, 30 Dec 2002 17:40:02 -0800 From: "David O'Brien" To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master Message-ID: <20021231014002.GA91174@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200212292025.gBTKPs9Z025260@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212292025.gBTKPs9Z025260@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-RC Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 On Sun, Dec 29, 2002 at 12:25:54PM -0800, Robert Watson wrote: > rwatson 2002/12/29 12:25:54 PST > > Modified files: > sys/kern syscalls.master > Log: > Add definitions for four new system calls: > > __acl_get_link() Retrieve an ACL by name without following > symbolic links. > __acl_set_link() Set an ACL by name without following > symbolic links. > __acl_delete_link() Delete an ACL by name without following > symbolic links. > __acl_aclcheck_link() Check an ACL against a file by name without > following symbolic links. Unfortunately you've b0rked the API between RELENG_5_0 and -CURRENT. Something I had really hoped would not happen until after 5.0-R. By chance will this be MFC'ed? I've been running a RELENG_5_0 kernel (and /sys) to track down the nightly panics on dual Athlon machines. I felt testing the RELENG_5_0 kernel was most important vs. the userland. I can no longer build a -CURRENT world with this mixed tree. > These calls are similar in spirit to lstat(), lchown(), lchmod(), etc, > and will be used under similar circumstances. > > Obtained from: TrustedBSD Project > > Revision Changes Path > 1.139 +8 -0 src/sys/kern/syscalls.master > http://cvsweb.freebsd.org/src/sys/kern/syscalls.master.diff?r1=1.138&r2=1.139 -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. [bogus From: address, because people cannot be bothered to respect Reply-To:] [From address modified because I don't want every message in this thread to end up in my personal mailbox. I'll read them in the list, thank you very much.] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message