This commit is contained in:
drochner 2006-05-29 09:46:54 +00:00
parent 9575ca7cfd
commit 21166bafa5
20 changed files with 72 additions and 145 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscall.h,v 1.20 2006/05/07 08:41:09 tsutsui Exp $ */
/* $NetBSD: aoutm68k_syscall.h,v 1.21 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.15 2006/05/07 08:39:22 tsutsui Exp
* created from NetBSD: syscalls.master,v 1.16 2006/05/29 09:44:51 drochner Exp
*/
#ifndef _AOUTM68K_SYS_SYSCALL_H_
@ -640,9 +640,6 @@
/* syscall: "pwrite" ret: "ssize_t" args: "int" "const void *" "size_t" "int" "off_t" */
#define AOUTM68K_SYS_pwrite 174
/* syscall: "ntp_gettime" ret: "int" args: "struct ntptimeval *" */
#define AOUTM68K_SYS_ntp_gettime 175
#if defined(NTP) || !defined(_KERNEL)
/* syscall: "ntp_adjtime" ret: "int" args: "struct timex *" */
#define AOUTM68K_SYS_ntp_adjtime 176

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscallargs.h,v 1.19 2006/05/07 08:41:09 tsutsui Exp $ */
/* $NetBSD: aoutm68k_syscallargs.h,v 1.20 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.15 2006/05/07 08:39:22 tsutsui Exp
* created from NetBSD: syscalls.master,v 1.16 2006/05/29 09:44:51 drochner Exp
*/
#ifndef _AOUTM68K_SYS_SYSCALLARGS_H_
@ -654,8 +654,6 @@ int sys_pread(struct lwp *, void *, register_t *);
int sys_pwrite(struct lwp *, void *, register_t *);
int sys_ntp_gettime(struct lwp *, void *, register_t *);
#if defined(NTP) || !defined(_KERNEL)
int sys_ntp_adjtime(struct lwp *, void *, register_t *);

View File

@ -1,14 +1,14 @@
/* $NetBSD: aoutm68k_syscalls.c,v 1.17 2006/05/07 08:41:09 tsutsui Exp $ */
/* $NetBSD: aoutm68k_syscalls.c,v 1.18 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.15 2006/05/07 08:39:22 tsutsui Exp
* created from NetBSD: syscalls.master,v 1.16 2006/05/29 09:44:51 drochner Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.17 2006/05/07 08:41:09 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.18 2006/05/29 09:46:54 drochner Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -365,7 +365,7 @@ const char *const aoutm68k_syscallnames[] = {
"#172 (unimplemented)", /* 172 = unimplemented */
"pread", /* 173 = pread */
"pwrite", /* 174 = pwrite */
"ntp_gettime", /* 175 = ntp_gettime */
"#175 (unimplemented { int sys_ntp_gettime ( struct ntptimeval * ntvp ) ; })", /* 175 = unimplemented { int sys_ntp_gettime ( struct ntptimeval * ntvp ) ; } */
#if defined(NTP) || !defined(_KERNEL)
"ntp_adjtime", /* 176 = ntp_adjtime */
#else

View File

@ -1,14 +1,14 @@
/* $NetBSD: aoutm68k_sysent.c,v 1.21 2006/05/07 08:41:09 tsutsui Exp $ */
/* $NetBSD: aoutm68k_sysent.c,v 1.22 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.15 2006/05/07 08:39:22 tsutsui Exp
* created from NetBSD: syscalls.master,v 1.16 2006/05/29 09:44:51 drochner Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.21 2006/05/07 08:41:09 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.22 2006/05/29 09:46:54 drochner Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"
@ -28,54 +28,6 @@ __KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.21 2006/05/07 08:41:09 tsutsui
#include <sys/syscallargs.h>
#include <compat/aoutm68k/aoutm68k_syscallargs.h>
#ifdef COMPAT_43
#define compat_43(func) __CONCAT(compat_43_,func)
#else
#define compat_43(func) sys_nosys
#endif
#ifdef COMPAT_09
#define compat_09(func) __CONCAT(compat_09_,func)
#else
#define compat_09(func) sys_nosys
#endif
#ifdef COMPAT_12
#define compat_12(func) __CONCAT(compat_12_,func)
#else
#define compat_12(func) sys_nosys
#endif
#ifdef COMPAT_13
#define compat_13(func) __CONCAT(compat_13_,func)
#else
#define compat_13(func) sys_nosys
#endif
#ifdef COMPAT_14
#define compat_14(func) __CONCAT(compat_14_,func)
#else
#define compat_14(func) sys_nosys
#endif
#ifdef COMPAT_16
#define compat_16(func) __CONCAT(compat_16_,func)
#else
#define compat_16(func) sys_nosys
#endif
#ifdef COMPAT_20
#define compat_20(func) __CONCAT(compat_20_,func)
#else
#define compat_20(func) sys_nosys
#endif
#ifdef COMPAT_30
#define compat_30(func) __CONCAT(compat_30_,func)
#else
#define compat_30(func) sys_nosys
#endif
#define s(type) sizeof(type)
struct sysent aoutm68k_sysent[] = {
@ -642,8 +594,8 @@ struct sysent aoutm68k_sysent[] = {
sys_pread }, /* 173 = pread */
{ 5, s(struct sys_pwrite_args), 0,
sys_pwrite }, /* 174 = pwrite */
{ 1, s(struct sys_ntp_gettime_args), 0,
sys_ntp_gettime }, /* 175 = ntp_gettime */
{ 0, 0, 0,
sys_nosys }, /* 175 = unimplemented { int sys_ntp_gettime ( struct ntptimeval * ntvp ) ; } */
#if defined(NTP) || !defined(_KERNEL)
{ 1, s(struct sys_ntp_adjtime_args), 0,
sys_ntp_adjtime }, /* 176 = ntp_adjtime */

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscall.h,v 1.51 2006/05/05 13:29:50 cube Exp $ */
/* $NetBSD: netbsd32_syscall.h,v 1.52 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.45 2006/05/05 13:28:52 cube Exp
* created from NetBSD: syscalls.master,v 1.46 2006/05/29 09:44:51 drochner Exp
*/
#ifndef _netbsd32_SYS_SYSCALL_H_
@ -518,9 +518,6 @@
/* syscall: "netbsd32_pwrite" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_voidp" "netbsd32_size_t" "int" "off_t" */
#define netbsd32_SYS_netbsd32_pwrite 174
/* syscall: "netbsd32_ntp_gettime" ret: "int" args: "netbsd32_ntptimevalp_t" */
#define netbsd32_SYS_netbsd32_ntp_gettime 175
/* syscall: "netbsd32_ntp_adjtime" ret: "int" args: "netbsd32_timexp_t" */
#define netbsd32_SYS_netbsd32_ntp_adjtime 176

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscallargs.h,v 1.51 2006/05/05 13:29:50 cube Exp $ */
/* $NetBSD: netbsd32_syscallargs.h,v 1.52 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.45 2006/05/05 13:28:52 cube Exp
* created from NetBSD: syscalls.master,v 1.46 2006/05/29 09:44:51 drochner Exp
*/
#ifndef _netbsd32_SYS_SYSCALLARGS_H_
@ -799,10 +799,6 @@ struct netbsd32_pwrite_args {
syscallarg(off_t) offset;
};
struct netbsd32_ntp_gettime_args {
syscallarg(netbsd32_ntptimevalp_t) ntvp;
};
struct netbsd32_ntp_adjtime_args {
syscallarg(netbsd32_timexp_t) tp;
};
@ -2019,8 +2015,6 @@ int netbsd32_pread(struct lwp *, void *, register_t *);
int netbsd32_pwrite(struct lwp *, void *, register_t *);
int netbsd32_ntp_gettime(struct lwp *, void *, register_t *);
int netbsd32_ntp_adjtime(struct lwp *, void *, register_t *);
int netbsd32_setgid(struct lwp *, void *, register_t *);

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_syscalls.c,v 1.51 2006/05/05 13:29:50 cube Exp $ */
/* $NetBSD: netbsd32_syscalls.c,v 1.52 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.45 2006/05/05 13:28:52 cube Exp
* created from NetBSD: syscalls.master,v 1.46 2006/05/29 09:44:51 drochner Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.51 2006/05/05 13:29:50 cube Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.52 2006/05/29 09:46:54 drochner Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -245,7 +245,7 @@ const char *const netbsd32_syscallnames[] = {
"#172 (unimplemented)", /* 172 = unimplemented */
"netbsd32_pread", /* 173 = netbsd32_pread */
"netbsd32_pwrite", /* 174 = netbsd32_pwrite */
"netbsd32_ntp_gettime", /* 175 = netbsd32_ntp_gettime */
"#175 (unimplemented { int netbsd32_ntp_gettime ( netbsd32_ntptimevalp_t ntvp ) ; })", /* 175 = unimplemented { int netbsd32_ntp_gettime ( netbsd32_ntptimevalp_t ntvp ) ; } */
"netbsd32_ntp_adjtime", /* 176 = netbsd32_ntp_adjtime */
"#177 (unimplemented)", /* 177 = unimplemented */
"#178 (unimplemented)", /* 178 = unimplemented */

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_sysent.c,v 1.51 2006/05/05 13:29:50 cube Exp $ */
/* $NetBSD: netbsd32_sysent.c,v 1.52 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.45 2006/05/05 13:28:52 cube Exp
* created from NetBSD: syscalls.master,v 1.46 2006/05/29 09:44:51 drochner Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.51 2006/05/05 13:29:50 cube Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.52 2006/05/29 09:46:54 drochner Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"
@ -496,8 +496,8 @@ struct sysent netbsd32_sysent[] = {
netbsd32_pread }, /* 173 = netbsd32_pread */
{ 5, s(struct netbsd32_pwrite_args), 0,
netbsd32_pwrite }, /* 174 = netbsd32_pwrite */
{ 1, s(struct netbsd32_ntp_gettime_args), 0,
netbsd32_ntp_gettime }, /* 175 = netbsd32_ntp_gettime */
{ 0, 0, 0,
sys_nosys }, /* 175 = unimplemented { int netbsd32_ntp_gettime ( netbsd32_ntptimevalp_t ntvp ) ; } */
{ 1, s(struct netbsd32_ntp_adjtime_args), 0,
netbsd32_ntp_adjtime }, /* 176 = netbsd32_ntp_adjtime */
{ 0, 0, 0,

View File

@ -1,10 +1,10 @@
/* $NetBSD: pecoff_syscall.h,v 1.18 2006/05/04 17:50:28 christos Exp $ */
/* $NetBSD: pecoff_syscall.h,v 1.19 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.17 2006/05/04 17:48:56 christos Exp
* created from NetBSD: syscalls.master,v 1.18 2006/05/29 09:44:51 drochner Exp
*/
#ifndef _PECOFF_SYS_SYSCALL_H_
@ -431,9 +431,6 @@
/* syscall: "pwrite" ret: "ssize_t" args: "int" "const void *" "size_t" "int" "off_t" */
#define PECOFF_SYS_pwrite 174
/* syscall: "ntp_gettime" ret: "int" args: "struct ntptimeval *" */
#define PECOFF_SYS_ntp_gettime 175
#if defined(NTP) || !defined(_KERNEL)
/* syscall: "ntp_adjtime" ret: "int" args: "struct timex *" */
#define PECOFF_SYS_ntp_adjtime 176

View File

@ -1,10 +1,10 @@
/* $NetBSD: pecoff_syscallargs.h,v 1.19 2006/05/04 17:50:28 christos Exp $ */
/* $NetBSD: pecoff_syscallargs.h,v 1.20 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.17 2006/05/04 17:48:56 christos Exp
* created from NetBSD: syscalls.master,v 1.18 2006/05/29 09:44:51 drochner Exp
*/
#ifndef _PECOFF_SYS_SYSCALLARGS_H_
@ -523,8 +523,6 @@ int sys_pread(struct lwp *, void *, register_t *);
int sys_pwrite(struct lwp *, void *, register_t *);
int sys_ntp_gettime(struct lwp *, void *, register_t *);
#if defined(NTP) || !defined(_KERNEL)
int sys_ntp_adjtime(struct lwp *, void *, register_t *);

View File

@ -1,14 +1,14 @@
/* $NetBSD: pecoff_syscalls.c,v 1.18 2006/05/04 17:50:28 christos Exp $ */
/* $NetBSD: pecoff_syscalls.c,v 1.19 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.17 2006/05/04 17:48:56 christos Exp
* created from NetBSD: syscalls.master,v 1.18 2006/05/29 09:44:51 drochner Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pecoff_syscalls.c,v 1.18 2006/05/04 17:50:28 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: pecoff_syscalls.c,v 1.19 2006/05/29 09:46:54 drochner Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -249,7 +249,7 @@ const char *const pecoff_syscallnames[] = {
"#172 (unimplemented)", /* 172 = unimplemented */
"pread", /* 173 = pread */
"pwrite", /* 174 = pwrite */
"ntp_gettime", /* 175 = ntp_gettime */
"#175 (unimplemented { int sys_ntp_gettime ( struct ntptimeval * ntvp ) ; })", /* 175 = unimplemented { int sys_ntp_gettime ( struct ntptimeval * ntvp ) ; } */
#if defined(NTP) || !defined(_KERNEL)
"ntp_adjtime", /* 176 = ntp_adjtime */
#else

View File

@ -1,14 +1,14 @@
/* $NetBSD: pecoff_sysent.c,v 1.19 2006/05/04 17:50:28 christos Exp $ */
/* $NetBSD: pecoff_sysent.c,v 1.20 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.17 2006/05/04 17:48:56 christos Exp
* created from NetBSD: syscalls.master,v 1.18 2006/05/29 09:44:51 drochner Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pecoff_sysent.c,v 1.19 2006/05/04 17:50:28 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: pecoff_sysent.c,v 1.20 2006/05/29 09:46:54 drochner Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"
@ -434,8 +434,8 @@ struct sysent pecoff_sysent[] = {
sys_pread }, /* 173 = pread */
{ 5, s(struct sys_pwrite_args), 0,
sys_pwrite }, /* 174 = pwrite */
{ 1, s(struct sys_ntp_gettime_args), 0,
sys_ntp_gettime }, /* 175 = ntp_gettime */
{ 0, 0, 0,
sys_nosys }, /* 175 = unimplemented { int sys_ntp_gettime ( struct ntptimeval * ntvp ) ; } */
#if defined(NTP) || !defined(_KERNEL)
{ 1, s(struct sys_ntp_adjtime_args), 0,
sys_ntp_adjtime }, /* 176 = ntp_adjtime */

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_syscall.h,v 1.74 2006/04/02 06:34:18 macallan Exp $ */
/* $NetBSD: svr4_syscall.h,v 1.75 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.52 2003/01/18 08:44:27 thorpej Exp
* created from NetBSD: syscalls.master,v 1.54 2006/05/29 09:44:51 drochner Exp
*/
#ifndef _SVR4_SYS_SYSCALL_H_
@ -494,9 +494,6 @@
/* syscall: "setsockopt" ret: "int" args: "int" "int" "int" "const void *" "int" */
#define SVR4_SYS_setsockopt 246
/* syscall: "ntp_gettime" ret: "int" args: "struct ntptimeval *" */
#define SVR4_SYS_ntp_gettime 248
#if defined(NTP) || !defined(_KERNEL)
/* syscall: "ntp_adjtime" ret: "int" args: "struct timex *" */
#define SVR4_SYS_ntp_adjtime 249

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_syscallargs.h,v 1.73 2006/04/02 06:34:18 macallan Exp $ */
/* $NetBSD: svr4_syscallargs.h,v 1.74 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.52 2003/01/18 08:44:27 thorpej Exp
* created from NetBSD: syscalls.master,v 1.54 2006/05/29 09:44:51 drochner Exp
*/
#ifndef _SVR4_SYS_SYSCALLARGS_H_
@ -837,8 +837,6 @@ int sys_getsockopt(struct lwp *, void *, register_t *);
int sys_setsockopt(struct lwp *, void *, register_t *);
int sys_ntp_gettime(struct lwp *, void *, register_t *);
#if defined(NTP) || !defined(_KERNEL)
int sys_ntp_adjtime(struct lwp *, void *, register_t *);

View File

@ -1,14 +1,14 @@
/* $NetBSD: svr4_syscalls.c,v 1.74 2006/04/02 06:34:18 macallan Exp $ */
/* $NetBSD: svr4_syscalls.c,v 1.75 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.52 2003/01/18 08:44:27 thorpej Exp
* created from NetBSD: syscalls.master,v 1.54 2006/05/29 09:44:51 drochner Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_syscalls.c,v 1.74 2006/04/02 06:34:18 macallan Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_syscalls.c,v 1.75 2006/05/29 09:46:54 drochner Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -295,7 +295,7 @@ const char *const svr4_syscallnames[] = {
"getsockopt", /* 245 = getsockopt */
"setsockopt", /* 246 = setsockopt */
"#247 (unimplemented sockconfig)", /* 247 = unimplemented sockconfig */
"ntp_gettime", /* 248 = ntp_gettime */
"#248 (unimplemented { int sys_ntp_gettime ( struct ntptimeval * ntvp ) ; })", /* 248 = unimplemented { int sys_ntp_gettime ( struct ntptimeval * ntvp ) ; } */
#if defined(NTP) || !defined(_KERNEL)
"ntp_adjtime", /* 249 = ntp_adjtime */
#else

View File

@ -1,14 +1,14 @@
/* $NetBSD: svr4_sysent.c,v 1.77 2006/05/14 21:25:21 elad Exp $ */
/* $NetBSD: svr4_sysent.c,v 1.78 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.52 2003/01/18 08:44:27 thorpej Exp
* created from NetBSD: syscalls.master,v 1.54 2006/05/29 09:44:51 drochner Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_sysent.c,v 1.77 2006/05/14 21:25:21 elad Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_sysent.c,v 1.78 2006/05/29 09:46:54 drochner Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"
@ -546,8 +546,8 @@ struct sysent svr4_sysent[] = {
sys_setsockopt }, /* 246 = setsockopt */
{ 0, 0, 0,
sys_nosys }, /* 247 = unimplemented sockconfig */
{ 1, s(struct sys_ntp_gettime_args), 0,
sys_ntp_gettime }, /* 248 = ntp_gettime */
{ 0, 0, 0,
sys_nosys }, /* 248 = unimplemented { int sys_ntp_gettime ( struct ntptimeval * ntvp ) ; } */
#if defined(NTP) || !defined(_KERNEL)
{ 1, s(struct sys_ntp_adjtime_args), 0,
sys_ntp_adjtime }, /* 249 = ntp_adjtime */

View File

@ -1,12 +1,15 @@
/* $NetBSD: svr4_32_syscall.h,v 1.12 2005/12/11 12:20:26 christos Exp $ */
/* $NetBSD: svr4_32_syscall.h,v 1.13 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2003/12/07 01:36:58 dmcmahill Exp
* created from NetBSD: syscalls.master,v 1.9 2006/05/29 09:44:51 drochner Exp
*/
#ifndef _SVR4_32_SYS_SYSCALL_H_
#define _SVR4_32_SYS_SYSCALL_H_
/* syscall: "syscall" ret: "int" args: */
#define SVR4_32_SYS_syscall 0
@ -491,9 +494,6 @@
/* syscall: "netbsd32_setsockopt" ret: "int" args: "int" "int" "int" "const netbsd32_voidp" "int" */
#define SVR4_32_SYS_netbsd32_setsockopt 246
/* syscall: "netbsd32_ntp_gettime" ret: "int" args: "netbsd32_ntptimevalp_t" */
#define SVR4_32_SYS_netbsd32_ntp_gettime 248
#if defined(NTP) || !defined(_KERNEL)
/* syscall: "netbsd32_ntp_adjtime" ret: "int" args: "netbsd32_timexp_t" */
#define SVR4_32_SYS_netbsd32_ntp_adjtime 249
@ -503,3 +503,4 @@
#endif
#define SVR4_32_SYS_MAXSYSCALL 256
#define SVR4_32_SYS_NSYSENT 256
#endif /* _SVR4_32_SYS_SYSCALL_H_ */

View File

@ -1,14 +1,14 @@
/* $NetBSD: svr4_32_syscallargs.h,v 1.12 2005/12/11 12:20:26 christos Exp $ */
/* $NetBSD: svr4_32_syscallargs.h,v 1.13 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2003/12/07 01:36:58 dmcmahill Exp
* created from NetBSD: syscalls.master,v 1.9 2006/05/29 09:44:51 drochner Exp
*/
#ifndef _SVR4_32_SYS__SYSCALLARGS_H_
#define _SVR4_32_SYS__SYSCALLARGS_H_
#ifndef _SVR4_32_SYS_SYSCALLARGS_H_
#define _SVR4_32_SYS_SYSCALLARGS_H_
#ifdef syscallarg
#undef syscallarg
@ -831,11 +831,9 @@ int netbsd32_getsockopt(struct lwp *, void *, register_t *);
int netbsd32_setsockopt(struct lwp *, void *, register_t *);
int netbsd32_ntp_gettime(struct lwp *, void *, register_t *);
#if defined(NTP) || !defined(_KERNEL)
int netbsd32_ntp_adjtime(struct lwp *, void *, register_t *);
#else
#endif
#endif /* _SVR4_32_SYS__SYSCALLARGS_H_ */
#endif /* _SVR4_32_SYS_SYSCALLARGS_H_ */

View File

@ -1,14 +1,14 @@
/* $NetBSD: svr4_32_syscalls.c,v 1.12 2005/12/11 12:20:26 christos Exp $ */
/* $NetBSD: svr4_32_syscalls.c,v 1.13 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2003/12/07 01:36:58 dmcmahill Exp
* created from NetBSD: syscalls.master,v 1.9 2006/05/29 09:44:51 drochner Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.12 2005/12/11 12:20:26 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.13 2006/05/29 09:46:54 drochner Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -296,7 +296,7 @@ const char *const svr4_32_syscallnames[] = {
"netbsd32_getsockopt", /* 245 = netbsd32_getsockopt */
"netbsd32_setsockopt", /* 246 = netbsd32_setsockopt */
"#247 (unimplemented sockconfig)", /* 247 = unimplemented sockconfig */
"netbsd32_ntp_gettime", /* 248 = netbsd32_ntp_gettime */
"#248 (unimplemented { int netbsd32_ntp_gettime ( netbsd32_ntptimevalp_t ntvp ) ; })", /* 248 = unimplemented { int netbsd32_ntp_gettime ( netbsd32_ntptimevalp_t ntvp ) ; } */
#if defined(NTP) || !defined(_KERNEL)
"netbsd32_ntp_adjtime", /* 249 = netbsd32_ntp_adjtime */
#else

View File

@ -1,14 +1,14 @@
/* $NetBSD: svr4_32_sysent.c,v 1.13 2005/12/11 12:20:26 christos Exp $ */
/* $NetBSD: svr4_32_sysent.c,v 1.14 2006/05/29 09:46:54 drochner Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2003/12/07 01:36:58 dmcmahill Exp
* created from NetBSD: syscalls.master,v 1.9 2006/05/29 09:44:51 drochner Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.13 2005/12/11 12:20:26 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.14 2006/05/29 09:46:54 drochner Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"
@ -547,8 +547,8 @@ struct sysent svr4_32_sysent[] = {
netbsd32_setsockopt }, /* 246 = netbsd32_setsockopt */
{ 0, 0, 0,
sys_nosys }, /* 247 = unimplemented sockconfig */
{ 1, s(struct netbsd32_ntp_gettime_args), 0,
netbsd32_ntp_gettime }, /* 248 = netbsd32_ntp_gettime */
{ 0, 0, 0,
sys_nosys }, /* 248 = unimplemented { int netbsd32_ntp_gettime ( netbsd32_ntptimevalp_t ntvp ) ; } */
#if defined(NTP) || !defined(_KERNEL)
{ 1, s(struct netbsd32_ntp_adjtime_args), 0,
netbsd32_ntp_adjtime }, /* 249 = netbsd32_ntp_adjtime */