summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2011-03-01 13:30:23 +0000
committerrwatson <rwatson@FreeBSD.org>2011-03-01 13:30:23 +0000
commit9c02915234c317ba178e887f521926a0aa91600d (patch)
treedb80786b1bfac22e57e37bef715346b39b6f1255 /sys/sys/sysproto.h
parentfa27828ce8c7d01494255e04302a6c6399f9b05c (diff)
downloadFreeBSD-src-9c02915234c317ba178e887f521926a0aa91600d.zip
FreeBSD-src-9c02915234c317ba178e887f521926a0aa91600d.tar.gz
Regenerate system call files following addition of cap_enter(2),
cap_getmode(2), and capabilities.conf. Reviewed by: anderson Discussed with: benl, kris, pjd Obtained from: Capsicum Project Sponsored by: Google, Inc. MFC after: 3 months
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index e1b35fe..6d08a1d 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 211998 2010-08-30 14:24:44Z kib
+ * created from FreeBSD: head/sys/kern/syscalls.master 219129 2011-03-01 13:23:37Z rwatson
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1657,6 +1657,12 @@ struct lpathconf_args {
char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
char name_l_[PADL_(int)]; int name; char name_r_[PADR_(int)];
};
+struct cap_enter_args {
+ register_t dummy;
+};
+struct cap_getmode_args {
+ char modep_l_[PADL_(u_int *)]; u_int * modep; char modep_r_[PADR_(u_int *)];
+};
struct pselect_args {
char nd_l_[PADL_(int)]; int nd; char nd_r_[PADR_(int)];
char in_l_[PADL_(fd_set *)]; fd_set * in; char in_r_[PADR_(fd_set *)];
@@ -2025,6 +2031,8 @@ int __semctl(struct thread *, struct __semctl_args *);
int msgctl(struct thread *, struct msgctl_args *);
int shmctl(struct thread *, struct shmctl_args *);
int lpathconf(struct thread *, struct lpathconf_args *);
+int cap_enter(struct thread *, struct cap_enter_args *);
+int cap_getmode(struct thread *, struct cap_getmode_args *);
int pselect(struct thread *, struct pselect_args *);
#ifdef COMPAT_43
@@ -2700,6 +2708,8 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE_msgctl AUE_MSGCTL
#define SYS_AUE_shmctl AUE_SHMCTL
#define SYS_AUE_lpathconf AUE_LPATHCONF
+#define SYS_AUE_cap_enter AUE_CAP_ENTER
+#define SYS_AUE_cap_getmode AUE_CAP_GETMODE
#define SYS_AUE_pselect AUE_SELECT
#undef PAD_
OpenPOWER on IntegriCloud