From fce41b3b76952842f2667e0eaba966ea83f9b3aa Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 25 Mar 2008 19:35:34 +0000 Subject: Regen. --- sys/compat/freebsd32/freebsd32_proto.h | 3 ++- sys/compat/freebsd32/freebsd32_syscall.h | 9 +++++++-- sys/compat/freebsd32/freebsd32_syscalls.c | 7 ++++++- sys/compat/freebsd32/freebsd32_sysent.c | 8 ++++++-- 4 files changed, 21 insertions(+), 6 deletions(-) (limited to 'sys/compat/freebsd32') diff --git a/sys/compat/freebsd32/freebsd32_proto.h b/sys/compat/freebsd32/freebsd32_proto.h index 3eeae05..3530825 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.96 2008/02/12 20:09:03 ru Exp + * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.98 2008/03/25 19:34:47 jhb Exp */ #ifndef _FREEBSD32_SYSPROTO_H_ @@ -11,6 +11,7 @@ #include #include +#include #include #include diff --git a/sys/compat/freebsd32/freebsd32_syscall.h b/sys/compat/freebsd32/freebsd32_syscall.h index a5d0fd6..67a0ac2 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.96 2008/02/12 20:09:03 ru Exp + * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.98 2008/03/25 19:34:47 jhb Exp */ #define FREEBSD32_SYS_syscall 0 @@ -335,4 +335,9 @@ #define FREEBSD32_SYS_thr_kill2 481 #define FREEBSD32_SYS_shm_open 482 #define FREEBSD32_SYS_shm_unlink 483 -#define FREEBSD32_SYS_MAXSYSCALL 484 +#define FREEBSD32_SYS_cpuset 484 +#define FREEBSD32_SYS_cpuset_setid 485 +#define FREEBSD32_SYS_cpuset_getid 486 +#define FREEBSD32_SYS_cpuset_getaffinity 487 +#define FREEBSD32_SYS_cpuset_setaffinity 488 +#define FREEBSD32_SYS_MAXSYSCALL 489 diff --git a/sys/compat/freebsd32/freebsd32_syscalls.c b/sys/compat/freebsd32/freebsd32_syscalls.c index 4713dc3..f9488ad 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.96 2008/02/12 20:09:03 ru Exp + * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.98 2008/03/25 19:34:47 jhb Exp */ const char *freebsd32_syscallnames[] = { @@ -491,4 +491,9 @@ const char *freebsd32_syscallnames[] = { "thr_kill2", /* 481 = thr_kill2 */ "shm_open", /* 482 = shm_open */ "shm_unlink", /* 483 = shm_unlink */ + "cpuset", /* 484 = cpuset */ + "cpuset_setid", /* 485 = cpuset_setid */ + "cpuset_getid", /* 486 = cpuset_getid */ + "cpuset_getaffinity", /* 487 = cpuset_getaffinity */ + "cpuset_setaffinity", /* 488 = cpuset_setaffinity */ }; diff --git a/sys/compat/freebsd32/freebsd32_sysent.c b/sys/compat/freebsd32/freebsd32_sysent.c index d45b3ce..fe95c79 100644 --- a/sys/compat/freebsd32/freebsd32_sysent.c +++ b/sys/compat/freebsd32/freebsd32_sysent.c @@ -3,12 +3,11 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.96 2008/02/12 20:09:03 ru Exp + * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.98 2008/03/25 19:34:47 jhb Exp */ #include "opt_compat.h" -#include #include #include #include @@ -523,4 +522,9 @@ struct sysent freebsd32_sysent[] = { { AS(thr_kill2_args), (sy_call_t *)thr_kill2, AUE_KILL, NULL, 0, 0 }, /* 481 = thr_kill2 */ { AS(shm_open_args), (sy_call_t *)shm_open, AUE_SHMOPEN, NULL, 0, 0 }, /* 482 = shm_open */ { AS(shm_unlink_args), (sy_call_t *)shm_unlink, AUE_SHMUNLINK, NULL, 0, 0 }, /* 483 = shm_unlink */ + { AS(cpuset_args), (sy_call_t *)cpuset, AUE_NULL, NULL, 0, 0 }, /* 484 = cpuset */ + { AS(cpuset_setid_args), (sy_call_t *)cpuset_setid, AUE_NULL, NULL, 0, 0 }, /* 485 = cpuset_setid */ + { AS(cpuset_getid_args), (sy_call_t *)cpuset_getid, AUE_NULL, NULL, 0, 0 }, /* 486 = cpuset_getid */ + { AS(cpuset_getaffinity_args), (sy_call_t *)cpuset_getaffinity, AUE_NULL, NULL, 0, 0 }, /* 487 = cpuset_getaffinity */ + { AS(cpuset_setaffinity_args), (sy_call_t *)cpuset_setaffinity, AUE_NULL, NULL, 0, 0 }, /* 488 = cpuset_setaffinity */ }; -- cgit v1.1