Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/m68k Regen; getpid(2) is MP-safe.
details: https://anonhg.NetBSD.org/src/rev/048b45cc119f
branches: trunk
changeset: 502936:048b45cc119f
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Jan 27 07:55:44 2001 +0000
description:
Regen; getpid(2) is MP-safe.
diffstat:
sys/compat/linux/arch/m68k/linux_syscall.h | 4 ++--
sys/compat/linux/arch/m68k/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/m68k/linux_syscalls.c | 4 ++--
sys/compat/linux/arch/m68k/linux_sysent.c | 6 +++---
4 files changed, 9 insertions(+), 9 deletions(-)
diffs (73 lines):
diff -r 805407647a1f -r 048b45cc119f sys/compat/linux/arch/m68k/linux_syscall.h
--- a/sys/compat/linux/arch/m68k/linux_syscall.h Sat Jan 27 07:55:23 2001 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscall.h Sat Jan 27 07:55:44 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.30 2001/01/27 07:27:00 thorpej Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.31 2001/01/27 07:55:44 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp
+ * created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff -r 805407647a1f -r 048b45cc119f sys/compat/linux/arch/m68k/linux_syscallargs.h
--- a/sys/compat/linux/arch/m68k/linux_syscallargs.h Sat Jan 27 07:55:23 2001 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h Sat Jan 27 07:55:44 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.30 2001/01/27 07:27:00 thorpej Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.31 2001/01/27 07:55:44 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp
+ * created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
diff -r 805407647a1f -r 048b45cc119f sys/compat/linux/arch/m68k/linux_syscalls.c
--- a/sys/compat/linux/arch/m68k/linux_syscalls.c Sat Jan 27 07:55:23 2001 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscalls.c Sat Jan 27 07:55:44 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscalls.c,v 1.31 2001/01/27 07:27:01 thorpej Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.32 2001/01/27 07:55:44 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp
+ * created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
diff -r 805407647a1f -r 048b45cc119f sys/compat/linux/arch/m68k/linux_sysent.c
--- a/sys/compat/linux/arch/m68k/linux_sysent.c Sat Jan 27 07:55:23 2001 +0000
+++ b/sys/compat/linux/arch/m68k/linux_sysent.c Sat Jan 27 07:55:44 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_sysent.c,v 1.30 2001/01/27 07:27:01 thorpej Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.31 2001/01/27 07:55:44 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp
+ * created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@@ -71,7 +71,7 @@
{ 0, 0, 0,
sys_nosys }, /* 19 = unimplemented compat_43_sys_lseek */
#endif
- { 0, 0, 0,
+ { 0, 0, SYCALL_MPSAFE | 0,
sys_getpid }, /* 20 = getpid */
{ 0, 0, 0,
sys_nosys }, /* 21 = unimplemented mount */
Home |
Main Index |
Thread Index |
Old Index