Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat regen for conditional lfs syscall removal
details: https://anonhg.NetBSD.org/src/rev/50b11e76ca1a
branches: trunk
changeset: 752625:50b11e76ca1a
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Mar 02 16:09:10 2010 +0000
description:
regen for conditional lfs syscall removal
diffstat:
sys/compat/aoutm68k/aoutm68k_syscall.h | 19 +--------
sys/compat/aoutm68k/aoutm68k_syscallargs.h | 26 +------------
sys/compat/aoutm68k/aoutm68k_syscalls.c | 14 +-----
sys/compat/aoutm68k/aoutm68k_sysent.c | 20 ++--------
sys/compat/darwin/darwin_syscall.h | 4 +-
sys/compat/darwin/darwin_syscallargs.h | 4 +-
sys/compat/darwin/darwin_syscalls.c | 7 +--
sys/compat/darwin/darwin_sysent.c | 7 +--
sys/compat/freebsd/freebsd_syscall.h | 19 +--------
sys/compat/freebsd/freebsd_syscallargs.h | 26 +------------
sys/compat/freebsd/freebsd_syscalls.c | 14 +-----
sys/compat/freebsd/freebsd_sysent.c | 18 +-------
sys/compat/netbsd32/netbsd32_compat_50.c | 15 +------
sys/compat/netbsd32/netbsd32_syscall.h | 25 +-----------
sys/compat/netbsd32/netbsd32_syscallargs.h | 58 +----------------------------
sys/compat/netbsd32/netbsd32_syscalls.c | 18 +-------
sys/compat/netbsd32/netbsd32_sysent.c | 23 +----------
17 files changed, 43 insertions(+), 274 deletions(-)
diffs (truncated from 805 to 300 lines):
diff -r 6f56494b2501 -r 50b11e76ca1a sys/compat/aoutm68k/aoutm68k_syscall.h
--- a/sys/compat/aoutm68k/aoutm68k_syscall.h Tue Mar 02 16:08:15 2010 +0000
+++ b/sys/compat/aoutm68k/aoutm68k_syscall.h Tue Mar 02 16:09:10 2010 +0000
@@ -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
diff -r 6f56494b2501 -r 50b11e76ca1a sys/compat/aoutm68k/aoutm68k_syscallargs.h
--- a/sys/compat/aoutm68k/aoutm68k_syscallargs.h Tue Mar 02 16:08:15 2010 +0000
+++ b/sys/compat/aoutm68k/aoutm68k_syscallargs.h Tue Mar 02 16:09:10 2010 +0000
@@ -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_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_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 *);
diff -r 6f56494b2501 -r 50b11e76ca1a sys/compat/aoutm68k/aoutm68k_syscalls.c
--- a/sys/compat/aoutm68k/aoutm68k_syscalls.c Tue Mar 02 16:08:15 2010 +0000
+++ b/sys/compat/aoutm68k/aoutm68k_syscalls.c Tue Mar 02 16:09:10 2010 +0000
@@ -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 @@
#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 @@
/* 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",
diff -r 6f56494b2501 -r 50b11e76ca1a sys/compat/aoutm68k/aoutm68k_sysent.c
--- a/sys/compat/aoutm68k/aoutm68k_sysent.c Tue Mar 02 16:08:15 2010 +0000
+++ b/sys/compat/aoutm68k/aoutm68k_sysent.c Tue Mar 02 16:09:10 2010 +0000
@@ -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 @@
#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 @@
(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 @@
(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 @@
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 */
diff -r 6f56494b2501 -r 50b11e76ca1a sys/compat/darwin/darwin_syscall.h
--- a/sys/compat/darwin/darwin_syscall.h Tue Mar 02 16:08:15 2010 +0000
+++ b/sys/compat/darwin/darwin_syscall.h Tue Mar 02 16:09:10 2010 +0000
@@ -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_
diff -r 6f56494b2501 -r 50b11e76ca1a sys/compat/darwin/darwin_syscallargs.h
--- a/sys/compat/darwin/darwin_syscallargs.h Tue Mar 02 16:08:15 2010 +0000
+++ b/sys/compat/darwin/darwin_syscallargs.h Tue Mar 02 16:09:10 2010 +0000
@@ -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_
diff -r 6f56494b2501 -r 50b11e76ca1a sys/compat/darwin/darwin_syscalls.c
--- a/sys/compat/darwin/darwin_syscalls.c Tue Mar 02 16:08:15 2010 +0000
+++ b/sys/compat/darwin/darwin_syscalls.c Tue Mar 02 16:09:10 2010 +0000
@@ -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 @@
#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>
diff -r 6f56494b2501 -r 50b11e76ca1a sys/compat/darwin/darwin_sysent.c
--- a/sys/compat/darwin/darwin_sysent.c Tue Mar 02 16:08:15 2010 +0000
+++ b/sys/compat/darwin/darwin_sysent.c Tue Mar 02 16:09:10 2010 +0000
@@ -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 @@
#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>
diff -r 6f56494b2501 -r 50b11e76ca1a sys/compat/freebsd/freebsd_syscall.h
--- a/sys/compat/freebsd/freebsd_syscall.h Tue Mar 02 16:08:15 2010 +0000
+++ b/sys/compat/freebsd/freebsd_syscall.h Tue Mar 02 16:09:10 2010 +0000
@@ -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 $ */
Home |
Main Index |
Thread Index |
Old Index