Date: Mon, 30 Dec 2002 17:40:02 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Robert Watson <rwatson@FreeBSD.org> 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> In-Reply-To: <200212292025.gBTKPs9Z025260@repoman.freebsd.org> References: <200212292025.gBTKPs9Z025260@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021231014002.GA91174>