From owner-p4-projects Tue Jun 18 23:55:26 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0A5F237B40E; Tue, 18 Jun 2002 23:55:19 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B32537B413 for ; Tue, 18 Jun 2002 23:55:17 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J6tGJ08537 for perforce@freebsd.org; Tue, 18 Jun 2002 23:55:16 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Tue, 18 Jun 2002 23:55:16 -0700 (PDT) Message-Id: <200206190655.g5J6tGJ08537@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 13140 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13140 Change 13140 by peter@peter_ia64 on 2002/06/18 23:54:16 Catch up with kern/syscalls.master (Oh boy, this is going to get old FAST!) Affected files ... ... //depot/projects/ia64/sys/ia64/ia32/syscalls.master#3 edit Differences ... ==== //depot/projects/ia64/sys/ia64/ia32/syscalls.master#3 (text+ko) ==== @@ -480,7 +480,7 @@ struct sigaction32 *act, \ struct sigaction32 *oact); } 343 MNOPROTO POSIX { int sigpending(sigset_t *set); } -344 NOPROTO BSD { int sigreturn(const struct __ucontext *sigcntxp); } +344 MNOPROTO BSD { int sigreturn(const struct __ucontext *sigcntxp); } 345 UNIMPL NOHIDE sigtimedwait 346 UNIMPL NOHIDE sigwaitinfo 347 MNOPROTO BSD { int __acl_get_file(const char *path, \ @@ -517,13 +517,13 @@ const struct kevent *changelist, int nchanges, \ struct kevent *eventlist, int nevents, \ const struct timespec *timeout); } -364 NOPROTO BSD { int __cap_get_proc(struct cap *cap_p); } -365 NOPROTO BSD { int __cap_set_proc(struct cap *cap_p); } -366 NOPROTO BSD { int __cap_get_fd(int fd, struct cap *cap_p); } -367 NOPROTO BSD { int __cap_get_file(const char *path_p, struct cap *cap_p); } -368 NOPROTO BSD { int __cap_set_fd(int fd, struct cap *cap_p); } -369 NOPROTO BSD { int __cap_set_file(const char *path_p, struct cap *cap_p); } -370 UNIMPL NOHIDE +364 UNIMPL NOHIDE __cap_get_proc +365 UNIMPL NOHIDE __cap_set_proc +366 UNIMPL NOHIDE __cap_get_fd +367 UNIMPL NOHIDE __cap_get_file +368 UNIMPL NOHIDE __cap_set_fd +369 UNIMPL NOHIDE __cap_set_file +370 UNIMPL NOHIDE lkmressys 371 NOPROTO BSD { int extattr_set_fd(int fd, int attrnamespace, \ const char *attrname, void *data, \ size_t nbytes); } @@ -549,3 +549,7 @@ 387 UNIMPL BSD __mac_get_file 388 UNIMPL BSD __mac_set_fd 389 UNIMPL BSD __mac_set_file +390 NOPROTO BSD { int kenv(int what, const char *name, char *value, \ + int len); } +391 NOPROTO BSD { int lchflags(const char *path, int flags); } +392 NOPROTO BSD { int uuidgen(struct uuid *store, int count); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message