diff options
author | deischen <deischen@FreeBSD.org> | 2002-11-16 23:48:14 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2002-11-16 23:48:14 +0000 |
commit | 54d9a4c0f7fe37cfb65b9c7e2c34d46a0c196d1c (patch) | |
tree | 799a04b21f2847c83e7a703a30731da9e2ab25f6 /sys | |
parent | d925843eaaf2794d2f9a696b061d96797b15edea (diff) | |
download | FreeBSD-src-54d9a4c0f7fe37cfb65b9c7e2c34d46a0c196d1c.zip FreeBSD-src-54d9a4c0f7fe37cfb65b9c7e2c34d46a0c196d1c.tar.gz |
Regenerate after adding syscalls.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/ia32/ia32_proto.h | 2 | ||||
-rw-r--r-- | sys/amd64/ia32/ia32_syscall.h | 4 | ||||
-rw-r--r-- | sys/amd64/ia32/ia32_sysent.c | 11 | ||||
-rw-r--r-- | sys/compat/freebsd32/freebsd32_proto.h | 2 | ||||
-rw-r--r-- | sys/compat/freebsd32/freebsd32_syscall.h | 4 | ||||
-rw-r--r-- | sys/compat/freebsd32/freebsd32_sysent.c | 11 | ||||
-rw-r--r-- | sys/ia64/ia32/ia32_proto.h | 2 | ||||
-rw-r--r-- | sys/ia64/ia32/ia32_syscall.h | 4 | ||||
-rw-r--r-- | sys/ia64/ia32/ia32_sysent.c | 11 |
9 files changed, 39 insertions, 12 deletions
diff --git a/sys/amd64/ia32/ia32_proto.h b/sys/amd64/ia32/ia32_proto.h index 5554aa9..a2f35ed 100644 --- a/sys/amd64/ia32/ia32_proto.h +++ b/sys/amd64/ia32/ia32_proto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp + * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp */ #ifndef _IA32_SYSPROTO_H_ diff --git a/sys/amd64/ia32/ia32_syscall.h b/sys/amd64/ia32/ia32_syscall.h index 7c1517a..fadb967 100644 --- a/sys/amd64/ia32/ia32_syscall.h +++ b/sys/amd64/ia32/ia32_syscall.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp + * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp */ #define IA32_SYS_syscall 0 @@ -286,4 +286,4 @@ #define IA32_SYS_lchflags 391 #define IA32_SYS_uuidgen 392 #define IA32_SYS_ia32_sendfile 393 -#define IA32_SYS_MAXSYSCALL 415 +#define IA32_SYS_MAXSYSCALL 424 diff --git a/sys/amd64/ia32/ia32_sysent.c b/sys/amd64/ia32/ia32_sysent.c index a44b4f9..b971147 100644 --- a/sys/amd64/ia32/ia32_sysent.c +++ b/sys/amd64/ia32/ia32_sysent.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp + * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp */ #include "opt_compat.h" @@ -440,4 +440,13 @@ struct sysent ia32_sysent[] = { { 0, (sy_call_t *)nosys }, /* 412 = extattr_set_link */ { 0, (sy_call_t *)nosys }, /* 413 = extattr_get_link */ { 0, (sy_call_t *)nosys }, /* 414 = extattr_delete_link */ + { 0, (sy_call_t *)nosys }, /* 415 = __mac_execve */ + { 0, (sy_call_t *)nosys }, /* 416 = newsigreturn */ + { 0, (sy_call_t *)nosys }, /* 417 = newsigaction */ + { 0, (sy_call_t *)nosys }, /* 418 = __xstat */ + { 0, (sy_call_t *)nosys }, /* 419 = __xfstat */ + { 0, (sy_call_t *)nosys }, /* 420 = __xlstat */ + { 0, (sy_call_t *)nosys }, /* 421 = getcontext */ + { 0, (sy_call_t *)nosys }, /* 422 = setcontext */ + { 0, (sy_call_t *)nosys }, /* 423 = swapcontext */ }; diff --git a/sys/compat/freebsd32/freebsd32_proto.h b/sys/compat/freebsd32/freebsd32_proto.h index 5554aa9..a2f35ed 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/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp + * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp */ #ifndef _IA32_SYSPROTO_H_ diff --git a/sys/compat/freebsd32/freebsd32_syscall.h b/sys/compat/freebsd32/freebsd32_syscall.h index 7c1517a..fadb967 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/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp + * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp */ #define IA32_SYS_syscall 0 @@ -286,4 +286,4 @@ #define IA32_SYS_lchflags 391 #define IA32_SYS_uuidgen 392 #define IA32_SYS_ia32_sendfile 393 -#define IA32_SYS_MAXSYSCALL 415 +#define IA32_SYS_MAXSYSCALL 424 diff --git a/sys/compat/freebsd32/freebsd32_sysent.c b/sys/compat/freebsd32/freebsd32_sysent.c index a44b4f9..b971147 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/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp + * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp */ #include "opt_compat.h" @@ -440,4 +440,13 @@ struct sysent ia32_sysent[] = { { 0, (sy_call_t *)nosys }, /* 412 = extattr_set_link */ { 0, (sy_call_t *)nosys }, /* 413 = extattr_get_link */ { 0, (sy_call_t *)nosys }, /* 414 = extattr_delete_link */ + { 0, (sy_call_t *)nosys }, /* 415 = __mac_execve */ + { 0, (sy_call_t *)nosys }, /* 416 = newsigreturn */ + { 0, (sy_call_t *)nosys }, /* 417 = newsigaction */ + { 0, (sy_call_t *)nosys }, /* 418 = __xstat */ + { 0, (sy_call_t *)nosys }, /* 419 = __xfstat */ + { 0, (sy_call_t *)nosys }, /* 420 = __xlstat */ + { 0, (sy_call_t *)nosys }, /* 421 = getcontext */ + { 0, (sy_call_t *)nosys }, /* 422 = setcontext */ + { 0, (sy_call_t *)nosys }, /* 423 = swapcontext */ }; diff --git a/sys/ia64/ia32/ia32_proto.h b/sys/ia64/ia32/ia32_proto.h index 5554aa9..a2f35ed 100644 --- a/sys/ia64/ia32/ia32_proto.h +++ b/sys/ia64/ia32/ia32_proto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp + * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp */ #ifndef _IA32_SYSPROTO_H_ diff --git a/sys/ia64/ia32/ia32_syscall.h b/sys/ia64/ia32/ia32_syscall.h index 7c1517a..fadb967 100644 --- a/sys/ia64/ia32/ia32_syscall.h +++ b/sys/ia64/ia32/ia32_syscall.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp + * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp */ #define IA32_SYS_syscall 0 @@ -286,4 +286,4 @@ #define IA32_SYS_lchflags 391 #define IA32_SYS_uuidgen 392 #define IA32_SYS_ia32_sendfile 393 -#define IA32_SYS_MAXSYSCALL 415 +#define IA32_SYS_MAXSYSCALL 424 diff --git a/sys/ia64/ia32/ia32_sysent.c b/sys/ia64/ia32/ia32_sysent.c index a44b4f9..b971147 100644 --- a/sys/ia64/ia32/ia32_sysent.c +++ b/sys/ia64/ia32/ia32_sysent.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp + * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp */ #include "opt_compat.h" @@ -440,4 +440,13 @@ struct sysent ia32_sysent[] = { { 0, (sy_call_t *)nosys }, /* 412 = extattr_set_link */ { 0, (sy_call_t *)nosys }, /* 413 = extattr_get_link */ { 0, (sy_call_t *)nosys }, /* 414 = extattr_delete_link */ + { 0, (sy_call_t *)nosys }, /* 415 = __mac_execve */ + { 0, (sy_call_t *)nosys }, /* 416 = newsigreturn */ + { 0, (sy_call_t *)nosys }, /* 417 = newsigaction */ + { 0, (sy_call_t *)nosys }, /* 418 = __xstat */ + { 0, (sy_call_t *)nosys }, /* 419 = __xfstat */ + { 0, (sy_call_t *)nosys }, /* 420 = __xlstat */ + { 0, (sy_call_t *)nosys }, /* 421 = getcontext */ + { 0, (sy_call_t *)nosys }, /* 422 = setcontext */ + { 0, (sy_call_t *)nosys }, /* 423 = swapcontext */ }; |