diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscall.h | 4 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_syscallargs.h | 6 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_syscalls.c | 4 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_sysent.c | 8 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscall.h | 4 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscallargs.h | 6 | ||||
-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/linux/linux_syscall.h | 4 | ||||
-rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 6 | ||||
-rw-r--r-- | sys/compat/linux/linux_syscalls.c | 4 | ||||
-rw-r--r-- | sys/compat/linux/linux_sysent.c | 8 | ||||
-rw-r--r-- | sys/kern/init_sysent.c | 8 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 6 | ||||
-rw-r--r-- | sys/sys/syscall.h | 7 | ||||
-rw-r--r-- | sys/sys/syscallargs.h | 8 |
16 files changed, 47 insertions, 48 deletions
diff --git a/sys/compat/bsdos/bsdos_syscall.h b/sys/compat/bsdos/bsdos_syscall.h index 2059e44d8c0..1cf06fb10cd 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.11 2003/01/30 03:32:44 millert Exp $ */ +/* $OpenBSD: bsdos_syscall.h,v 1.12 2003/05/10 17:55:53 miod Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.10 2003/01/30 03:29:48 millert Exp + * created from OpenBSD: syscalls.master,v 1.11 2003/05/10 17:53:53 miod Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index 31453e5027f..ad8b4a0e128 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.12 2003/01/30 03:32:44 millert Exp $ */ +/* $OpenBSD: bsdos_syscallargs.h,v 1.13 2003/05/10 17:55:53 miod Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.10 2003/01/30 03:29:48 millert Exp + * created from OpenBSD: syscalls.master,v 1.11 2003/05/10 17:53:53 miod Exp */ #ifdef syscallarg @@ -119,7 +119,7 @@ int sys_getpgrp(struct proc *, void *, register_t *); int sys_setpgid(struct proc *, void *, register_t *); int sys_setitimer(struct proc *, void *, register_t *); int compat_43_sys_wait(struct proc *, void *, register_t *); -int sys_swapon(struct proc *, void *, register_t *); +int compat_25_sys_swapon(struct proc *, void *, register_t *); int sys_getitimer(struct proc *, void *, register_t *); int compat_43_sys_gethostname(struct proc *, void *, register_t *); int compat_43_sys_sethostname(struct proc *, void *, register_t *); diff --git a/sys/compat/bsdos/bsdos_syscalls.c b/sys/compat/bsdos/bsdos_syscalls.c index e89b332a86a..c40ccf151a0 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.11 2003/01/30 03:32:44 millert Exp $ */ +/* $OpenBSD: bsdos_syscalls.c,v 1.12 2003/05/10 17:55:53 miod Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.10 2003/01/30 03:29:48 millert Exp + * created from OpenBSD: syscalls.master,v 1.11 2003/05/10 17:53:53 miod Exp */ char *bsdos_syscallnames[] = { diff --git a/sys/compat/bsdos/bsdos_sysent.c b/sys/compat/bsdos/bsdos_sysent.c index cdf135ad8d7..b28265bdfa2 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.11 2003/01/30 03:32:44 millert Exp $ */ +/* $OpenBSD: bsdos_sysent.c,v 1.12 2003/05/10 17:55:53 miod Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.10 2003/01/30 03:29:48 millert Exp + * created from OpenBSD: syscalls.master,v 1.11 2003/05/10 17:53:53 miod Exp */ #include <sys/param.h> @@ -197,8 +197,8 @@ struct sysent bsdos_sysent[] = { sys_setitimer }, /* 83 = setitimer */ { 0, 0, compat_43_sys_wait }, /* 84 = owait */ - { 1, s(struct sys_swapon_args), - sys_swapon }, /* 85 = swapon */ + { 1, s(struct compat_25_sys_swapon_args), + compat_25_sys_swapon }, /* 85 = swapon */ { 2, s(struct sys_getitimer_args), sys_getitimer }, /* 86 = getitimer */ { 2, s(struct compat_43_sys_gethostname_args), diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h index f6d58757e6d..ede33a917d2 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.21 2003/01/30 03:32:44 millert Exp $ */ +/* $OpenBSD: freebsd_syscall.h,v 1.22 2003/05/10 17:55:56 miod Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.20 2003/01/30 03:29:49 millert Exp + * created from OpenBSD: syscalls.master,v 1.21 2003/05/10 17:53:57 miod Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index e18b7e95a15..a6ff5a18898 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.23 2003/01/30 03:32:44 millert Exp $ */ +/* $OpenBSD: freebsd_syscallargs.h,v 1.24 2003/05/10 17:55:56 miod Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.20 2003/01/30 03:29:49 millert Exp + * created from OpenBSD: syscalls.master,v 1.21 2003/05/10 17:53:57 miod Exp */ #ifdef syscallarg @@ -342,7 +342,7 @@ int sys_getpgrp(struct proc *, void *, register_t *); int sys_setpgid(struct proc *, void *, register_t *); int sys_setitimer(struct proc *, void *, register_t *); int compat_43_sys_wait(struct proc *, void *, register_t *); -int sys_swapon(struct proc *, void *, register_t *); +int compat_25_sys_swapon(struct proc *, void *, register_t *); int sys_getitimer(struct proc *, void *, register_t *); int compat_43_sys_gethostname(struct proc *, void *, register_t *); int compat_43_sys_sethostname(struct proc *, void *, register_t *); diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index 3c348fccf8c..4d831b11d77 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.21 2003/01/30 03:32:44 millert Exp $ */ +/* $OpenBSD: freebsd_syscalls.c,v 1.22 2003/05/10 17:55:56 miod Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.20 2003/01/30 03:29:49 millert Exp + * created from OpenBSD: syscalls.master,v 1.21 2003/05/10 17:53:57 miod Exp */ char *freebsd_syscallnames[] = { diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index 5d1fc15656c..b6781f0fc40 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.22 2003/01/30 03:32:44 millert Exp $ */ +/* $OpenBSD: freebsd_sysent.c,v 1.23 2003/05/10 17:55:56 miod Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.20 2003/01/30 03:29:49 millert Exp + * created from OpenBSD: syscalls.master,v 1.21 2003/05/10 17:53:57 miod Exp */ #include <sys/param.h> @@ -199,8 +199,8 @@ struct sysent freebsd_sysent[] = { sys_setitimer }, /* 83 = setitimer */ { 0, 0, compat_43_sys_wait }, /* 84 = owait */ - { 1, s(struct sys_swapon_args), - sys_swapon }, /* 85 = swapon */ + { 1, s(struct compat_25_sys_swapon_args), + compat_25_sys_swapon }, /* 85 = swapon */ { 2, s(struct sys_getitimer_args), sys_getitimer }, /* 86 = getitimer */ { 2, s(struct compat_43_sys_gethostname_args), diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index 1a1bc48568e..4761b177275 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.37 2002/10/30 20:11:27 millert Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.38 2003/05/10 17:55:56 miod Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.36 2002/10/30 20:10:48 millert Exp + * created from OpenBSD: syscalls.master,v 1.37 2003/05/10 17:53:57 miod Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index 895f7037af3..323d2cd5ced 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.39 2002/10/30 20:11:27 millert Exp $ */ +/* $OpenBSD: linux_syscallargs.h,v 1.40 2003/05/10 17:55:56 miod Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.36 2002/10/30 20:10:48 millert Exp + * created from OpenBSD: syscalls.master,v 1.37 2003/05/10 17:53:57 miod Exp */ #ifdef syscallarg @@ -623,7 +623,7 @@ int linux_sys_symlink(struct proc *, void *, register_t *); int compat_43_sys_lstat(struct proc *, void *, register_t *); int linux_sys_readlink(struct proc *, void *, register_t *); int linux_sys_uselib(struct proc *, void *, register_t *); -int sys_swapon(struct proc *, void *, register_t *); +int compat_25_sys_swapon(struct proc *, void *, register_t *); int sys_reboot(struct proc *, void *, register_t *); int linux_sys_readdir(struct proc *, void *, register_t *); int linux_sys_mmap(struct proc *, void *, register_t *); diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index eba6c0f006e..a59c105bc6b 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.37 2002/10/30 20:11:27 millert Exp $ */ +/* $OpenBSD: linux_syscalls.c,v 1.38 2003/05/10 17:55:56 miod Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.36 2002/10/30 20:10:48 millert Exp + * created from OpenBSD: syscalls.master,v 1.37 2003/05/10 17:53:57 miod Exp */ char *linux_syscallnames[] = { diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c index 270aaa1b591..a1d24b09e8e 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.38 2002/10/30 20:11:27 millert Exp $ */ +/* $OpenBSD: linux_sysent.c,v 1.39 2003/05/10 17:55:56 miod Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.36 2002/10/30 20:10:48 millert Exp + * created from OpenBSD: syscalls.master,v 1.37 2003/05/10 17:53:57 miod Exp */ #include <sys/param.h> @@ -199,8 +199,8 @@ struct sysent linux_sysent[] = { linux_sys_readlink }, /* 85 = readlink */ { 1, s(struct linux_sys_uselib_args), linux_sys_uselib }, /* 86 = uselib */ - { 1, s(struct sys_swapon_args), - sys_swapon }, /* 87 = swapon */ + { 1, s(struct compat_25_sys_swapon_args), + compat_25_sys_swapon }, /* 87 = swapon */ { 1, s(struct sys_reboot_args), sys_reboot }, /* 88 = reboot */ { 3, s(struct linux_sys_readdir_args), diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index aac8ed8aaed..a8b5ea42cf7 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.65 2003/04/29 19:52:50 miod Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.66 2003/05/10 17:55:57 miod Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.57 2003/04/29 19:52:32 miod Exp + * created from; OpenBSD: syscalls.master,v 1.58 2003/05/10 17:53:58 miod Exp */ #include <sys/param.h> @@ -227,8 +227,8 @@ struct sysent sysent[] = { sys_setitimer }, /* 83 = setitimer */ { 0, 0, compat_43(sys_wait) }, /* 84 = compat_43 owait */ - { 1, s(struct sys_swapon_args), - sys_swapon }, /* 85 = swapon */ + { 1, s(struct compat_25_sys_swapon_args), + compat_25(sys_swapon) }, /* 85 = compat_25 swapon */ { 2, s(struct sys_getitimer_args), sys_getitimer }, /* 86 = getitimer */ { 2, s(struct compat_43_sys_gethostname_args), diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 6b70a2b131e..a50f06a6eee 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.65 2003/04/29 19:52:50 miod Exp $ */ +/* $OpenBSD: syscalls.c,v 1.66 2003/05/10 17:55:57 miod Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.57 2003/04/29 19:52:32 miod Exp + * created from; OpenBSD: syscalls.master,v 1.58 2003/05/10 17:53:58 miod Exp */ char *syscallnames[] = { @@ -101,7 +101,7 @@ char *syscallnames[] = { "setpgid", /* 82 = setpgid */ "setitimer", /* 83 = setitimer */ "compat_43_owait", /* 84 = compat_43 owait */ - "swapon", /* 85 = swapon */ + "compat_25_swapon", /* 85 = compat_25 swapon */ "getitimer", /* 86 = getitimer */ "compat_43_ogethostname", /* 87 = compat_43 ogethostname */ "compat_43_osethostname", /* 88 = compat_43 osethostname */ diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index de4ad812065..346c3b7e219 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.64 2003/04/29 19:52:52 miod Exp $ */ +/* $OpenBSD: syscall.h,v 1.65 2003/05/10 17:55:57 miod Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.57 2003/04/29 19:52:32 miod Exp + * created from; OpenBSD: syscalls.master,v 1.58 2003/05/10 17:53:58 miod Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ @@ -241,8 +241,7 @@ /* 84 is compat_43 owait */ -/* syscall: "swapon" ret: "int" args: "const char *" */ -#define SYS_swapon 85 + /* 85 is compat_25 swapon */ /* syscall: "getitimer" ret: "int" args: "int" "struct itimerval *" */ #define SYS_getitimer 86 diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 39ea4617ac1..d0aa14ffe5e 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.66 2003/04/29 19:52:52 miod Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.67 2003/05/10 17:55:57 miod Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.57 2003/04/29 19:52:32 miod Exp + * created from; OpenBSD: syscalls.master,v 1.58 2003/05/10 17:53:58 miod Exp */ #ifdef syscallarg @@ -371,7 +371,7 @@ struct sys_setitimer_args { syscallarg(struct itimerval *) oitv; }; -struct sys_swapon_args { +struct compat_25_sys_swapon_args { syscallarg(const char *) name; }; @@ -1310,7 +1310,7 @@ int sys_getpgrp(struct proc *, void *, register_t *); int sys_setpgid(struct proc *, void *, register_t *); int sys_setitimer(struct proc *, void *, register_t *); int compat_43_sys_wait(struct proc *, void *, register_t *); -int sys_swapon(struct proc *, void *, register_t *); +int compat_25_sys_swapon(struct proc *, void *, register_t *); int sys_getitimer(struct proc *, void *, register_t *); int compat_43_sys_gethostname(struct proc *, void *, register_t *); int compat_43_sys_sethostname(struct proc *, void *, register_t *); |