Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 23:55:16 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13140 for review
Message-ID:  <200206190655.g5J6tGJ08537@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206190655.g5J6tGJ08537>