regen for conditional lfs syscall removal
This commit is contained in:
parent
f1d702e017
commit
cfd5efb415
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: aoutm68k_syscall.h,v 1.39 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: aoutm68k_syscall.h,v 1.40 2010/03/02 16:09:10 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.33 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.35 2010/03/02 16:08:15 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _AOUTM68K_SYS_SYSCALL_H_
|
||||
|
@ -654,25 +654,10 @@
|
|||
/* syscall: "seteuid" ret: "int" args: "uid_t" */
|
||||
#define AOUTM68K_SYS_seteuid 183
|
||||
|
||||
#if defined(LFS) || !defined(_KERNEL)
|
||||
/* syscall: "lfs_bmapv" ret: "int" args: "fsid_t *" "struct block_info *" "int" */
|
||||
#define AOUTM68K_SYS_lfs_bmapv 184
|
||||
|
||||
/* syscall: "lfs_markv" ret: "int" args: "fsid_t *" "struct block_info *" "int" */
|
||||
#define AOUTM68K_SYS_lfs_markv 185
|
||||
|
||||
/* syscall: "lfs_segclean" ret: "int" args: "fsid_t *" "u_long" */
|
||||
#define AOUTM68K_SYS_lfs_segclean 186
|
||||
|
||||
/* syscall: "lfs_segwait" ret: "int" args: "fsid_t *" "struct timeval50 *" */
|
||||
#define AOUTM68K_SYS_lfs_segwait 187
|
||||
|
||||
#else
|
||||
/* 184 is excluded lfs_bmapv */
|
||||
/* 185 is excluded lfs_markv */
|
||||
/* 186 is excluded lfs_segclean */
|
||||
/* 187 is excluded lfs_segwait */
|
||||
#endif
|
||||
#if defined(COMPAT_12) || !defined(_KERNEL)
|
||||
/* syscall: "stat12" ret: "int" args: "const char *" "struct aoutm68k_stat12 *" */
|
||||
#define AOUTM68K_SYS_stat12 188
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: aoutm68k_syscallargs.h,v 1.37 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: aoutm68k_syscallargs.h,v 1.38 2010/03/02 16:09:10 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.33 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.35 2010/03/02 16:08:15 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _AOUTM68K_SYS_SYSCALLARGS_H_
|
||||
|
@ -427,17 +427,6 @@ struct sys_setgid_args;
|
|||
struct sys_setegid_args;
|
||||
|
||||
struct sys_seteuid_args;
|
||||
#if defined(LFS) || !defined(_KERNEL)
|
||||
|
||||
struct sys_lfs_bmapv_args;
|
||||
|
||||
struct sys_lfs_markv_args;
|
||||
|
||||
struct sys_lfs_segclean_args;
|
||||
|
||||
struct compat_50_sys_lfs_segwait_args;
|
||||
#else
|
||||
#endif
|
||||
#if defined(COMPAT_12) || !defined(_KERNEL)
|
||||
|
||||
struct aoutm68k_compat_12_sys_stat_args {
|
||||
|
@ -1088,17 +1077,6 @@ int sys_setegid(struct lwp *, const struct sys_setegid_args *, register_t *);
|
|||
|
||||
int sys_seteuid(struct lwp *, const struct sys_seteuid_args *, register_t *);
|
||||
|
||||
#if defined(LFS) || !defined(_KERNEL)
|
||||
int sys_lfs_bmapv(struct lwp *, const struct sys_lfs_bmapv_args *, register_t *);
|
||||
|
||||
int sys_lfs_markv(struct lwp *, const struct sys_lfs_markv_args *, register_t *);
|
||||
|
||||
int sys_lfs_segclean(struct lwp *, const struct sys_lfs_segclean_args *, register_t *);
|
||||
|
||||
int compat_50_sys_lfs_segwait(struct lwp *, const struct compat_50_sys_lfs_segwait_args *, register_t *);
|
||||
|
||||
#else
|
||||
#endif
|
||||
#if defined(COMPAT_12) || !defined(_KERNEL)
|
||||
int aoutm68k_compat_12_sys_stat(struct lwp *, const struct aoutm68k_compat_12_sys_stat_args *, register_t *);
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: aoutm68k_syscalls.c,v 1.36 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: aoutm68k_syscalls.c,v 1.37 2010/03/02 16:09:10 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.33 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.35 2010/03/02 16:08:15 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.36 2009/12/14 00:58:35 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.37 2010/03/02 16:09:10 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
@ -18,7 +18,6 @@ __KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.36 2009/12/14 00:58:35 matt
|
|||
#include "opt_compat_netbsd.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
|
@ -374,17 +373,10 @@ const char *const aoutm68k_syscallnames[] = {
|
|||
/* 181 */ "setgid",
|
||||
/* 182 */ "setegid",
|
||||
/* 183 */ "seteuid",
|
||||
#if defined(LFS) || !defined(_KERNEL)
|
||||
/* 184 */ "lfs_bmapv",
|
||||
/* 185 */ "lfs_markv",
|
||||
/* 186 */ "lfs_segclean",
|
||||
/* 187 */ "lfs_segwait",
|
||||
#else
|
||||
/* 184 */ "#184 (excluded lfs_bmapv)",
|
||||
/* 185 */ "#185 (excluded lfs_markv)",
|
||||
/* 186 */ "#186 (excluded lfs_segclean)",
|
||||
/* 187 */ "#187 (excluded lfs_segwait)",
|
||||
#endif
|
||||
#if defined(COMPAT_12) || !defined(_KERNEL)
|
||||
/* 188 */ "stat12",
|
||||
/* 189 */ "fstat12",
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: aoutm68k_sysent.c,v 1.41 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: aoutm68k_sysent.c,v 1.42 2010/03/02 16:09:10 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.33 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.35 2010/03/02 16:08:15 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.41 2009/12/14 00:58:35 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.42 2010/03/02 16:09:10 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ktrace.h"
|
||||
|
@ -17,7 +17,6 @@ __KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.41 2009/12/14 00:58:35 matt Ex
|
|||
#include "opt_compat_netbsd.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
|
@ -66,7 +65,7 @@ struct sysent aoutm68k_sysent[] = {
|
|||
(sy_call_t *)sys_chdir }, /* 12 = chdir */
|
||||
{ ns(struct sys_fchdir_args), 0,
|
||||
(sy_call_t *)sys_fchdir }, /* 13 = fchdir */
|
||||
{ ns(struct compat_50_sys_mknod_args), 0,
|
||||
{ ns(struct compat_50_sys_mknod_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64,
|
||||
(sy_call_t *)compat_50_sys_mknod }, /* 14 = mknod */
|
||||
{ ns(struct sys_chmod_args), 0,
|
||||
(sy_call_t *)sys_chmod }, /* 15 = chmod */
|
||||
|
@ -614,16 +613,6 @@ struct sysent aoutm68k_sysent[] = {
|
|||
(sy_call_t *)sys_setegid }, /* 182 = setegid */
|
||||
{ ns(struct sys_seteuid_args), 0,
|
||||
(sy_call_t *)sys_seteuid }, /* 183 = seteuid */
|
||||
#if defined(LFS) || !defined(_KERNEL)
|
||||
{ ns(struct sys_lfs_bmapv_args), 0,
|
||||
(sy_call_t *)sys_lfs_bmapv }, /* 184 = lfs_bmapv */
|
||||
{ ns(struct sys_lfs_markv_args), 0,
|
||||
(sy_call_t *)sys_lfs_markv }, /* 185 = lfs_markv */
|
||||
{ ns(struct sys_lfs_segclean_args), 0,
|
||||
(sy_call_t *)sys_lfs_segclean }, /* 186 = lfs_segclean */
|
||||
{ ns(struct compat_50_sys_lfs_segwait_args), 0,
|
||||
(sy_call_t *)compat_50_sys_lfs_segwait },/* 187 = lfs_segwait */
|
||||
#else
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 184 = excluded lfs_bmapv */
|
||||
{ 0, 0, 0,
|
||||
|
@ -632,7 +621,6 @@ struct sysent aoutm68k_sysent[] = {
|
|||
sys_nosys }, /* 186 = excluded lfs_segclean */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 187 = excluded lfs_segwait */
|
||||
#endif
|
||||
#if defined(COMPAT_12) || !defined(_KERNEL)
|
||||
{ ns(struct aoutm68k_compat_12_sys_stat_args), 0,
|
||||
(sy_call_t *)aoutm68k_compat_12_sys_stat },/* 188 = stat12 */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: darwin_syscall.h,v 1.57 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: darwin_syscall.h,v 1.58 2010/03/02 16:09:10 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.38 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.39 2010/03/02 16:00:03 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _DARWIN_SYS_SYSCALL_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: darwin_syscallargs.h,v 1.57 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: darwin_syscallargs.h,v 1.58 2010/03/02 16:09:10 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.38 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.39 2010/03/02 16:00:03 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _DARWIN_SYS_SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: darwin_syscalls.c,v 1.58 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: darwin_syscalls.c,v 1.59 2010/03/02 16:09:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.38 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.39 2010/03/02 16:00:03 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.58 2009/12/14 00:58:35 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.59 2010/03/02 16:09:11 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ktrace.h"
|
||||
|
@ -17,7 +17,6 @@ __KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.58 2009/12/14 00:58:35 matt Ex
|
|||
#include "opt_compat_netbsd.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: darwin_sysent.c,v 1.58 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: darwin_sysent.c,v 1.59 2010/03/02 16:09:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.38 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.39 2010/03/02 16:00:03 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.58 2009/12/14 00:58:35 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.59 2010/03/02 16:09:11 pooka Exp $");
|
||||
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
|
@ -16,7 +16,6 @@ __KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.58 2009/12/14 00:58:35 matt Exp
|
|||
#include "opt_compat_netbsd.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: freebsd_syscall.h,v 1.74 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: freebsd_syscall.h,v 1.75 2010/03/02 16:09:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.62 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.63 2010/03/02 16:00:03 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _FREEBSD_SYS_SYSCALL_H_
|
||||
|
@ -521,21 +521,6 @@
|
|||
/* syscall: "seteuid" ret: "int" args: "uid_t" */
|
||||
#define FREEBSD_SYS_seteuid 183
|
||||
|
||||
#ifdef LFS
|
||||
/* syscall: "lfs_bmapv" ret: "int" args: "fsid_t *" "struct block_info *" "int" */
|
||||
#define FREEBSD_SYS_lfs_bmapv 184
|
||||
|
||||
/* syscall: "lfs_markv" ret: "int" args: "fsid_t *" "struct block_info *" "int" */
|
||||
#define FREEBSD_SYS_lfs_markv 185
|
||||
|
||||
/* syscall: "lfs_segclean" ret: "int" args: "fsid_t *" "u_long" */
|
||||
#define FREEBSD_SYS_lfs_segclean 186
|
||||
|
||||
/* syscall: "lfs_segwait" ret: "int" args: "fsid_t *" "struct timeval50 *" */
|
||||
#define FREEBSD_SYS_lfs_segwait 187
|
||||
|
||||
#else
|
||||
#endif
|
||||
/* syscall: "stat" ret: "int" args: "const char *" "struct stat12 *" */
|
||||
#define FREEBSD_SYS_stat 188
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: freebsd_syscallargs.h,v 1.77 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: freebsd_syscallargs.h,v 1.78 2010/03/02 16:09:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.62 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.63 2010/03/02 16:00:03 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _FREEBSD_SYS_SYSCALLARGS_H_
|
||||
|
@ -385,17 +385,6 @@ struct sys_setgid_args;
|
|||
struct sys_setegid_args;
|
||||
|
||||
struct sys_seteuid_args;
|
||||
#ifdef LFS
|
||||
|
||||
struct sys_lfs_bmapv_args;
|
||||
|
||||
struct sys_lfs_markv_args;
|
||||
|
||||
struct sys_lfs_segclean_args;
|
||||
|
||||
struct compat_50_sys_lfs_segwait_args;
|
||||
#else
|
||||
#endif
|
||||
|
||||
struct compat_12_sys_stat_args;
|
||||
|
||||
|
@ -958,17 +947,6 @@ int sys_setegid(struct lwp *, const struct sys_setegid_args *, register_t *);
|
|||
|
||||
int sys_seteuid(struct lwp *, const struct sys_seteuid_args *, register_t *);
|
||||
|
||||
#ifdef LFS
|
||||
int sys_lfs_bmapv(struct lwp *, const struct sys_lfs_bmapv_args *, register_t *);
|
||||
|
||||
int sys_lfs_markv(struct lwp *, const struct sys_lfs_markv_args *, register_t *);
|
||||
|
||||
int sys_lfs_segclean(struct lwp *, const struct sys_lfs_segclean_args *, register_t *);
|
||||
|
||||
int compat_50_sys_lfs_segwait(struct lwp *, const struct compat_50_sys_lfs_segwait_args *, register_t *);
|
||||
|
||||
#else
|
||||
#endif
|
||||
int compat_12_sys_stat(struct lwp *, const struct compat_12_sys_stat_args *, register_t *);
|
||||
|
||||
int compat_12_sys_fstat(struct lwp *, const struct compat_12_sys_fstat_args *, register_t *);
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: freebsd_syscalls.c,v 1.74 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: freebsd_syscalls.c,v 1.75 2010/03/02 16:09:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.62 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.63 2010/03/02 16:00:03 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: freebsd_syscalls.c,v 1.74 2009/12/14 00:58:35 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: freebsd_syscalls.c,v 1.75 2010/03/02 16:09:11 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
@ -17,7 +17,6 @@ __KERNEL_RCSID(0, "$NetBSD: freebsd_syscalls.c,v 1.74 2009/12/14 00:58:35 matt E
|
|||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#include "opt_posix.h"
|
||||
#include "fs_lfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -243,17 +242,10 @@ const char *const freebsd_syscallnames[] = {
|
|||
/* 181 */ "setgid",
|
||||
/* 182 */ "setegid",
|
||||
/* 183 */ "seteuid",
|
||||
#ifdef LFS
|
||||
/* 184 */ "lfs_bmapv",
|
||||
/* 185 */ "lfs_markv",
|
||||
/* 186 */ "lfs_segclean",
|
||||
/* 187 */ "lfs_segwait",
|
||||
#else
|
||||
/* 184 */ "#184 (unimplemented)",
|
||||
/* 185 */ "#185 (unimplemented)",
|
||||
/* 186 */ "#186 (unimplemented)",
|
||||
/* 187 */ "#187 (unimplemented)",
|
||||
#endif
|
||||
/* 188 */ "stat",
|
||||
/* 189 */ "fstat",
|
||||
/* 190 */ "lstat",
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: freebsd_sysent.c,v 1.76 2009/12/14 00:58:35 matt Exp $ */
|
||||
/* $NetBSD: freebsd_sysent.c,v 1.77 2010/03/02 16:09:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.62 2009/01/13 22:27:43 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.63 2010/03/02 16:00:03 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: freebsd_sysent.c,v 1.76 2009/12/14 00:58:35 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: freebsd_sysent.c,v 1.77 2010/03/02 16:09:11 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ktrace.h"
|
||||
|
@ -16,7 +16,6 @@ __KERNEL_RCSID(0, "$NetBSD: freebsd_sysent.c,v 1.76 2009/12/14 00:58:35 matt Exp
|
|||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#include "opt_posix.h"
|
||||
#include "fs_lfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -436,16 +435,6 @@ struct sysent freebsd_sysent[] = {
|
|||
(sy_call_t *)sys_setegid }, /* 182 = setegid */
|
||||
{ ns(struct sys_seteuid_args), 0,
|
||||
(sy_call_t *)sys_seteuid }, /* 183 = seteuid */
|
||||
#ifdef LFS
|
||||
{ ns(struct sys_lfs_bmapv_args), 0,
|
||||
(sy_call_t *)sys_lfs_bmapv }, /* 184 = lfs_bmapv */
|
||||
{ ns(struct sys_lfs_markv_args), 0,
|
||||
(sy_call_t *)sys_lfs_markv }, /* 185 = lfs_markv */
|
||||
{ ns(struct sys_lfs_segclean_args), 0,
|
||||
(sy_call_t *)sys_lfs_segclean }, /* 186 = lfs_segclean */
|
||||
{ ns(struct compat_50_sys_lfs_segwait_args), 0,
|
||||
(sy_call_t *)compat_50_sys_lfs_segwait },/* 187 = lfs_segwait */
|
||||
#else
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 184 = unimplemented */
|
||||
{ 0, 0, 0,
|
||||
|
@ -454,7 +443,6 @@ struct sysent freebsd_sysent[] = {
|
|||
sys_nosys }, /* 186 = unimplemented */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 187 = unimplemented */
|
||||
#endif
|
||||
{ ns(struct compat_12_sys_stat_args), 0,
|
||||
(sy_call_t *)compat_12_sys_stat }, /* 188 = stat */
|
||||
{ ns(struct compat_12_sys_fstat_args), 0,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: netbsd32_compat_50.c,v 1.9 2010/01/19 23:15:50 pooka Exp $ */
|
||||
/* $NetBSD: netbsd32_compat_50.c,v 1.10 2010/03/02 16:09:11 pooka Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2008 The NetBSD Foundation, Inc.
|
||||
|
@ -36,12 +36,10 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_50.c,v 1.9 2010/01/19 23:15:50 pooka Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_50.c,v 1.10 2010/03/02 16:09:11 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_sysv.h"
|
||||
|
||||
#include "fs_lfs.h"
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -280,15 +278,6 @@ compat_50_netbsd32_adjtime(struct lwp *l,
|
|||
return 0;
|
||||
}
|
||||
|
||||
#if defined(LFS) || !defined(_KERNEL)
|
||||
int
|
||||
compat_50_netbsd32_lfs_segwait(struct lwp *l,
|
||||
const struct compat_50_netbsd32_lfs_segwait_args *uap, register_t *retval)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
int
|
||||
compat_50_netbsd32_futimes(struct lwp *l,
|
||||
const struct compat_50_netbsd32_futimes_args *uap, register_t *retval)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: netbsd32_syscall.h,v 1.90 2009/12/14 00:58:37 matt Exp $ */
|
||||
/* $NetBSD: netbsd32_syscall.h,v 1.91 2010/03/02 16:09:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.83 2010/03/02 16:02:43 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _NETBSD32_SYS_SYSCALL_H_
|
||||
|
@ -515,25 +515,10 @@
|
|||
/* syscall: "netbsd32_seteuid" ret: "int" args: "uid_t" */
|
||||
#define NETBSD32_SYS_netbsd32_seteuid 183
|
||||
|
||||
#if defined(LFS) || !defined(_KERNEL_OPT)
|
||||
/* syscall: "netbsd32_lfs_bmapv" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_block_infop_t" "int" */
|
||||
#define NETBSD32_SYS_netbsd32_lfs_bmapv 184
|
||||
|
||||
/* syscall: "netbsd32_lfs_markv" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_block_infop_t" "int" */
|
||||
#define NETBSD32_SYS_netbsd32_lfs_markv 185
|
||||
|
||||
/* syscall: "netbsd32_lfs_segclean" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_u_long" */
|
||||
#define NETBSD32_SYS_netbsd32_lfs_segclean 186
|
||||
|
||||
/* syscall: "compat_50_netbsd32_lfs_segwait" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_timeval50p_t" */
|
||||
#define NETBSD32_SYS_compat_50_netbsd32_lfs_segwait 187
|
||||
|
||||
#else
|
||||
/* 184 is excluded netbsd32_lfs_bmapv */
|
||||
/* 185 is excluded netbsd32_lfs_markv */
|
||||
/* 186 is excluded netbsd32_lfs_segclean */
|
||||
/* 187 is excluded netbsd32_lfs_segwait */
|
||||
#endif
|
||||
/* syscall: "compat_12_netbsd32_stat12" ret: "int" args: "netbsd32_charp" "netbsd32_stat12p_t" */
|
||||
#define NETBSD32_SYS_compat_12_netbsd32_stat12 188
|
||||
|
||||
|
@ -1119,13 +1104,7 @@
|
|||
/* syscall: "netbsd32___adjtime50" ret: "int" args: "const netbsd32_timevalp_t" "netbsd32_timevalp_t" */
|
||||
#define NETBSD32_SYS_netbsd32___adjtime50 421
|
||||
|
||||
#if defined(LFS) || !defined(_KERNEL_OPT)
|
||||
/* syscall: "netbsd32___lfs_segwait50" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_timevalp_t" */
|
||||
#define NETBSD32_SYS_netbsd32___lfs_segwait50 422
|
||||
|
||||
#else
|
||||
/* 422 is excluded __lfs_segwait50 */
|
||||
#endif
|
||||
/* syscall: "netbsd32___futimes50" ret: "int" args: "int" "const netbsd32_timevalp_t" */
|
||||
#define NETBSD32_SYS_netbsd32___futimes50 423
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: netbsd32_syscallargs.h,v 1.90 2009/12/14 00:58:37 matt Exp $ */
|
||||
/* $NetBSD: netbsd32_syscallargs.h,v 1.91 2010/03/02 16:09:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.83 2010/03/02 16:02:43 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _NETBSD32_SYS_SYSCALLARGS_H_
|
||||
|
@ -952,35 +952,6 @@ struct netbsd32_seteuid_args {
|
|||
syscallarg(uid_t) euid;
|
||||
};
|
||||
check_syscall_args(netbsd32_seteuid)
|
||||
#if defined(LFS) || !defined(_KERNEL_OPT)
|
||||
|
||||
struct netbsd32_lfs_bmapv_args {
|
||||
syscallarg(netbsd32_fsid_tp_t) fsidp;
|
||||
syscallarg(netbsd32_block_infop_t) blkiov;
|
||||
syscallarg(int) blkcnt;
|
||||
};
|
||||
check_syscall_args(netbsd32_lfs_bmapv)
|
||||
|
||||
struct netbsd32_lfs_markv_args {
|
||||
syscallarg(netbsd32_fsid_tp_t) fsidp;
|
||||
syscallarg(netbsd32_block_infop_t) blkiov;
|
||||
syscallarg(int) blkcnt;
|
||||
};
|
||||
check_syscall_args(netbsd32_lfs_markv)
|
||||
|
||||
struct netbsd32_lfs_segclean_args {
|
||||
syscallarg(netbsd32_fsid_tp_t) fsidp;
|
||||
syscallarg(netbsd32_u_long) segment;
|
||||
};
|
||||
check_syscall_args(netbsd32_lfs_segclean)
|
||||
|
||||
struct compat_50_netbsd32_lfs_segwait_args {
|
||||
syscallarg(netbsd32_fsid_tp_t) fsidp;
|
||||
syscallarg(netbsd32_timeval50p_t) tv;
|
||||
};
|
||||
check_syscall_args(compat_50_netbsd32_lfs_segwait)
|
||||
#else
|
||||
#endif
|
||||
|
||||
struct compat_12_netbsd32_stat12_args {
|
||||
syscallarg(netbsd32_charp) path;
|
||||
|
@ -2146,15 +2117,6 @@ struct netbsd32___adjtime50_args {
|
|||
syscallarg(netbsd32_timevalp_t) olddelta;
|
||||
};
|
||||
check_syscall_args(netbsd32___adjtime50)
|
||||
#if defined(LFS) || !defined(_KERNEL_OPT)
|
||||
|
||||
struct netbsd32___lfs_segwait50_args {
|
||||
syscallarg(netbsd32_fsid_tp_t) fsidp;
|
||||
syscallarg(netbsd32_timevalp_t) tv;
|
||||
};
|
||||
check_syscall_args(netbsd32___lfs_segwait50)
|
||||
#else
|
||||
#endif
|
||||
|
||||
struct netbsd32___futimes50_args {
|
||||
syscallarg(int) fd;
|
||||
|
@ -2681,17 +2643,6 @@ int netbsd32_setegid(struct lwp *, const struct netbsd32_setegid_args *, registe
|
|||
|
||||
int netbsd32_seteuid(struct lwp *, const struct netbsd32_seteuid_args *, register_t *);
|
||||
|
||||
#if defined(LFS) || !defined(_KERNEL_OPT)
|
||||
int netbsd32_lfs_bmapv(struct lwp *, const struct netbsd32_lfs_bmapv_args *, register_t *);
|
||||
|
||||
int netbsd32_lfs_markv(struct lwp *, const struct netbsd32_lfs_markv_args *, register_t *);
|
||||
|
||||
int netbsd32_lfs_segclean(struct lwp *, const struct netbsd32_lfs_segclean_args *, register_t *);
|
||||
|
||||
int compat_50_netbsd32_lfs_segwait(struct lwp *, const struct compat_50_netbsd32_lfs_segwait_args *, register_t *);
|
||||
|
||||
#else
|
||||
#endif
|
||||
int compat_12_netbsd32_stat12(struct lwp *, const struct compat_12_netbsd32_stat12_args *, register_t *);
|
||||
|
||||
int compat_12_netbsd32_fstat12(struct lwp *, const struct compat_12_netbsd32_fstat12_args *, register_t *);
|
||||
|
@ -3072,11 +3023,6 @@ int netbsd32___utimes50(struct lwp *, const struct netbsd32___utimes50_args *, r
|
|||
|
||||
int netbsd32___adjtime50(struct lwp *, const struct netbsd32___adjtime50_args *, register_t *);
|
||||
|
||||
#if defined(LFS) || !defined(_KERNEL_OPT)
|
||||
int netbsd32___lfs_segwait50(struct lwp *, const struct netbsd32___lfs_segwait50_args *, register_t *);
|
||||
|
||||
#else
|
||||
#endif
|
||||
int netbsd32___futimes50(struct lwp *, const struct netbsd32___futimes50_args *, register_t *);
|
||||
|
||||
int netbsd32___lutimes50(struct lwp *, const struct netbsd32___lutimes50_args *, register_t *);
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: netbsd32_syscalls.c,v 1.89 2009/12/14 00:58:37 matt Exp $ */
|
||||
/* $NetBSD: netbsd32_syscalls.c,v 1.90 2010/03/02 16:09:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.83 2010/03/02 16:02:43 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.89 2009/12/14 00:58:37 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.90 2010/03/02 16:09:11 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
@ -17,7 +17,6 @@ __KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.89 2009/12/14 00:58:37 matt
|
|||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#include "opt_posix.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
|
@ -231,17 +230,10 @@ const char *const netbsd32_syscallnames[] = {
|
|||
/* 181 */ "netbsd32_setgid",
|
||||
/* 182 */ "netbsd32_setegid",
|
||||
/* 183 */ "netbsd32_seteuid",
|
||||
#if defined(LFS) || !defined(_KERNEL_OPT)
|
||||
/* 184 */ "netbsd32_lfs_bmapv",
|
||||
/* 185 */ "netbsd32_lfs_markv",
|
||||
/* 186 */ "netbsd32_lfs_segclean",
|
||||
/* 187 */ "compat_50_netbsd32_lfs_segwait",
|
||||
#else
|
||||
/* 184 */ "#184 (excluded netbsd32_lfs_bmapv)",
|
||||
/* 185 */ "#185 (excluded netbsd32_lfs_markv)",
|
||||
/* 186 */ "#186 (excluded netbsd32_lfs_segclean)",
|
||||
/* 187 */ "#187 (excluded netbsd32_lfs_segwait)",
|
||||
#endif
|
||||
/* 188 */ "compat_12_netbsd32_stat12",
|
||||
/* 189 */ "compat_12_netbsd32_fstat12",
|
||||
/* 190 */ "compat_12_netbsd32_lstat12",
|
||||
|
@ -526,11 +518,7 @@ const char *const netbsd32_syscallnames[] = {
|
|||
/* 419 */ "netbsd32___settimeofday50",
|
||||
/* 420 */ "netbsd32___utimes50",
|
||||
/* 421 */ "netbsd32___adjtime50",
|
||||
#if defined(LFS) || !defined(_KERNEL_OPT)
|
||||
/* 422 */ "netbsd32___lfs_segwait50",
|
||||
#else
|
||||
/* 422 */ "#422 (excluded __lfs_segwait50)",
|
||||
#endif
|
||||
/* 423 */ "netbsd32___futimes50",
|
||||
/* 424 */ "netbsd32___lutimes50",
|
||||
/* 425 */ "netbsd32___setitimer50",
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: netbsd32_sysent.c,v 1.89 2009/12/14 00:58:37 matt Exp $ */
|
||||
/* $NetBSD: netbsd32_sysent.c,v 1.90 2010/03/02 16:09:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.83 2010/03/02 16:02:43 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.89 2009/12/14 00:58:37 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.90 2010/03/02 16:09:11 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_compat_netbsd.h"
|
||||
|
@ -16,7 +16,6 @@ __KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.89 2009/12/14 00:58:37 matt Ex
|
|||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#include "opt_posix.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
|
@ -500,16 +499,6 @@ struct sysent netbsd32_sysent[] = {
|
|||
(sy_call_t *)netbsd32_setegid }, /* 182 = netbsd32_setegid */
|
||||
{ ns(struct netbsd32_seteuid_args), 0,
|
||||
(sy_call_t *)netbsd32_seteuid }, /* 183 = netbsd32_seteuid */
|
||||
#if defined(LFS) || !defined(_KERNEL_OPT)
|
||||
{ ns(struct netbsd32_lfs_bmapv_args), 0,
|
||||
(sy_call_t *)netbsd32_lfs_bmapv }, /* 184 = netbsd32_lfs_bmapv */
|
||||
{ ns(struct netbsd32_lfs_markv_args), 0,
|
||||
(sy_call_t *)netbsd32_lfs_markv }, /* 185 = netbsd32_lfs_markv */
|
||||
{ ns(struct netbsd32_lfs_segclean_args), 0,
|
||||
(sy_call_t *)netbsd32_lfs_segclean },/* 186 = netbsd32_lfs_segclean */
|
||||
{ ns(struct compat_50_netbsd32_lfs_segwait_args), 0,
|
||||
(sy_call_t *)compat_50(netbsd32_lfs_segwait) },/* 187 = compat_50_netbsd32_lfs_segwait */
|
||||
#else
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 184 = excluded netbsd32_lfs_bmapv */
|
||||
{ 0, 0, 0,
|
||||
|
@ -518,7 +507,6 @@ struct sysent netbsd32_sysent[] = {
|
|||
sys_nosys }, /* 186 = excluded netbsd32_lfs_segclean */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 187 = excluded netbsd32_lfs_segwait */
|
||||
#endif
|
||||
{ ns(struct compat_12_netbsd32_stat12_args), 0,
|
||||
(sy_call_t *)compat_12(netbsd32_stat12) },/* 188 = compat_12_netbsd32_stat12 */
|
||||
{ ns(struct compat_12_netbsd32_fstat12_args), 0,
|
||||
|
@ -1063,13 +1051,8 @@ struct sysent netbsd32_sysent[] = {
|
|||
(sy_call_t *)netbsd32___utimes50 }, /* 420 = netbsd32___utimes50 */
|
||||
{ ns(struct netbsd32___adjtime50_args), 0,
|
||||
(sy_call_t *)netbsd32___adjtime50 },/* 421 = netbsd32___adjtime50 */
|
||||
#if defined(LFS) || !defined(_KERNEL_OPT)
|
||||
{ ns(struct netbsd32___lfs_segwait50_args), 0,
|
||||
(sy_call_t *)netbsd32___lfs_segwait50 },/* 422 = netbsd32___lfs_segwait50 */
|
||||
#else
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 422 = excluded __lfs_segwait50 */
|
||||
#endif
|
||||
{ ns(struct netbsd32___futimes50_args), 0,
|
||||
(sy_call_t *)netbsd32___futimes50 },/* 423 = netbsd32___futimes50 */
|
||||
{ ns(struct netbsd32___lutimes50_args), 0,
|
||||
|
|
Loading…
Reference in New Issue