diff options
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscall.h | 16 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_syscallargs.h | 10 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_syscalls.c | 10 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_sysent.c | 16 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscall.h | 10 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscallargs.h | 10 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscalls.c | 4 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_sysent.c | 8 | ||||
-rw-r--r-- | sys/compat/netbsd/netbsd_syscall.h | 10 | ||||
-rw-r--r-- | sys/compat/netbsd/netbsd_syscallargs.h | 8 | ||||
-rw-r--r-- | sys/compat/netbsd/netbsd_syscalls.c | 4 | ||||
-rw-r--r-- | sys/compat/netbsd/netbsd_sysent.c | 4 |
12 files changed, 55 insertions, 55 deletions
diff --git a/sys/compat/bsdos/bsdos_syscall.h b/sys/compat/bsdos/bsdos_syscall.h index 8094356c093..829a40d9620 100644 --- a/sys/compat/bsdos/bsdos_syscall.h +++ b/sys/compat/bsdos/bsdos_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscall.h,v 1.15 2004/07/09 23:54:27 millert Exp $ */ +/* $OpenBSD: bsdos_syscall.h,v 1.16 2004/07/13 21:06:33 millert Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.14 2004/07/09 23:52:02 millert Exp + * created from OpenBSD: syscalls.master,v 1.15 2004/07/13 21:04:28 millert Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -478,14 +478,14 @@ /* syscall: "lfs_segwait" ret: "int" args: "fsid_t *" "struct timeval *" */ #define BSDOS_SYS_lfs_segwait 187 -/* syscall: "stat" ret: "int" args: "char *" "struct stat *" */ -#define BSDOS_SYS_stat 188 +/* syscall: "stat35" ret: "int" args: "char *" "struct stat35 *" */ +#define BSDOS_SYS_stat35 188 -/* syscall: "fstat" ret: "int" args: "int" "struct stat *" */ -#define BSDOS_SYS_fstat 189 +/* syscall: "fstat35" ret: "int" args: "int" "struct stat35 *" */ +#define BSDOS_SYS_fstat35 189 -/* syscall: "lstat" ret: "int" args: "char *" "struct stat *" */ -#define BSDOS_SYS_lstat 190 +/* syscall: "lstat35" ret: "int" args: "char *" "struct stat35 *" */ +#define BSDOS_SYS_lstat35 190 /* syscall: "pathconf" ret: "int" args: "char *" "int" */ #define BSDOS_SYS_pathconf 191 diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index 7e5073677ea..d4b8c7ea3a1 100644 --- a/sys/compat/bsdos/bsdos_syscallargs.h +++ b/sys/compat/bsdos/bsdos_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscallargs.h,v 1.16 2004/07/09 23:54:27 millert Exp $ */ +/* $OpenBSD: bsdos_syscallargs.h,v 1.17 2004/07/13 21:06:33 millert Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.14 2004/07/09 23:52:02 millert Exp + * created from OpenBSD: syscalls.master,v 1.15 2004/07/13 21:04:28 millert Exp */ #ifdef syscallarg @@ -211,9 +211,9 @@ int lfs_segclean(struct proc *, void *, register_t *); int lfs_segwait(struct proc *, void *, register_t *); #else #endif -int sys_stat(struct proc *, void *, register_t *); -int sys_fstat(struct proc *, void *, register_t *); -int sys_lstat(struct proc *, void *, register_t *); +int compat_35_sys_stat(struct proc *, void *, register_t *); +int compat_35_sys_fstat(struct proc *, void *, register_t *); +int compat_35_sys_lstat(struct proc *, void *, register_t *); int sys_pathconf(struct proc *, void *, register_t *); int sys_fpathconf(struct proc *, void *, register_t *); int sys_getrlimit(struct proc *, void *, register_t *); diff --git a/sys/compat/bsdos/bsdos_syscalls.c b/sys/compat/bsdos/bsdos_syscalls.c index ecaaf76f952..64dae238398 100644 --- a/sys/compat/bsdos/bsdos_syscalls.c +++ b/sys/compat/bsdos/bsdos_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscalls.c,v 1.15 2004/07/09 23:54:27 millert Exp $ */ +/* $OpenBSD: bsdos_syscalls.c,v 1.16 2004/07/13 21:06:33 millert Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.14 2004/07/09 23:52:02 millert Exp + * created from OpenBSD: syscalls.master,v 1.15 2004/07/13 21:04:28 millert Exp */ char *bsdos_syscallnames[] = { @@ -231,9 +231,9 @@ char *bsdos_syscallnames[] = { "#186 (unimplemented)", /* 186 = unimplemented */ "#187 (unimplemented)", /* 187 = unimplemented */ #endif - "stat", /* 188 = stat */ - "fstat", /* 189 = fstat */ - "lstat", /* 190 = lstat */ + "stat35", /* 188 = stat35 */ + "fstat35", /* 189 = fstat35 */ + "lstat35", /* 190 = lstat35 */ "pathconf", /* 191 = pathconf */ "fpathconf", /* 192 = fpathconf */ "#193 (unimplemented)", /* 193 = unimplemented */ diff --git a/sys/compat/bsdos/bsdos_sysent.c b/sys/compat/bsdos/bsdos_sysent.c index f04036c6359..9b121e4543a 100644 --- a/sys/compat/bsdos/bsdos_sysent.c +++ b/sys/compat/bsdos/bsdos_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_sysent.c,v 1.15 2004/07/09 23:54:27 millert Exp $ */ +/* $OpenBSD: bsdos_sysent.c,v 1.16 2004/07/13 21:06:33 millert Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.14 2004/07/09 23:52:02 millert Exp + * created from OpenBSD: syscalls.master,v 1.15 2004/07/13 21:04:28 millert Exp */ #include <sys/param.h> @@ -439,12 +439,12 @@ struct sysent bsdos_sysent[] = { { 0, 0, sys_nosys }, /* 187 = unimplemented */ #endif - { 2, s(struct sys_stat_args), - sys_stat }, /* 188 = stat */ - { 2, s(struct sys_fstat_args), - sys_fstat }, /* 189 = fstat */ - { 2, s(struct sys_lstat_args), - sys_lstat }, /* 190 = lstat */ + { 2, s(struct compat_35_sys_stat_args), + compat_35_sys_stat }, /* 188 = stat35 */ + { 2, s(struct compat_35_sys_fstat_args), + compat_35_sys_fstat }, /* 189 = fstat35 */ + { 2, s(struct compat_35_sys_lstat_args), + compat_35_sys_lstat }, /* 190 = lstat35 */ { 2, s(struct sys_pathconf_args), sys_pathconf }, /* 191 = pathconf */ { 2, s(struct sys_fpathconf_args), diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h index 58b82cacb28..45287d76cf5 100644 --- a/sys/compat/freebsd/freebsd_syscall.h +++ b/sys/compat/freebsd/freebsd_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscall.h,v 1.26 2004/07/09 23:54:56 millert Exp $ */ +/* $OpenBSD: freebsd_syscall.h,v 1.27 2004/07/13 21:06:33 millert Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.25 2004/07/09 23:52:02 millert Exp + * created from OpenBSD: syscalls.master,v 1.26 2004/07/13 21:04:29 millert Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -505,13 +505,13 @@ /* syscall: "lfs_segwait" ret: "int" args: "fsid_t *" "struct timeval *" */ #define FREEBSD_SYS_lfs_segwait 187 -/* syscall: "stat" ret: "int" args: "char *" "struct stat *" */ +/* syscall: "stat" ret: "int" args: "char *" "struct stat35 *" */ #define FREEBSD_SYS_stat 188 -/* syscall: "fstat" ret: "int" args: "int" "struct stat *" */ +/* syscall: "fstat" ret: "int" args: "int" "struct stat35 *" */ #define FREEBSD_SYS_fstat 189 -/* syscall: "lstat" ret: "int" args: "char *" "struct stat *" */ +/* syscall: "lstat" ret: "int" args: "char *" "struct stat35 *" */ #define FREEBSD_SYS_lstat 190 /* syscall: "pathconf" ret: "int" args: "char *" "int" */ diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index 9163eff30de..84f11ce94ef 100644 --- a/sys/compat/freebsd/freebsd_syscallargs.h +++ b/sys/compat/freebsd/freebsd_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscallargs.h,v 1.28 2004/07/09 23:54:56 millert Exp $ */ +/* $OpenBSD: freebsd_syscallargs.h,v 1.29 2004/07/13 21:06:33 millert Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.25 2004/07/09 23:52:02 millert Exp + * created from OpenBSD: syscalls.master,v 1.26 2004/07/13 21:04:29 millert Exp */ #ifdef syscallarg @@ -203,12 +203,12 @@ struct freebsd_sys_rtprio_args { struct freebsd_sys_stat_args { syscallarg(char *) path; - syscallarg(struct stat *) ub; + syscallarg(struct stat35 *) ub; }; struct freebsd_sys_lstat_args { syscallarg(char *) path; - syscallarg(struct stat *) ub; + syscallarg(struct stat35 *) ub; }; struct freebsd_sys_pathconf_args { @@ -450,7 +450,7 @@ int lfs_segwait(struct proc *, void *, register_t *); #else #endif int freebsd_sys_stat(struct proc *, void *, register_t *); -int sys_fstat(struct proc *, void *, register_t *); +int compat_35_sys_fstat(struct proc *, void *, register_t *); int freebsd_sys_lstat(struct proc *, void *, register_t *); int freebsd_sys_pathconf(struct proc *, void *, register_t *); int sys_fpathconf(struct proc *, void *, register_t *); diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index f2573fb8727..835ba042f0b 100644 --- a/sys/compat/freebsd/freebsd_syscalls.c +++ b/sys/compat/freebsd/freebsd_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscalls.c,v 1.26 2004/07/09 23:54:56 millert Exp $ */ +/* $OpenBSD: freebsd_syscalls.c,v 1.27 2004/07/13 21:06:33 millert Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.25 2004/07/09 23:52:02 millert Exp + * created from OpenBSD: syscalls.master,v 1.26 2004/07/13 21:04:29 millert Exp */ char *freebsd_syscallnames[] = { diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index 9cb349c7619..689eedf0265 100644 --- a/sys/compat/freebsd/freebsd_sysent.c +++ b/sys/compat/freebsd/freebsd_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_sysent.c,v 1.27 2004/07/09 23:54:56 millert Exp $ */ +/* $OpenBSD: freebsd_sysent.c,v 1.28 2004/07/13 21:06:33 millert Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.25 2004/07/09 23:52:02 millert Exp + * created from OpenBSD: syscalls.master,v 1.26 2004/07/13 21:04:29 millert Exp */ #include <sys/param.h> @@ -453,8 +453,8 @@ struct sysent freebsd_sysent[] = { #endif { 2, s(struct freebsd_sys_stat_args), freebsd_sys_stat }, /* 188 = stat */ - { 2, s(struct sys_fstat_args), - sys_fstat }, /* 189 = fstat */ + { 2, s(struct compat_35_sys_fstat_args), + compat_35_sys_fstat }, /* 189 = fstat */ { 2, s(struct freebsd_sys_lstat_args), freebsd_sys_lstat }, /* 190 = lstat */ { 2, s(struct freebsd_sys_pathconf_args), diff --git a/sys/compat/netbsd/netbsd_syscall.h b/sys/compat/netbsd/netbsd_syscall.h index 0261a9d17b7..ef35366847d 100644 --- a/sys/compat/netbsd/netbsd_syscall.h +++ b/sys/compat/netbsd/netbsd_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscall.h,v 1.24 2004/07/09 23:56:17 millert Exp $ */ +/* $OpenBSD: netbsd_syscall.h,v 1.25 2004/07/13 21:06:33 millert Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.23 2004/07/09 23:52:02 millert Exp + * created from; OpenBSD: syscalls.master,v 1.24 2004/07/13 21:04:29 millert Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ @@ -502,13 +502,13 @@ /* syscall: "lfs_segwait" ret: "int" args: "fsid_t *" "struct timeval *" */ #define NETBSD_SYS_lfs_segwait 187 -/* syscall: "stat" ret: "int" args: "char *" "struct stat *" */ +/* syscall: "stat" ret: "int" args: "char *" "struct stat35 *" */ #define NETBSD_SYS_stat 188 -/* syscall: "fstat" ret: "int" args: "int" "struct stat12 *" */ +/* syscall: "fstat" ret: "int" args: "int" "struct stat35 *" */ #define NETBSD_SYS_fstat 189 -/* syscall: "lstat" ret: "int" args: "char *" "struct stat *" */ +/* syscall: "lstat" ret: "int" args: "char *" "struct stat35 *" */ #define NETBSD_SYS_lstat 190 /* syscall: "pathconf" ret: "long" args: "char *" "int" */ diff --git a/sys/compat/netbsd/netbsd_syscallargs.h b/sys/compat/netbsd/netbsd_syscallargs.h index e4bd9ccb9ca..5817c70b150 100644 --- a/sys/compat/netbsd/netbsd_syscallargs.h +++ b/sys/compat/netbsd/netbsd_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscallargs.h,v 1.25 2004/07/09 23:56:17 millert Exp $ */ +/* $OpenBSD: netbsd_syscallargs.h,v 1.26 2004/07/13 21:06:33 millert Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.23 2004/07/09 23:52:02 millert Exp + * created from; OpenBSD: syscalls.master,v 1.24 2004/07/13 21:04:29 millert Exp */ #ifdef syscallarg @@ -140,12 +140,12 @@ struct netbsd_sys_rmdir_args { struct netbsd_sys_stat_args { syscallarg(char *) path; - syscallarg(struct stat *) ub; + syscallarg(struct stat35 *) ub; }; struct netbsd_sys_lstat_args { syscallarg(char *) path; - syscallarg(struct stat *) ub; + syscallarg(struct stat35 *) ub; }; struct netbsd_sys_pathconf_args { diff --git a/sys/compat/netbsd/netbsd_syscalls.c b/sys/compat/netbsd/netbsd_syscalls.c index fe753ee3152..a914c12f66b 100644 --- a/sys/compat/netbsd/netbsd_syscalls.c +++ b/sys/compat/netbsd/netbsd_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscalls.c,v 1.24 2004/07/09 23:56:17 millert Exp $ */ +/* $OpenBSD: netbsd_syscalls.c,v 1.25 2004/07/13 21:06:33 millert Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.23 2004/07/09 23:52:02 millert Exp + * created from; OpenBSD: syscalls.master,v 1.24 2004/07/13 21:04:29 millert Exp */ char *netbsd_syscallnames[] = { diff --git a/sys/compat/netbsd/netbsd_sysent.c b/sys/compat/netbsd/netbsd_sysent.c index abbe225b394..64bba9cdc8a 100644 --- a/sys/compat/netbsd/netbsd_sysent.c +++ b/sys/compat/netbsd/netbsd_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_sysent.c,v 1.24 2004/07/09 23:56:17 millert Exp $ */ +/* $OpenBSD: netbsd_sysent.c,v 1.25 2004/07/13 21:06:33 millert Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.23 2004/07/09 23:52:02 millert Exp + * created from; OpenBSD: syscalls.master,v 1.24 2004/07/13 21:04:29 millert Exp */ #include <sys/param.h> |