From owner-cvs-all Sun Dec 29 14:17:24 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 45BA737B405; Sun, 29 Dec 2002 14:17:22 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49CE243EC2; Sun, 29 Dec 2002 14:17:22 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.6/8.12.6) with ESMTP id gBTMHLCJ009764 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 29 Dec 2002 17:17:21 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id gBTMHLpV009761; Sun, 29 Dec 2002 17:17:21 -0500 (EST) (envelope-from wollman) Date: Sun, 29 Dec 2002 17:17:21 -0500 (EST) From: Garrett Wollman Message-Id: <200212292217.gBTMHLpV009761@khavrinen.lcs.mit.edu> To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master In-Reply-To: <200212292025.gBTKPs9Z025260@repoman.freebsd.org> References: <200212292025.gBTKPs9Z025260@repoman.freebsd.org> 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 < said: > 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. > These calls are similar in spirit to lstat(), lchown(), lchmod(), etc, ...except for the extreme verbosity in their names. There should probably be a file mode bit that is returned by stat() to indicate that additional attributes exist that are not in struct stat. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message