diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2002-11-16 23:48:14 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2002-11-16 23:48:14 +0000 |
| commit | 84b427ce23ede64f7f6cff0cfe94033bff64e74d (patch) | |
| tree | 799a04b21f2847c83e7a703a30731da9e2ab25f6 /sys/amd64 | |
| parent | f3da1873bc727d187ee822a52a372599f5a663ea (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -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 |
3 files changed, 13 insertions, 4 deletions
diff --git a/sys/amd64/ia32/ia32_proto.h b/sys/amd64/ia32/ia32_proto.h index 5554aa94ea16e..a2f35ed285091 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 7c1517a286f96..fadb967c16f35 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 a44b4f94e56b1..b971147fca70f 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 */ }; |
