Regen (a few MPSAFE additions).
This commit is contained in:
parent
b2d510bccc
commit
26a6c15e1a
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: netbsd32_syscall.h,v 1.63 2007/02/18 15:00:14 cube Exp $ */
|
||||
/* $NetBSD: netbsd32_syscall.h,v 1.64 2007/02/19 15:33:20 cube Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.56 2007/02/18 09:03:55 cube Exp
|
||||
* created from NetBSD: syscalls.master,v 1.57 2007/02/19 15:32:43 cube Exp
|
||||
*/
|
||||
|
||||
#ifndef _netbsd32_SYS_SYSCALL_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: netbsd32_syscallargs.h,v 1.63 2007/02/18 15:00:14 cube Exp $ */
|
||||
/* $NetBSD: netbsd32_syscallargs.h,v 1.64 2007/02/19 15:33:20 cube Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.56 2007/02/18 09:03:55 cube Exp
|
||||
* created from NetBSD: syscalls.master,v 1.57 2007/02/19 15:32:43 cube Exp
|
||||
*/
|
||||
|
||||
#ifndef _netbsd32_SYS_SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: netbsd32_syscalls.c,v 1.63 2007/02/18 15:00:14 cube Exp $ */
|
||||
/* $NetBSD: netbsd32_syscalls.c,v 1.64 2007/02/19 15:33:20 cube Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.56 2007/02/18 09:03:55 cube Exp
|
||||
* created from NetBSD: syscalls.master,v 1.57 2007/02/19 15:32:43 cube Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.63 2007/02/18 15:00:14 cube Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.64 2007/02/19 15:33:20 cube Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: netbsd32_sysent.c,v 1.63 2007/02/18 15:00:14 cube Exp $ */
|
||||
/* $NetBSD: netbsd32_sysent.c,v 1.64 2007/02/19 15:33:20 cube Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.56 2007/02/18 09:03:55 cube Exp
|
||||
* created from NetBSD: syscalls.master,v 1.57 2007/02/19 15:32:43 cube Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.63 2007/02/18 15:00:14 cube Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.64 2007/02/19 15:33:20 cube Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ktrace.h"
|
||||
|
@ -146,9 +146,9 @@ struct sysent netbsd32_sysent[] = {
|
|||
netbsd32_unmount }, /* 22 = netbsd32_unmount */
|
||||
{ 1, s(struct netbsd32_setuid_args), 0,
|
||||
netbsd32_setuid }, /* 23 = netbsd32_setuid */
|
||||
{ 0, 0, 0,
|
||||
{ 0, 0, SYCALL_MPSAFE | 0,
|
||||
sys_getuid }, /* 24 = getuid */
|
||||
{ 0, 0, 0,
|
||||
{ 0, 0, SYCALL_MPSAFE | 0,
|
||||
sys_geteuid }, /* 25 = geteuid */
|
||||
{ 4, s(struct netbsd32_ptrace_args), 0,
|
||||
netbsd32_ptrace }, /* 26 = netbsd32_ptrace */
|
||||
|
@ -176,7 +176,7 @@ struct sysent netbsd32_sysent[] = {
|
|||
netbsd32_kill }, /* 37 = netbsd32_kill */
|
||||
{ 2, s(struct compat_43_netbsd32_stat43_args), 0,
|
||||
compat_43(netbsd32_stat43) }, /* 38 = compat_43 netbsd32_stat43 */
|
||||
{ 0, 0, 0,
|
||||
{ 0, 0, SYCALL_MPSAFE | 0,
|
||||
sys_getppid }, /* 39 = getppid */
|
||||
{ 2, s(struct compat_43_netbsd32_lstat43_args), 0,
|
||||
compat_43(netbsd32_lstat43) }, /* 40 = compat_43 netbsd32_lstat43 */
|
||||
|
@ -184,7 +184,7 @@ struct sysent netbsd32_sysent[] = {
|
|||
netbsd32_dup }, /* 41 = netbsd32_dup */
|
||||
{ 0, 0, 0,
|
||||
sys_pipe }, /* 42 = pipe */
|
||||
{ 0, 0, 0,
|
||||
{ 0, 0, SYCALL_MPSAFE | 0,
|
||||
sys_getegid }, /* 43 = getegid */
|
||||
{ 4, s(struct netbsd32_profil_args), 0,
|
||||
netbsd32_profil }, /* 44 = netbsd32_profil */
|
||||
|
@ -197,7 +197,7 @@ struct sysent netbsd32_sysent[] = {
|
|||
#endif
|
||||
{ 3, s(struct netbsd32_sigaction_args), 0,
|
||||
netbsd32_sigaction }, /* 46 = netbsd32_sigaction */
|
||||
{ 0, 0, 0,
|
||||
{ 0, 0, SYCALL_MPSAFE | 0,
|
||||
sys_getgid }, /* 47 = getgid */
|
||||
{ 2, s(struct compat_13_netbsd32_sigprocmask_args), 0,
|
||||
compat_13(netbsd32_sigprocmask) }, /* 48 = compat_13 sigprocmask13 */
|
||||
|
@ -207,7 +207,7 @@ struct sysent netbsd32_sysent[] = {
|
|||
netbsd32_setlogin }, /* 50 = netbsd32_setlogin */
|
||||
{ 1, s(struct netbsd32_acct_args), 0,
|
||||
netbsd32_acct }, /* 51 = netbsd32_acct */
|
||||
{ 0, 0, 0,
|
||||
{ 0, 0, SYCALL_MPSAFE | 0,
|
||||
compat_13(sys_sigpending) }, /* 52 = compat_13 sigpending13 */
|
||||
{ 2, s(struct compat_13_netbsd32_sigaltstack13_args), 0,
|
||||
compat_13(netbsd32_sigaltstack13) },/* 53 = compat_13 netbsd32_sigaltstack13 */
|
||||
|
@ -265,7 +265,7 @@ struct sysent netbsd32_sysent[] = {
|
|||
netbsd32_getgroups }, /* 79 = netbsd32_getgroups */
|
||||
{ 2, s(struct netbsd32_setgroups_args), 0,
|
||||
netbsd32_setgroups }, /* 80 = netbsd32_setgroups */
|
||||
{ 0, 0, 0,
|
||||
{ 0, 0, SYCALL_MPSAFE | 0,
|
||||
sys_getpgrp }, /* 81 = getpgrp */
|
||||
{ 2, s(struct netbsd32_setpgid_args), 0,
|
||||
netbsd32_setpgid }, /* 82 = netbsd32_setpgid */
|
||||
|
@ -843,7 +843,7 @@ struct sysent netbsd32_sysent[] = {
|
|||
#endif
|
||||
{ 2, s(struct netbsd32_lchflags_args), 0,
|
||||
netbsd32_lchflags }, /* 304 = netbsd32_lchflags */
|
||||
{ 0, 0, 0,
|
||||
{ 0, 0, SYCALL_MPSAFE | 0,
|
||||
sys_issetugid }, /* 305 = issetugid */
|
||||
{ 3, s(struct netbsd32_utrace_args), 0,
|
||||
netbsd32_utrace }, /* 306 = netbsd32_utrace */
|
||||
|
@ -855,7 +855,7 @@ struct sysent netbsd32_sysent[] = {
|
|||
netbsd32__lwp_create }, /* 309 = netbsd32__lwp_create */
|
||||
{ 0, 0, 0,
|
||||
sys__lwp_exit }, /* 310 = _lwp_exit */
|
||||
{ 0, 0, 0,
|
||||
{ 0, 0, SYCALL_MPSAFE | 0,
|
||||
sys__lwp_self }, /* 311 = _lwp_self */
|
||||
{ 2, s(struct netbsd32__lwp_wait_args), 0,
|
||||
netbsd32__lwp_wait }, /* 312 = netbsd32__lwp_wait */
|
||||
|
@ -865,7 +865,7 @@ struct sysent netbsd32_sysent[] = {
|
|||
netbsd32__lwp_continue }, /* 314 = netbsd32__lwp_continue */
|
||||
{ 1, s(struct netbsd32__lwp_wakeup_args), 0,
|
||||
netbsd32__lwp_wakeup }, /* 315 = netbsd32__lwp_wakeup */
|
||||
{ 0, 0, 0,
|
||||
{ 0, 0, SYCALL_MPSAFE | 0,
|
||||
sys__lwp_getprivate }, /* 316 = _lwp_getprivate */
|
||||
{ 1, s(struct netbsd32__lwp_setprivate_args), 0,
|
||||
netbsd32__lwp_setprivate }, /* 317 = netbsd32__lwp_setprivate */
|
||||
|
|
Loading…
Reference in New Issue