Date: Tue, 13 Oct 2009 22:27:46 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r198061 - projects/capabilities8/sys/compat/freebsd32 Message-ID: <200910132227.n9DMRkfC018680@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rwatson Date: Tue Oct 13 22:27:46 2009 New Revision: 198061 URL: http://svn.freebsd.org/changeset/base/198061 Log: Merge c169468 from Perforce to capabilities8 branch: Declare new cap/procdesc system calls NOPROTO in the compat32 syscall table. Obtained from: TrustedBSD Project Sponsored by: Google Modified: projects/capabilities8/sys/compat/freebsd32/syscalls.master Modified: projects/capabilities8/sys/compat/freebsd32/syscalls.master ============================================================================== --- projects/capabilities8/sys/compat/freebsd32/syscalls.master Tue Oct 13 22:20:05 2009 (r198060) +++ projects/capabilities8/sys/compat/freebsd32/syscalls.master Tue Oct 13 22:27:46 2009 (r198061) @@ -901,13 +901,13 @@ 512 AUE_SHMCTL STD { int freebsd32_shmctl(int shmid, int cmd, \ struct shmid_ds32 *buf); } 513 AUE_LPATHCONF NOPROTO { int lpathconf(char *path, int name); } -514 AUE_CAP_NEW STD { int cap_new(int fd, u_int64_t rights); } -515 AUE_CAP_GETRIGHTS STD { int cap_getrights(int fd, \ +514 AUE_CAP_NEW NOPROTO { int cap_new(int fd, u_int64_t rights); } +515 AUE_CAP_GETRIGHTS NOPROTO { int cap_getrights(int fd, \ u_int64_t *rightsp); } -516 AUE_CAP_ENTER STD { int cap_enter(void); } -517 AUE_CAP_GETMODE STD { int cap_getmode(u_int *modep); } -518 AUE_NULL STD { int pdfork(int *fdp); } -519 AUE_NULL STD { int pdkill(int fd, int signum); } -520 AUE_NULL STD { int pdgetpid(int fd, pid_t *pidp); } -521 AUE_NULL STD { int pdwait(int fd, int *status, \ +516 AUE_CAP_ENTER NOPROTO { int cap_enter(void); } +517 AUE_CAP_GETMODE NOPROTO { int cap_getmode(u_int *modep); } +518 AUE_NULL NOPROTO { int pdfork(int *fdp); } +519 AUE_NULL NOPROTO { int pdkill(int fd, int signum); } +520 AUE_NULL NOPROTO { int pdgetpid(int fd, pid_t *pidp); } +521 AUE_NULL NOPROTO { int pdwait(int fd, int *status, \ int options, struct rusage *rusage); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910132227.n9DMRkfC018680>