summaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/bsdos/bsdos_syscall.h16
-rw-r--r--sys/compat/bsdos/bsdos_syscallargs.h4
-rw-r--r--sys/compat/bsdos/bsdos_syscalls.c10
-rw-r--r--sys/compat/bsdos/bsdos_sysent.c10
-rw-r--r--sys/compat/freebsd/freebsd_syscall.h16
-rw-r--r--sys/compat/freebsd/freebsd_syscallargs.h8
-rw-r--r--sys/compat/freebsd/freebsd_syscalls.c10
-rw-r--r--sys/compat/freebsd/freebsd_sysent.c10
-rw-r--r--sys/compat/ibcs2/ibcs2_syscall.h4
-rw-r--r--sys/compat/ibcs2/ibcs2_syscallargs.h4
-rw-r--r--sys/compat/ibcs2/ibcs2_syscalls.c4
-rw-r--r--sys/compat/ibcs2/ibcs2_sysent.c4
-rw-r--r--sys/compat/linux/linux_syscall.h6
-rw-r--r--sys/compat/linux/linux_syscallargs.h4
-rw-r--r--sys/compat/linux/linux_syscalls.c4
-rw-r--r--sys/compat/linux/linux_sysent.c4
-rw-r--r--sys/compat/netbsd/netbsd_syscall.h16
-rw-r--r--sys/compat/netbsd/netbsd_syscallargs.h8
-rw-r--r--sys/compat/netbsd/netbsd_syscalls.c10
-rw-r--r--sys/compat/netbsd/netbsd_sysent.c10
-rw-r--r--sys/compat/sunos/sunos_syscall.h10
-rw-r--r--sys/compat/sunos/sunos_syscallargs.h8
-rw-r--r--sys/compat/sunos/sunos_syscalls.c4
-rw-r--r--sys/compat/sunos/sunos_sysent.c4
-rw-r--r--sys/compat/ultrix/ultrix_syscall.h12
-rw-r--r--sys/compat/ultrix/ultrix_syscallargs.h8
-rw-r--r--sys/compat/ultrix/ultrix_syscalls.c6
-rw-r--r--sys/compat/ultrix/ultrix_sysent.c6
28 files changed, 110 insertions, 110 deletions
diff --git a/sys/compat/bsdos/bsdos_syscall.h b/sys/compat/bsdos/bsdos_syscall.h
index 6c9cbf06e05..8094356c093 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.14 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: bsdos_syscall.h,v 1.15 2004/07/09 23:54:27 millert Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.13 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.14 2004/07/09 23:52:02 millert Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -119,14 +119,14 @@
/* syscall: "kill" ret: "int" args: "int" "int" */
#define BSDOS_SYS_kill 37
-/* syscall: "ostat" ret: "int" args: "char *" "struct ostat *" */
-#define BSDOS_SYS_ostat 38
+/* syscall: "stat43" ret: "int" args: "char *" "struct stat43 *" */
+#define BSDOS_SYS_stat43 38
/* syscall: "getppid" ret: "pid_t" args: */
#define BSDOS_SYS_getppid 39
-/* syscall: "olstat" ret: "int" args: "char *" "struct ostat *" */
-#define BSDOS_SYS_olstat 40
+/* syscall: "lstat43" ret: "int" args: "char *" "struct stat43 *" */
+#define BSDOS_SYS_lstat43 40
/* syscall: "dup" ret: "int" args: "u_int" */
#define BSDOS_SYS_dup 41
@@ -191,8 +191,8 @@
/* syscall: "chroot" ret: "int" args: "char *" */
#define BSDOS_SYS_chroot 61
-/* syscall: "ofstat" ret: "int" args: "int" "struct ostat *" */
-#define BSDOS_SYS_ofstat 62
+/* syscall: "fstat43" ret: "int" args: "int" "struct stat43 *" */
+#define BSDOS_SYS_fstat43 62
/* syscall: "ogetkerninfo" ret: "int" args: "int" "char *" "int *" "int" */
#define BSDOS_SYS_ogetkerninfo 63
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h
index 3b53308f8a1..7e5073677ea 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.15 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: bsdos_syscallargs.h,v 1.16 2004/07/09 23:54:27 millert Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.13 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.14 2004/07/09 23:52:02 millert Exp
*/
#ifdef syscallarg
diff --git a/sys/compat/bsdos/bsdos_syscalls.c b/sys/compat/bsdos/bsdos_syscalls.c
index 61e7ec29ad3..ecaaf76f952 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.14 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: bsdos_syscalls.c,v 1.15 2004/07/09 23:54:27 millert Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.13 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.14 2004/07/09 23:52:02 millert Exp
*/
char *bsdos_syscallnames[] = {
@@ -50,9 +50,9 @@ char *bsdos_syscallnames[] = {
"fchflags", /* 35 = fchflags */
"sync", /* 36 = sync */
"kill", /* 37 = kill */
- "ostat", /* 38 = ostat */
+ "stat43", /* 38 = stat43 */
"getppid", /* 39 = getppid */
- "olstat", /* 40 = olstat */
+ "lstat43", /* 40 = lstat43 */
"dup", /* 41 = dup */
"opipe", /* 42 = opipe */
"getegid", /* 43 = getegid */
@@ -82,7 +82,7 @@ char *bsdos_syscallnames[] = {
"execve", /* 59 = execve */
"umask", /* 60 = umask */
"chroot", /* 61 = chroot */
- "ofstat", /* 62 = ofstat */
+ "fstat43", /* 62 = fstat43 */
"ogetkerninfo", /* 63 = ogetkerninfo */
"ogetpagesize", /* 64 = ogetpagesize */
"msync", /* 65 = msync */
diff --git a/sys/compat/bsdos/bsdos_sysent.c b/sys/compat/bsdos/bsdos_sysent.c
index 8d134ead903..f04036c6359 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.14 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: bsdos_sysent.c,v 1.15 2004/07/09 23:54:27 millert Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.13 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.14 2004/07/09 23:52:02 millert Exp
*/
#include <sys/param.h>
@@ -99,11 +99,11 @@ struct sysent bsdos_sysent[] = {
{ 2, s(struct sys_kill_args),
sys_kill }, /* 37 = kill */
{ 2, s(struct compat_43_sys_stat_args),
- compat_43_sys_stat }, /* 38 = ostat */
+ compat_43_sys_stat }, /* 38 = stat43 */
{ 0, 0,
sys_getppid }, /* 39 = getppid */
{ 2, s(struct compat_43_sys_lstat_args),
- compat_43_sys_lstat }, /* 40 = olstat */
+ compat_43_sys_lstat }, /* 40 = lstat43 */
{ 1, s(struct sys_dup_args),
sys_dup }, /* 41 = dup */
{ 0, 0,
@@ -157,7 +157,7 @@ struct sysent bsdos_sysent[] = {
{ 1, s(struct sys_chroot_args),
sys_chroot }, /* 61 = chroot */
{ 2, s(struct compat_43_sys_fstat_args),
- compat_43_sys_fstat }, /* 62 = ofstat */
+ compat_43_sys_fstat }, /* 62 = fstat43 */
{ 4, s(struct compat_43_sys_getkerninfo_args),
compat_43_sys_getkerninfo }, /* 63 = ogetkerninfo */
{ 0, 0,
diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h
index ac8304c94ac..58b82cacb28 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.25 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: freebsd_syscall.h,v 1.26 2004/07/09 23:54:56 millert Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.24 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.25 2004/07/09 23:52:02 millert Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -119,14 +119,14 @@
/* syscall: "kill" ret: "int" args: "int" "int" */
#define FREEBSD_SYS_kill 37
-/* syscall: "ostat" ret: "int" args: "char *" "struct ostat *" */
-#define FREEBSD_SYS_ostat 38
+/* syscall: "stat43" ret: "int" args: "char *" "struct stat43 *" */
+#define FREEBSD_SYS_stat43 38
/* syscall: "getppid" ret: "pid_t" args: */
#define FREEBSD_SYS_getppid 39
-/* syscall: "olstat" ret: "int" args: "char *" "struct ostat *" */
-#define FREEBSD_SYS_olstat 40
+/* syscall: "lstat43" ret: "int" args: "char *" "struct stat43 *" */
+#define FREEBSD_SYS_lstat43 40
/* syscall: "dup" ret: "int" args: "u_int" */
#define FREEBSD_SYS_dup 41
@@ -191,8 +191,8 @@
/* syscall: "chroot" ret: "int" args: "char *" */
#define FREEBSD_SYS_chroot 61
-/* syscall: "ofstat" ret: "int" args: "int" "struct ostat *" */
-#define FREEBSD_SYS_ofstat 62
+/* syscall: "fstat43" ret: "int" args: "int" "struct stat43 *" */
+#define FREEBSD_SYS_fstat43 62
/* syscall: "ogetkerninfo" ret: "int" args: "int" "char *" "int *" "int" */
#define FREEBSD_SYS_ogetkerninfo 63
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h
index 0120b36ed8d..9163eff30de 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.27 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: freebsd_syscallargs.h,v 1.28 2004/07/09 23:54:56 millert Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.24 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.25 2004/07/09 23:52:02 millert Exp
*/
#ifdef syscallarg
@@ -101,12 +101,12 @@ struct freebsd_sys_chflags_args {
struct compat_43_freebsd_sys_stat_args {
syscallarg(char *) path;
- syscallarg(struct ostat *) ub;
+ syscallarg(struct stat43 *) ub;
};
struct compat_43_freebsd_sys_lstat_args {
syscallarg(char *) path;
- syscallarg(struct ostat *) ub;
+ syscallarg(struct stat43 *) ub;
};
struct freebsd_sys_ioctl_args {
diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c
index aa8bd3930cc..f2573fb8727 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.25 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: freebsd_syscalls.c,v 1.26 2004/07/09 23:54:56 millert Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.24 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.25 2004/07/09 23:52:02 millert Exp
*/
char *freebsd_syscallnames[] = {
@@ -50,9 +50,9 @@ char *freebsd_syscallnames[] = {
"fchflags", /* 35 = fchflags */
"sync", /* 36 = sync */
"kill", /* 37 = kill */
- "ostat", /* 38 = ostat */
+ "stat43", /* 38 = stat43 */
"getppid", /* 39 = getppid */
- "olstat", /* 40 = olstat */
+ "lstat43", /* 40 = lstat43 */
"dup", /* 41 = dup */
"opipe", /* 42 = opipe */
"getegid", /* 43 = getegid */
@@ -82,7 +82,7 @@ char *freebsd_syscallnames[] = {
"execve", /* 59 = execve */
"umask", /* 60 = umask */
"chroot", /* 61 = chroot */
- "ofstat", /* 62 = ofstat */
+ "fstat43", /* 62 = fstat43 */
"ogetkerninfo", /* 63 = ogetkerninfo */
"ogetpagesize", /* 64 = ogetpagesize */
"msync", /* 65 = msync */
diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c
index 45b1a555d28..9cb349c7619 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.26 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: freebsd_sysent.c,v 1.27 2004/07/09 23:54:56 millert Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.24 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.25 2004/07/09 23:52:02 millert Exp
*/
#include <sys/param.h>
@@ -101,11 +101,11 @@ struct sysent freebsd_sysent[] = {
{ 2, s(struct sys_kill_args),
sys_kill }, /* 37 = kill */
{ 2, s(struct compat_43_freebsd_sys_stat_args),
- compat_43_freebsd_sys_stat }, /* 38 = ostat */
+ compat_43_freebsd_sys_stat }, /* 38 = stat43 */
{ 0, 0,
sys_getppid }, /* 39 = getppid */
{ 2, s(struct compat_43_freebsd_sys_lstat_args),
- compat_43_freebsd_sys_lstat }, /* 40 = olstat */
+ compat_43_freebsd_sys_lstat }, /* 40 = lstat43 */
{ 1, s(struct sys_dup_args),
sys_dup }, /* 41 = dup */
{ 0, 0,
@@ -159,7 +159,7 @@ struct sysent freebsd_sysent[] = {
{ 1, s(struct freebsd_sys_chroot_args),
freebsd_sys_chroot }, /* 61 = chroot */
{ 2, s(struct compat_43_sys_fstat_args),
- compat_43_sys_fstat }, /* 62 = ofstat */
+ compat_43_sys_fstat }, /* 62 = fstat43 */
{ 4, s(struct compat_43_sys_getkerninfo_args),
compat_43_sys_getkerninfo }, /* 63 = ogetkerninfo */
{ 0, 0,
diff --git a/sys/compat/ibcs2/ibcs2_syscall.h b/sys/compat/ibcs2/ibcs2_syscall.h
index bd36be112ed..c0eaa770511 100644
--- a/sys/compat/ibcs2/ibcs2_syscall.h
+++ b/sys/compat/ibcs2/ibcs2_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: ibcs2_syscall.h,v 1.8 2001/08/26 04:14:26 deraadt Exp $ */
+/* $OpenBSD: ibcs2_syscall.h,v 1.9 2004/07/09 23:55:31 millert Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.7 1999/06/07 07:17:47 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.8 2002/03/14 03:16:03 millert Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff --git a/sys/compat/ibcs2/ibcs2_syscallargs.h b/sys/compat/ibcs2/ibcs2_syscallargs.h
index ef922de57a3..43787be4f8f 100644
--- a/sys/compat/ibcs2/ibcs2_syscallargs.h
+++ b/sys/compat/ibcs2/ibcs2_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: ibcs2_syscallargs.h,v 1.10 2002/03/14 01:26:50 millert Exp $ */
+/* $OpenBSD: ibcs2_syscallargs.h,v 1.11 2004/07/09 23:55:31 millert Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.7 1999/06/07 07:17:47 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.8 2002/03/14 03:16:03 millert Exp
*/
#ifdef syscallarg
diff --git a/sys/compat/ibcs2/ibcs2_syscalls.c b/sys/compat/ibcs2/ibcs2_syscalls.c
index 08c77764f9e..70cc6b9d0d7 100644
--- a/sys/compat/ibcs2/ibcs2_syscalls.c
+++ b/sys/compat/ibcs2/ibcs2_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: ibcs2_syscalls.c,v 1.8 2001/08/26 04:14:26 deraadt Exp $ */
+/* $OpenBSD: ibcs2_syscalls.c,v 1.9 2004/07/09 23:55:31 millert Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.7 1999/06/07 07:17:47 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.8 2002/03/14 03:16:03 millert Exp
*/
char *ibcs2_syscallnames[] = {
diff --git a/sys/compat/ibcs2/ibcs2_sysent.c b/sys/compat/ibcs2/ibcs2_sysent.c
index 00020c404d3..5e71ed6566c 100644
--- a/sys/compat/ibcs2/ibcs2_sysent.c
+++ b/sys/compat/ibcs2/ibcs2_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: ibcs2_sysent.c,v 1.8 2001/08/26 04:14:26 deraadt Exp $ */
+/* $OpenBSD: ibcs2_sysent.c,v 1.9 2004/07/09 23:55:31 millert Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.7 1999/06/07 07:17:47 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.8 2002/03/14 03:16:03 millert Exp
*/
#include <sys/param.h>
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index b15671f66ca..0c9f5633355 100644
--- a/sys/compat/linux/linux_syscall.h
+++ b/sys/compat/linux/linux_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscall.h,v 1.48 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: linux_syscall.h,v 1.49 2004/07/09 23:56:03 millert Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.47 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.48 2004/07/09 23:52:02 millert Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -259,7 +259,7 @@
/* syscall: "symlink" ret: "int" args: "char *" "char *" */
#define LINUX_SYS_symlink 83
-/* syscall: "olstat" ret: "int" args: "char *" "struct ostat *" */
+/* syscall: "olstat" ret: "int" args: "char *" "struct stat43 *" */
#define LINUX_SYS_olstat 84
/* syscall: "readlink" ret: "int" args: "char *" "char *" "int" */
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 6f9d97293ad..264f8a9fa98 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscallargs.h,v 1.50 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.51 2004/07/09 23:56:03 millert Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.47 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.48 2004/07/09 23:52:02 millert Exp
*/
#ifdef syscallarg
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index a99921bb5ad..32761c100a0 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscalls.c,v 1.48 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: linux_syscalls.c,v 1.49 2004/07/09 23:56:03 millert Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.47 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.48 2004/07/09 23:52:02 millert Exp
*/
char *linux_syscallnames[] = {
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index 1ca13f1a3b3..2c4f2c2ab29 100644
--- a/sys/compat/linux/linux_sysent.c
+++ b/sys/compat/linux/linux_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_sysent.c,v 1.49 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: linux_sysent.c,v 1.50 2004/07/09 23:56:03 millert Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.47 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.48 2004/07/09 23:52:02 millert Exp
*/
#include <sys/param.h>
diff --git a/sys/compat/netbsd/netbsd_syscall.h b/sys/compat/netbsd/netbsd_syscall.h
index cf0dd78f605..0261a9d17b7 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.23 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: netbsd_syscall.h,v 1.24 2004/07/09 23:56:17 millert Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.22 2004/05/28 18:28:14 tedu Exp
+ * created from; OpenBSD: syscalls.master,v 1.23 2004/07/09 23:52:02 millert Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -119,14 +119,14 @@
/* syscall: "kill" ret: "int" args: "int" "int" */
#define NETBSD_SYS_kill 37
-/* syscall: "ostat" ret: "int" args: "char *" "struct ostat *" */
-#define NETBSD_SYS_ostat 38
+/* syscall: "stat43" ret: "int" args: "char *" "struct stat43 *" */
+#define NETBSD_SYS_stat43 38
/* syscall: "getppid" ret: "pid_t" args: */
#define NETBSD_SYS_getppid 39
-/* syscall: "olstat" ret: "int" args: "char *" "struct ostat *" */
-#define NETBSD_SYS_olstat 40
+/* syscall: "lstat43" ret: "int" args: "char *" "struct stat43 *" */
+#define NETBSD_SYS_lstat43 40
/* syscall: "dup" ret: "int" args: "int" */
#define NETBSD_SYS_dup 41
@@ -191,8 +191,8 @@
/* syscall: "chroot" ret: "int" args: "char *" */
#define NETBSD_SYS_chroot 61
-/* syscall: "ofstat" ret: "int" args: "int" "struct ostat *" */
-#define NETBSD_SYS_ofstat 62
+/* syscall: "fstat43" ret: "int" args: "int" "struct stat43 *" */
+#define NETBSD_SYS_fstat43 62
/* syscall: "ogetkerninfo" ret: "int" args: "int" "char *" "int *" "int" */
#define NETBSD_SYS_ogetkerninfo 63
diff --git a/sys/compat/netbsd/netbsd_syscallargs.h b/sys/compat/netbsd/netbsd_syscallargs.h
index b464699a9ce..e4bd9ccb9ca 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.24 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: netbsd_syscallargs.h,v 1.25 2004/07/09 23:56:17 millert Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.22 2004/05/28 18:28:14 tedu Exp
+ * created from; OpenBSD: syscalls.master,v 1.23 2004/07/09 23:52:02 millert Exp
*/
#ifdef syscallarg
@@ -81,12 +81,12 @@ struct netbsd_sys_chflags_args {
struct compat_43_netbsd_sys_stat_args {
syscallarg(char *) path;
- syscallarg(struct ostat *) ub;
+ syscallarg(struct stat43 *) ub;
};
struct compat_43_netbsd_sys_lstat_args {
syscallarg(char *) path;
- syscallarg(struct ostat *) ub;
+ syscallarg(struct stat43 *) ub;
};
struct netbsd_sys_revoke_args {
diff --git a/sys/compat/netbsd/netbsd_syscalls.c b/sys/compat/netbsd/netbsd_syscalls.c
index 42689bb89c9..fe753ee3152 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.23 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: netbsd_syscalls.c,v 1.24 2004/07/09 23:56:17 millert Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.22 2004/05/28 18:28:14 tedu Exp
+ * created from; OpenBSD: syscalls.master,v 1.23 2004/07/09 23:52:02 millert Exp
*/
char *netbsd_syscallnames[] = {
@@ -50,9 +50,9 @@ char *netbsd_syscallnames[] = {
"fchflags", /* 35 = fchflags */
"sync", /* 36 = sync */
"kill", /* 37 = kill */
- "ostat", /* 38 = ostat */
+ "stat43", /* 38 = stat43 */
"getppid", /* 39 = getppid */
- "olstat", /* 40 = olstat */
+ "lstat43", /* 40 = lstat43 */
"dup", /* 41 = dup */
"opipe", /* 42 = opipe */
"getegid", /* 43 = getegid */
@@ -82,7 +82,7 @@ char *netbsd_syscallnames[] = {
"execve", /* 59 = execve */
"umask", /* 60 = umask */
"chroot", /* 61 = chroot */
- "ofstat", /* 62 = ofstat */
+ "fstat43", /* 62 = fstat43 */
"ogetkerninfo", /* 63 = ogetkerninfo */
"ogetpagesize", /* 64 = ogetpagesize */
"omsync", /* 65 = omsync */
diff --git a/sys/compat/netbsd/netbsd_sysent.c b/sys/compat/netbsd/netbsd_sysent.c
index b05c6cd5143..abbe225b394 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.23 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: netbsd_sysent.c,v 1.24 2004/07/09 23:56:17 millert Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.22 2004/05/28 18:28:14 tedu Exp
+ * created from; OpenBSD: syscalls.master,v 1.23 2004/07/09 23:52:02 millert Exp
*/
#include <sys/param.h>
@@ -104,11 +104,11 @@ struct sysent netbsd_sysent[] = {
{ 2, s(struct sys_kill_args),
sys_kill }, /* 37 = kill */
{ 2, s(struct compat_43_netbsd_sys_stat_args),
- compat_43_netbsd_sys_stat }, /* 38 = ostat */
+ compat_43_netbsd_sys_stat }, /* 38 = stat43 */
{ 0, 0,
sys_getppid }, /* 39 = getppid */
{ 2, s(struct compat_43_netbsd_sys_lstat_args),
- compat_43_netbsd_sys_lstat }, /* 40 = olstat */
+ compat_43_netbsd_sys_lstat }, /* 40 = lstat43 */
{ 1, s(struct sys_dup_args),
sys_dup }, /* 41 = dup */
{ 0, 0,
@@ -162,7 +162,7 @@ struct sysent netbsd_sysent[] = {
{ 1, s(struct netbsd_sys_chroot_args),
netbsd_sys_chroot }, /* 61 = chroot */
{ 2, s(struct sys_fstat_args),
- sys_fstat }, /* 62 = ofstat */
+ sys_fstat }, /* 62 = fstat43 */
{ 4, s(struct compat_43_sys_getkerninfo_args),
compat_43_sys_getkerninfo }, /* 63 = ogetkerninfo */
{ 0, 0,
diff --git a/sys/compat/sunos/sunos_syscall.h b/sys/compat/sunos/sunos_syscall.h
index 72c6f6f26fd..9c5aeffb1d5 100644
--- a/sys/compat/sunos/sunos_syscall.h
+++ b/sys/compat/sunos/sunos_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: sunos_syscall.h,v 1.17 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: sunos_syscall.h,v 1.18 2004/07/09 23:56:33 millert Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.15 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.16 2004/07/09 23:52:02 millert Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -88,10 +88,10 @@
/* syscall: "kill" ret: "int" args: "int" "int" */
#define SUNOS_SYS_kill 37
-/* syscall: "stat" ret: "int" args: "char *" "struct ostat *" */
+/* syscall: "stat" ret: "int" args: "char *" "struct stat43 *" */
#define SUNOS_SYS_stat 38
-/* syscall: "lstat" ret: "int" args: "char *" "struct ostat *" */
+/* syscall: "lstat" ret: "int" args: "char *" "struct stat43 *" */
#define SUNOS_SYS_lstat 40
/* syscall: "dup" ret: "int" args: "u_int" */
@@ -140,7 +140,7 @@
/* syscall: "chroot" ret: "int" args: "char *" */
#define SUNOS_SYS_chroot 61
-/* syscall: "fstat" ret: "int" args: "int" "struct ostat *" */
+/* syscall: "fstat" ret: "int" args: "int" "struct stat43 *" */
#define SUNOS_SYS_fstat 62
/* syscall: "getpagesize" ret: "int" args: */
diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h
index 81751a32e94..7b3b84987a1 100644
--- a/sys/compat/sunos/sunos_syscallargs.h
+++ b/sys/compat/sunos/sunos_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: sunos_syscallargs.h,v 1.18 2004/05/28 18:31:12 tedu Exp $ */
+/* $OpenBSD: sunos_syscallargs.h,v 1.19 2004/07/09 23:56:33 millert Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.15 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.16 2004/07/09 23:52:02 millert Exp
*/
#ifdef syscallarg
@@ -71,12 +71,12 @@ struct sunos_sys_access_args {
struct sunos_sys_stat_args {
syscallarg(char *) path;
- syscallarg(struct ostat *) ub;
+ syscallarg(struct stat43 *) ub;
};
struct sunos_sys_lstat_args {
syscallarg(char *) path;
- syscallarg(struct ostat *) ub;
+ syscallarg(struct stat43 *) ub;
};
struct sunos_sys_otimes_args {
diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c
index d9486acc5e9..b3b1e98a3a8 100644
--- a/sys/compat/sunos/sunos_syscalls.c
+++ b/sys/compat/sunos/sunos_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: sunos_syscalls.c,v 1.17 2004/05/28 18:31:13 tedu Exp $ */
+/* $OpenBSD: sunos_syscalls.c,v 1.18 2004/07/09 23:56:33 millert Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.15 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.16 2004/07/09 23:52:02 millert Exp
*/
char *sunos_syscallnames[] = {
diff --git a/sys/compat/sunos/sunos_sysent.c b/sys/compat/sunos/sunos_sysent.c
index fcc83efe80b..655f28e51e0 100644
--- a/sys/compat/sunos/sunos_sysent.c
+++ b/sys/compat/sunos/sunos_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: sunos_sysent.c,v 1.17 2004/05/28 18:31:13 tedu Exp $ */
+/* $OpenBSD: sunos_sysent.c,v 1.18 2004/07/09 23:56:33 millert Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.15 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.16 2004/07/09 23:52:02 millert Exp
*/
#include <sys/param.h>
diff --git a/sys/compat/ultrix/ultrix_syscall.h b/sys/compat/ultrix/ultrix_syscall.h
index 103301e9081..cd03d9fd184 100644
--- a/sys/compat/ultrix/ultrix_syscall.h
+++ b/sys/compat/ultrix/ultrix_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_syscall.h,v 1.12 2004/05/28 18:31:13 tedu Exp $ */
+/* $OpenBSD: ultrix_syscall.h,v 1.13 2004/07/09 23:56:46 millert Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -95,11 +95,11 @@
/* syscall: "kill" ret: "int" args: "int" "int" */
#define ULTRIX_SYS_kill 37
-/* syscall: "ostat" ret: "int" args: "char *" "struct ostat *" */
-#define ULTRIX_SYS_ostat 38
+/* syscall: "stat43" ret: "int" args: "char *" "struct stat43 *" */
+#define ULTRIX_SYS_stat43 38
/* 39 is obsolete v7 setpgrp */
-/* syscall: "olstat" ret: "int" args: "char *" "struct ostat *" */
+/* syscall: "olstat" ret: "int" args: "char *" "struct stat43 *" */
#define ULTRIX_SYS_olstat 40
/* syscall: "dup" ret: "int" args: "u_int" */
@@ -140,7 +140,7 @@
/* syscall: "chroot" ret: "int" args: "char *" */
#define ULTRIX_SYS_chroot 61
-/* syscall: "fstat" ret: "int" args: "int" "struct ostat *" */
+/* syscall: "fstat" ret: "int" args: "int" "struct stat43 *" */
#define ULTRIX_SYS_fstat 62
/* syscall: "getpagesize" ret: "int" args: */
diff --git a/sys/compat/ultrix/ultrix_syscallargs.h b/sys/compat/ultrix/ultrix_syscallargs.h
index e389c0ff826..abf55a3c6a6 100644
--- a/sys/compat/ultrix/ultrix_syscallargs.h
+++ b/sys/compat/ultrix/ultrix_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_syscallargs.h,v 1.13 2004/05/28 18:31:13 tedu Exp $ */
+/* $OpenBSD: ultrix_syscallargs.h,v 1.14 2004/07/09 23:56:46 millert Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
*/
#ifdef syscallarg
@@ -60,12 +60,12 @@ struct ultrix_sys_access_args {
struct ultrix_sys_stat_args {
syscallarg(char *) path;
- syscallarg(struct ostat *) ub;
+ syscallarg(struct stat43 *) ub;
};
struct ultrix_sys_lstat_args {
syscallarg(char *) path;
- syscallarg(struct ostat *) ub;
+ syscallarg(struct stat43 *) ub;
};
struct ultrix_sys_ioctl_args {
diff --git a/sys/compat/ultrix/ultrix_syscalls.c b/sys/compat/ultrix/ultrix_syscalls.c
index 792e076cd8f..92821a7e105 100644
--- a/sys/compat/ultrix/ultrix_syscalls.c
+++ b/sys/compat/ultrix/ultrix_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_syscalls.c,v 1.12 2004/05/28 18:31:13 tedu Exp $ */
+/* $OpenBSD: ultrix_syscalls.c,v 1.13 2004/07/09 23:56:46 millert Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
*/
char *ultrix_syscallnames[] = {
@@ -46,7 +46,7 @@ char *ultrix_syscallnames[] = {
"#35 (obsolete v7 ftime)", /* 35 = obsolete v7 ftime */
"sync", /* 36 = sync */
"kill", /* 37 = kill */
- "ostat", /* 38 = ostat */
+ "stat43", /* 38 = stat43 */
"#39 (obsolete v7 setpgrp)", /* 39 = obsolete v7 setpgrp */
"olstat", /* 40 = olstat */
"dup", /* 41 = dup */
diff --git a/sys/compat/ultrix/ultrix_sysent.c b/sys/compat/ultrix/ultrix_sysent.c
index 9076bb2bf2e..359698a4ec0 100644
--- a/sys/compat/ultrix/ultrix_sysent.c
+++ b/sys/compat/ultrix/ultrix_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_sysent.c,v 1.12 2004/05/28 18:31:13 tedu Exp $ */
+/* $OpenBSD: ultrix_sysent.c,v 1.13 2004/07/09 23:56:46 millert Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
*/
#include <sys/param.h>
@@ -94,7 +94,7 @@ struct sysent ultrix_sysent[] = {
{ 2, s(struct sys_kill_args),
sys_kill }, /* 37 = kill */
{ 2, s(struct ultrix_sys_stat_args),
- ultrix_sys_stat }, /* 38 = ostat */
+ ultrix_sys_stat }, /* 38 = stat43 */
{ 0, 0,
sys_nosys }, /* 39 = obsolete v7 setpgrp */
{ 2, s(struct ultrix_sys_lstat_args),