Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat Regen.
details: https://anonhg.NetBSD.org/src/rev/a7430ebca289
branches: trunk
changeset: 500280:a7430ebca289
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sat Dec 09 07:11:17 2000 +0000
description:
Regen.
diffstat:
sys/compat/freebsd/freebsd_syscall.h | 16 ++++++++--------
sys/compat/freebsd/freebsd_syscallargs.h | 10 +++++-----
sys/compat/freebsd/freebsd_syscalls.c | 10 +++++-----
sys/compat/freebsd/freebsd_sysent.c | 10 +++++-----
sys/compat/ibcs2/ibcs2_syscall.h | 16 ++++++++--------
sys/compat/ibcs2/ibcs2_syscallargs.h | 10 +++++-----
sys/compat/ibcs2/ibcs2_syscalls.c | 10 +++++-----
sys/compat/ibcs2/ibcs2_sysent.c | 10 +++++-----
sys/compat/osf1/osf1_syscall.h | 16 ++++++++--------
sys/compat/osf1/osf1_syscallargs.h | 10 +++++-----
sys/compat/osf1/osf1_syscalls.c | 10 +++++-----
sys/compat/osf1/osf1_sysent.c | 10 +++++-----
sys/compat/sunos/sunos_syscall.h | 16 ++++++++--------
sys/compat/sunos/sunos_syscallargs.h | 10 +++++-----
sys/compat/sunos/sunos_syscalls.c | 10 +++++-----
sys/compat/sunos/sunos_sysent.c | 10 +++++-----
16 files changed, 92 insertions(+), 92 deletions(-)
diffs (truncated from 676 to 300 lines):
diff -r b34120d179ee -r a7430ebca289 sys/compat/freebsd/freebsd_syscall.h
--- a/sys/compat/freebsd/freebsd_syscall.h Sat Dec 09 07:10:34 2000 +0000
+++ b/sys/compat/freebsd/freebsd_syscall.h Sat Dec 09 07:11:17 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_syscall.h,v 1.39 2000/12/09 06:19:41 mycroft Exp $ */
+/* $NetBSD: freebsd_syscall.h,v 1.40 2000/12/09 07:11:17 mycroft Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.33 2000/12/09 07:10:35 mycroft Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -65,8 +65,8 @@
/* syscall: "olseek" ret: "long" args: "int" "long" "int" */
#define FREEBSD_SYS_olseek 19
-/* syscall: "getpid" ret: "pid_t" args: */
-#define FREEBSD_SYS_getpid 20
+/* syscall: "getpid_with_ppid" ret: "pid_t" args: */
+#define FREEBSD_SYS_getpid_with_ppid 20
/* syscall: "mount" ret: "int" args: "int" "const char *" "int" "caddr_t" */
#define FREEBSD_SYS_mount 21
@@ -77,8 +77,8 @@
/* syscall: "setuid" ret: "int" args: "uid_t" */
#define FREEBSD_SYS_setuid 23
-/* syscall: "getuid" ret: "uid_t" args: */
-#define FREEBSD_SYS_getuid 24
+/* syscall: "getuid_with_euid" ret: "uid_t" args: */
+#define FREEBSD_SYS_getuid_with_euid 24
/* syscall: "geteuid" ret: "uid_t" args: */
#define FREEBSD_SYS_geteuid 25
@@ -146,8 +146,8 @@
/* syscall: "sigaction" ret: "int" args: "int" "const struct sigaction13 *" "struct sigaction13 *" */
#define FREEBSD_SYS_sigaction 46
-/* syscall: "getgid" ret: "gid_t" args: */
-#define FREEBSD_SYS_getgid 47
+/* syscall: "getgid_with_egid" ret: "gid_t" args: */
+#define FREEBSD_SYS_getgid_with_egid 47
/* syscall: "sigprocmask" ret: "int" args: "int" "int" */
#define FREEBSD_SYS_sigprocmask 48
diff -r b34120d179ee -r a7430ebca289 sys/compat/freebsd/freebsd_syscallargs.h
--- a/sys/compat/freebsd/freebsd_syscallargs.h Sat Dec 09 07:10:34 2000 +0000
+++ b/sys/compat/freebsd/freebsd_syscallargs.h Sat Dec 09 07:11:17 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_syscallargs.h,v 1.41 2000/12/09 06:19:41 mycroft Exp $ */
+/* $NetBSD: freebsd_syscallargs.h,v 1.42 2000/12/09 07:11:18 mycroft Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.33 2000/12/09 07:10:35 mycroft Exp
*/
#ifndef _FREEBSD_SYS__SYSCALLARGS_H_
@@ -275,11 +275,11 @@
int sys_obreak(struct proc *, void *, register_t *);
int sys_getfsstat(struct proc *, void *, register_t *);
int compat_43_sys_lseek(struct proc *, void *, register_t *);
-int sys_getpid(struct proc *, void *, register_t *);
+int sys_getpid_with_ppid(struct proc *, void *, register_t *);
int freebsd_sys_mount(struct proc *, void *, register_t *);
int freebsd_sys_unmount(struct proc *, void *, register_t *);
int sys_setuid(struct proc *, void *, register_t *);
-int sys_getuid(struct proc *, void *, register_t *);
+int sys_getuid_with_euid(struct proc *, void *, register_t *);
int sys_geteuid(struct proc *, void *, register_t *);
int freebsd_sys_ptrace(struct proc *, void *, register_t *);
int sys_recvmsg(struct proc *, void *, register_t *);
@@ -305,7 +305,7 @@
#else
#endif
int compat_13_sys_sigaction(struct proc *, void *, register_t *);
-int sys_getgid(struct proc *, void *, register_t *);
+int sys_getgid_with_egid(struct proc *, void *, register_t *);
int compat_13_sys_sigprocmask(struct proc *, void *, register_t *);
int sys___getlogin(struct proc *, void *, register_t *);
int sys_setlogin(struct proc *, void *, register_t *);
diff -r b34120d179ee -r a7430ebca289 sys/compat/freebsd/freebsd_syscalls.c
--- a/sys/compat/freebsd/freebsd_syscalls.c Sat Dec 09 07:10:34 2000 +0000
+++ b/sys/compat/freebsd/freebsd_syscalls.c Sat Dec 09 07:11:17 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_syscalls.c,v 1.39 2000/12/09 06:19:42 mycroft Exp $ */
+/* $NetBSD: freebsd_syscalls.c,v 1.40 2000/12/09 07:11:18 mycroft Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.33 2000/12/09 07:10:35 mycroft Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@@ -47,11 +47,11 @@
"break", /* 17 = break */
"getfsstat", /* 18 = getfsstat */
"olseek", /* 19 = olseek */
- "getpid", /* 20 = getpid */
+ "getpid_with_ppid", /* 20 = getpid_with_ppid */
"mount", /* 21 = mount */
"unmount", /* 22 = unmount */
"setuid", /* 23 = setuid */
- "getuid", /* 24 = getuid */
+ "getuid_with_euid", /* 24 = getuid_with_euid */
"geteuid", /* 25 = geteuid */
"ptrace", /* 26 = ptrace */
"recvmsg", /* 27 = recvmsg */
@@ -78,7 +78,7 @@
"#45 (unimplemented ktrace)", /* 45 = unimplemented ktrace */
#endif
"sigaction", /* 46 = sigaction */
- "getgid", /* 47 = getgid */
+ "getgid_with_egid", /* 47 = getgid_with_egid */
"sigprocmask", /* 48 = sigprocmask */
"__getlogin", /* 49 = __getlogin */
"setlogin", /* 50 = setlogin */
diff -r b34120d179ee -r a7430ebca289 sys/compat/freebsd/freebsd_sysent.c
--- a/sys/compat/freebsd/freebsd_sysent.c Sat Dec 09 07:10:34 2000 +0000
+++ b/sys/compat/freebsd/freebsd_sysent.c Sat Dec 09 07:11:17 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_sysent.c,v 1.41 2000/12/09 06:19:42 mycroft Exp $ */
+/* $NetBSD: freebsd_sysent.c,v 1.42 2000/12/09 07:11:18 mycroft Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.33 2000/12/09 07:10:35 mycroft Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@@ -68,7 +68,7 @@
{ 3, s(struct compat_43_sys_lseek_args),
compat_43_sys_lseek }, /* 19 = olseek */
{ 0, 0,
- sys_getpid }, /* 20 = getpid */
+ sys_getpid_with_ppid }, /* 20 = getpid_with_ppid */
{ 4, s(struct freebsd_sys_mount_args),
freebsd_sys_mount }, /* 21 = mount */
{ 2, s(struct freebsd_sys_unmount_args),
@@ -76,7 +76,7 @@
{ 1, s(struct sys_setuid_args),
sys_setuid }, /* 23 = setuid */
{ 0, 0,
- sys_getuid }, /* 24 = getuid */
+ sys_getuid_with_euid }, /* 24 = getuid_with_euid */
{ 0, 0,
sys_geteuid }, /* 25 = geteuid */
{ 4, s(struct freebsd_sys_ptrace_args),
@@ -127,7 +127,7 @@
{ 3, s(struct compat_13_sys_sigaction_args),
compat_13_sys_sigaction }, /* 46 = sigaction */
{ 0, 0,
- sys_getgid }, /* 47 = getgid */
+ sys_getgid_with_egid }, /* 47 = getgid_with_egid */
{ 2, s(struct compat_13_sys_sigprocmask_args),
compat_13_sys_sigprocmask }, /* 48 = sigprocmask */
{ 2, s(struct sys___getlogin_args),
diff -r b34120d179ee -r a7430ebca289 sys/compat/ibcs2/ibcs2_syscall.h
--- a/sys/compat/ibcs2/ibcs2_syscall.h Sat Dec 09 07:10:34 2000 +0000
+++ b/sys/compat/ibcs2/ibcs2_syscall.h Sat Dec 09 07:11:17 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: ibcs2_syscall.h,v 1.28 2000/12/09 05:37:03 mycroft Exp $ */
+/* $NetBSD: ibcs2_syscall.h,v 1.29 2000/12/09 07:11:18 mycroft Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.25 2000/12/09 07:10:35 mycroft Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -67,8 +67,8 @@
/* syscall: "lseek" ret: "long" args: "int" "long" "int" */
#define IBCS2_SYS_lseek 19
-/* syscall: "getpid" ret: "pid_t" args: */
-#define IBCS2_SYS_getpid 20
+/* syscall: "getpid_with_ppid" ret: "pid_t" args: */
+#define IBCS2_SYS_getpid_with_ppid 20
/* syscall: "mount" ret: "int" args: "char *" "char *" "int" "int" "char *" "int" */
#define IBCS2_SYS_mount 21
@@ -79,8 +79,8 @@
/* syscall: "setuid" ret: "int" args: "int" */
#define IBCS2_SYS_setuid 23
-/* syscall: "getuid" ret: "uid_t" args: */
-#define IBCS2_SYS_getuid 24
+/* syscall: "getuid_with_euid" ret: "uid_t" args: */
+#define IBCS2_SYS_getuid_with_euid 24
/* syscall: "stime" ret: "int" args: "long *" */
#define IBCS2_SYS_stime 25
@@ -136,8 +136,8 @@
/* syscall: "setgid" ret: "int" args: "int" */
#define IBCS2_SYS_setgid 46
-/* syscall: "getgid" ret: "gid_t" args: */
-#define IBCS2_SYS_getgid 47
+/* syscall: "getgid_with_egid" ret: "gid_t" args: */
+#define IBCS2_SYS_getgid_with_egid 47
/* syscall: "sigsys" ret: "int" args: "int" "ibcs2_sig_t" */
#define IBCS2_SYS_sigsys 48
diff -r b34120d179ee -r a7430ebca289 sys/compat/ibcs2/ibcs2_syscallargs.h
--- a/sys/compat/ibcs2/ibcs2_syscallargs.h Sat Dec 09 07:10:34 2000 +0000
+++ b/sys/compat/ibcs2/ibcs2_syscallargs.h Sat Dec 09 07:11:17 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: ibcs2_syscallargs.h,v 1.29 2000/12/09 05:37:03 mycroft Exp $ */
+/* $NetBSD: ibcs2_syscallargs.h,v 1.30 2000/12/09 07:11:18 mycroft Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.25 2000/12/09 07:10:35 mycroft Exp
*/
#ifndef _IBCS2_SYS__SYSCALLARGS_H_
@@ -442,11 +442,11 @@
int sys_obreak(struct proc *, void *, register_t *);
int ibcs2_sys_stat(struct proc *, void *, register_t *);
int compat_43_sys_lseek(struct proc *, void *, register_t *);
-int sys_getpid(struct proc *, void *, register_t *);
+int sys_getpid_with_ppid(struct proc *, void *, register_t *);
int ibcs2_sys_mount(struct proc *, void *, register_t *);
int ibcs2_sys_umount(struct proc *, void *, register_t *);
int ibcs2_sys_setuid(struct proc *, void *, register_t *);
-int sys_getuid(struct proc *, void *, register_t *);
+int sys_getuid_with_euid(struct proc *, void *, register_t *);
int ibcs2_sys_stime(struct proc *, void *, register_t *);
int ibcs2_sys_alarm(struct proc *, void *, register_t *);
int ibcs2_sys_fstat(struct proc *, void *, register_t *);
@@ -465,7 +465,7 @@
int ibcs2_sys_times(struct proc *, void *, register_t *);
int ibcs2_sys_plock(struct proc *, void *, register_t *);
int ibcs2_sys_setgid(struct proc *, void *, register_t *);
-int sys_getgid(struct proc *, void *, register_t *);
+int sys_getgid_with_egid(struct proc *, void *, register_t *);
int ibcs2_sys_sigsys(struct proc *, void *, register_t *);
#ifdef SYSVMSG
int ibcs2_sys_msgsys(struct proc *, void *, register_t *);
diff -r b34120d179ee -r a7430ebca289 sys/compat/ibcs2/ibcs2_syscalls.c
--- a/sys/compat/ibcs2/ibcs2_syscalls.c Sat Dec 09 07:10:34 2000 +0000
+++ b/sys/compat/ibcs2/ibcs2_syscalls.c Sat Dec 09 07:11:17 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: ibcs2_syscalls.c,v 1.28 2000/12/09 05:37:03 mycroft Exp $ */
+/* $NetBSD: ibcs2_syscalls.c,v 1.29 2000/12/09 07:11:19 mycroft Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.25 2000/12/09 07:10:35 mycroft Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@@ -43,11 +43,11 @@
"obreak", /* 17 = obreak */
"stat", /* 18 = stat */
"lseek", /* 19 = lseek */
- "getpid", /* 20 = getpid */
+ "getpid_with_ppid", /* 20 = getpid_with_ppid */
"mount", /* 21 = mount */
"umount", /* 22 = umount */
"setuid", /* 23 = setuid */
- "getuid", /* 24 = getuid */
+ "getuid_with_euid", /* 24 = getuid_with_euid */
"stime", /* 25 = stime */
"#26 (unimplemented ibcs2_ptrace)", /* 26 = unimplemented ibcs2_ptrace */
"alarm", /* 27 = alarm */
@@ -70,7 +70,7 @@
"#44 (unimplemented profil)", /* 44 = unimplemented profil */
"plock", /* 45 = plock */
"setgid", /* 46 = setgid */
- "getgid", /* 47 = getgid */
+ "getgid_with_egid", /* 47 = getgid_with_egid */
"sigsys", /* 48 = sigsys */
#ifdef SYSVMSG
"msgsys", /* 49 = msgsys */
diff -r b34120d179ee -r a7430ebca289 sys/compat/ibcs2/ibcs2_sysent.c
--- a/sys/compat/ibcs2/ibcs2_sysent.c Sat Dec 09 07:10:34 2000 +0000
+++ b/sys/compat/ibcs2/ibcs2_sysent.c Sat Dec 09 07:11:17 2000 +0000
Home |
Main Index |
Thread Index |
Old Index