summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-10-23 20:05:42 +0000
committerrwatson <rwatson@FreeBSD.org>2004-10-23 20:05:42 +0000
commite095dbaea37a7e07aa9aceaa4840303420dcf8db (patch)
tree0bf925c1a6a9b1fd5c8beaef67aca4737adfc03f /sys/compat
parent8bec59acaea812541e34ff65de9c643d0bce63c0 (diff)
downloadFreeBSD-src-e095dbaea37a7e07aa9aceaa4840303420dcf8db.zip
FreeBSD-src-e095dbaea37a7e07aa9aceaa4840303420dcf8db.tar.gz
Rebuild from FreeBSD32 syscalls.master:1.42.
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/freebsd32/freebsd32_proto.h2
-rw-r--r--sys/compat/freebsd32/freebsd32_syscall.h4
-rw-r--r--sys/compat/freebsd32/freebsd32_syscalls.c11
-rw-r--r--sys/compat/freebsd32/freebsd32_sysent.c11
4 files changed, 23 insertions, 5 deletions
diff --git a/sys/compat/freebsd32/freebsd32_proto.h b/sys/compat/freebsd32/freebsd32_proto.h
index cf0c0bb..a3a9d9a 100644
--- a/sys/compat/freebsd32/freebsd32_proto.h
+++ b/sys/compat/freebsd32/freebsd32_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.41 2004/10/06 14:20:57 mtm Exp
+ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.42 2004/10/23 20:04:56 rwatson Exp
*/
#ifndef _FREEBSD32_SYSPROTO_H_
diff --git a/sys/compat/freebsd32/freebsd32_syscall.h b/sys/compat/freebsd32/freebsd32_syscall.h
index ddcd675..841caaa 100644
--- a/sys/compat/freebsd32/freebsd32_syscall.h
+++ b/sys/compat/freebsd32/freebsd32_syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.41 2004/10/06 14:20:57 mtm Exp
+ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.42 2004/10/23 20:04:56 rwatson Exp
*/
#define FREEBSD32_SYS_syscall 0
@@ -302,4 +302,4 @@
#define FREEBSD32_SYS_thr_suspend 442
#define FREEBSD32_SYS_thr_wake 443
#define FREEBSD32_SYS_kldunloadf 444
-#define FREEBSD32_SYS_MAXSYSCALL 445
+#define FREEBSD32_SYS_MAXSYSCALL 454
diff --git a/sys/compat/freebsd32/freebsd32_syscalls.c b/sys/compat/freebsd32/freebsd32_syscalls.c
index 08868aa..b834c4d 100644
--- a/sys/compat/freebsd32/freebsd32_syscalls.c
+++ b/sys/compat/freebsd32/freebsd32_syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.41 2004/10/06 14:20:57 mtm Exp
+ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.42 2004/10/23 20:04:56 rwatson Exp
*/
const char *freebsd32_syscallnames[] = {
@@ -452,4 +452,13 @@ const char *freebsd32_syscallnames[] = {
"thr_suspend", /* 442 = thr_suspend */
"thr_wake", /* 443 = thr_wake */
"kldunloadf", /* 444 = kldunloadf */
+ "#445", /* 445 = audit */
+ "#446", /* 446 = auditon */
+ "#447", /* 447 = getauid */
+ "#448", /* 448 = setauid */
+ "#449", /* 449 = getaudit */
+ "#450", /* 450 = setaudit */
+ "#451", /* 451 = getaudit_addr */
+ "#452", /* 452 = setaudit_addr */
+ "#453", /* 453 = auditctl */
};
diff --git a/sys/compat/freebsd32/freebsd32_sysent.c b/sys/compat/freebsd32/freebsd32_sysent.c
index edb73bb..55c822d 100644
--- a/sys/compat/freebsd32/freebsd32_sysent.c
+++ b/sys/compat/freebsd32/freebsd32_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.41 2004/10/06 14:20:57 mtm Exp
+ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.42 2004/10/23 20:04:56 rwatson Exp
*/
#include "opt_compat.h"
@@ -470,4 +470,13 @@ struct sysent freebsd32_sysent[] = {
{ SYF_MPSAFE | AS(thr_suspend_args), (sy_call_t *)thr_suspend }, /* 442 = thr_suspend */
{ SYF_MPSAFE | AS(thr_wake_args), (sy_call_t *)thr_wake }, /* 443 = thr_wake */
{ SYF_MPSAFE | AS(kldunloadf_args), (sy_call_t *)kldunloadf }, /* 444 = kldunloadf */
+ { 0, (sy_call_t *)nosys }, /* 445 = audit */
+ { 0, (sy_call_t *)nosys }, /* 446 = auditon */
+ { 0, (sy_call_t *)nosys }, /* 447 = getauid */
+ { 0, (sy_call_t *)nosys }, /* 448 = setauid */
+ { 0, (sy_call_t *)nosys }, /* 449 = getaudit */
+ { 0, (sy_call_t *)nosys }, /* 450 = setaudit */
+ { 0, (sy_call_t *)nosys }, /* 451 = getaudit_addr */
+ { 0, (sy_call_t *)nosys }, /* 452 = setaudit_addr */
+ { 0, (sy_call_t *)nosys }, /* 453 = auditctl */
};
OpenPOWER on IntegriCloud