Adding OpenBSD tags to files.
authorrahnds <rahnds@openbsd.org>
Sat, 28 Dec 1996 06:17:46 +0000 (06:17 +0000)
committerrahnds <rahnds@openbsd.org>
Sat, 28 Dec 1996 06:17:46 +0000 (06:17 +0000)
37 files changed:
sys/arch/powerpc/powerpc/Locore.c
sys/arch/powerpc/powerpc/autoconf.c
sys/arch/powerpc/powerpc/bcopy.c
sys/arch/powerpc/powerpc/clock.c
sys/arch/powerpc/powerpc/conf.c
sys/arch/powerpc/powerpc/copyinstr.c
sys/arch/powerpc/powerpc/copyoutstr.c
sys/arch/powerpc/powerpc/copystr.c
sys/arch/powerpc/powerpc/db_disasm.c
sys/arch/powerpc/powerpc/db_interface.c
sys/arch/powerpc/powerpc/db_memrw.c
sys/arch/powerpc/powerpc/db_trace.c
sys/arch/powerpc/powerpc/disksubr.c
sys/arch/powerpc/powerpc/fpu.c
sys/arch/powerpc/powerpc/fubyte.c
sys/arch/powerpc/powerpc/fuswintr.c
sys/arch/powerpc/powerpc/genassym.c
sys/arch/powerpc/powerpc/in_cksum.c
sys/arch/powerpc/powerpc/locore.S
sys/arch/powerpc/powerpc/machdep.c
sys/arch/powerpc/powerpc/mem.c
sys/arch/powerpc/powerpc/ofw_machdep.c
sys/arch/powerpc/powerpc/ofwreal.S
sys/arch/powerpc/powerpc/openfirm.c
sys/arch/powerpc/powerpc/pmap.c
sys/arch/powerpc/powerpc/process_machdep.c
sys/arch/powerpc/powerpc/setjmp.S
sys/arch/powerpc/powerpc/subyte.c
sys/arch/powerpc/powerpc/suswintr.c
sys/arch/powerpc/powerpc/suword.c
sys/arch/powerpc/powerpc/swapgeneric.c
sys/arch/powerpc/powerpc/sys_machdep.c
sys/arch/powerpc/powerpc/trap.c
sys/arch/powerpc/powerpc/trap.c.swp [deleted file]
sys/arch/powerpc/powerpc/vm_machdep.c
sys/lib/libkern/arch/powerpc/Makefile.inc
sys/lib/libkern/arch/powerpc/__eabi.c

index 3c9fd69..e42ca6d 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: Locore.c,v 1.3 1996/12/28 06:21:33 rahnds Exp $       */
 /*     $NetBSD: Locore.c,v 1.2 1996/11/06 20:19:50 cgd Exp $   */
 
 /*
index 2b874ea..8a0d4d9 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: autoconf.c,v 1.2 1996/12/28 06:21:36 rahnds Exp $     */
 /*     $NetBSD: autoconf.c,v 1.1 1996/09/30 16:34:39 ws Exp $  */
 
 /*
index 42b5b42..7304559 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: bcopy.c,v 1.2 1996/12/28 06:21:37 rahnds Exp $        */
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
@@ -36,7 +37,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 /*static char *sccsid = "from: @(#)bcopy.c     5.11 (Berkeley) 6/21/91";*/
-static char *rcsid = "$Id: bcopy.c,v 1.1.1.1 1996/12/21 20:35:56 rahnds Exp $";
+static char *rcsid = "$Id: bcopy.c,v 1.2 1996/12/28 06:21:37 rahnds Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/cdefs.h>
index 07a9655..fb78236 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: clock.c,v 1.2 1996/12/28 06:21:39 rahnds Exp $        */
 /*     $NetBSD: clock.c,v 1.1 1996/09/30 16:34:40 ws Exp $     */
 
 /*
index ec1791e..eefeaff 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: conf.c,v 1.2 1996/12/28 06:21:41 rahnds Exp $ */
 /*     $NetBSD: conf.c,v 1.2 1996/10/16 17:26:19 ws Exp $      */
 
 /*
index e8a2ea4..99ab8f6 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: copyinstr.c,v 1.2 1996/12/28 06:21:43 rahnds Exp $    */
 /*     $NetBSD: copyinstr.c,v 1.1 1996/09/30 16:34:42 ws Exp $ */
 
 /*-
index 730f16a..ebbe289 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: copyoutstr.c,v 1.2 1996/12/28 06:21:45 rahnds Exp $   */
 /*     $NetBSD: copyoutstr.c,v 1.1 1996/09/30 16:34:42 ws Exp $        */
 
 /*-
index 0a5976d..bd4f1a1 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: copystr.c,v 1.2 1996/12/28 06:21:46 rahnds Exp $      */
 /*     $NetBSD: copystr.c,v 1.1 1996/09/30 16:34:43 ws Exp $   */
 
 /*-
index c856ea9..1e2e915 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: db_disasm.c,v 1.2 1996/12/28 06:21:48 rahnds Exp $    */
 
 #include <sys/types.h>
 #include <sys/param.h>
index e4b1876..581c6f5 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: db_interface.c,v 1.2 1996/12/28 06:21:50 rahnds Exp $ */
 
 #include <sys/param.h>
 #include <sys/proc.h>
index e0a6c1f..94f40ce 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: db_memrw.c,v 1.2 1996/12/28 06:21:52 rahnds Exp $     */
 /*     $NetBSD: db_memrw.c,v 1.1 1996/02/22 23:23:35 gwr Exp $ */
 
 /* 
index 0dcba16..08d42b6 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: db_trace.c,v 1.2 1996/12/28 06:21:53 rahnds Exp $     */
 /*     $NetBSD: db_trace.c,v 1.15 1996/02/22 23:23:41 gwr Exp $        */
 
 /* 
index 23a9969..f84372b 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: disksubr.c,v 1.2 1996/12/28 06:21:55 rahnds Exp $     */
 /*     $NetBSD: disksubr.c,v 1.1 1996/09/30 16:34:43 ws Exp $  */
 
 /*
index 46e723d..a52b024 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: fpu.c,v 1.2 1996/12/28 06:21:56 rahnds Exp $  */
 /*     $NetBSD: fpu.c,v 1.1 1996/09/30 16:34:44 ws Exp $       */
 
 /*
index e19219f..638a661 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: fubyte.c,v 1.2 1996/12/28 06:21:58 rahnds Exp $       */
 /*     $NetBSD: fubyte.c,v 1.1 1996/09/30 16:34:45 ws Exp $    */
 
 /*-
index e97f743..1e72b4b 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: fuswintr.c,v 1.2 1996/12/28 06:21:59 rahnds Exp $     */
 /*     $NetBSD: fuswintr.c,v 1.1 1996/09/30 16:34:45 ws Exp $  */
 
 /*-
index 2b357d8..dc714df 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: genassym.c,v 1.2 1996/12/28 06:22:00 rahnds Exp $     */
 /*     $NetBSD: genassym.c,v 1.1 1996/09/30 16:34:46 ws Exp $  */
 
 /*
index 8992b3c..9783c32 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: in_cksum.c,v 1.2 1996/12/28 06:22:02 rahnds Exp $     */
 /*     $NetBSD: in_cksum.c,v 1.1 1996/09/30 16:34:47 ws Exp $  */
 
 /*
index a425049..801cad1 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: locore.S,v 1.2 1996/12/28 06:22:03 rahnds Exp $       */
 /*     $NetBSD: locore.S,v 1.2 1996/10/16 19:33:09 ws Exp $    */
 
 /*
index 3dd3c98..dddd2a3 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: machdep.c,v 1.2 1996/12/28 06:22:05 rahnds Exp $      */
 /*     $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $   */
 
 /*
index d2e72b4..5633cc2 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: mem.c,v 1.2 1996/12/28 06:22:07 rahnds Exp $  */
 /*     $NetBSD: mem.c,v 1.1 1996/09/30 16:34:50 ws Exp $ */
 
 /*
index 7dc784b..ed346ef 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: ofw_machdep.c,v 1.2 1996/12/28 06:22:09 rahnds Exp $  */
 /*     $NetBSD: ofw_machdep.c,v 1.1 1996/09/30 16:34:50 ws Exp $       */
 
 /*
index fa16ebe..a097aac 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: ofwreal.S,v 1.2 1996/12/28 06:22:10 rahnds Exp $      */
 /*     $NetBSD: ofwreal.S,v 1.1 1996/09/30 16:34:51 ws Exp $   */
 
 /*
index e282c09..fad8623 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: openfirm.c,v 1.2 1996/12/28 06:22:12 rahnds Exp $     */
 /*     $NetBSD: openfirm.c,v 1.1 1996/09/30 16:34:52 ws Exp $  */
 
 /*
index 2ff4e0c..71cfefe 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: pmap.c,v 1.2 1996/12/28 06:22:14 rahnds Exp $ */
 /*     $NetBSD: pmap.c,v 1.1 1996/09/30 16:34:52 ws Exp $      */
 
 /*
index ab956e4..1bb3b9e 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: process_machdep.c,v 1.2 1996/12/28 06:22:16 rahnds Exp $      */
 /*     $NetBSD: process_machdep.c,v 1.1 1996/09/30 16:34:53 ws Exp $   */
 
 /*
index 022e458..1cfe470 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: setjmp.S,v 1.2 1996/12/28 06:22:18 rahnds Exp $       */
 /* kernel version of this file, does not have signal goop */
 /* int setjmp(jmp_buf env) */
 
index df71a0c..95631b3 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: subyte.c,v 1.2 1996/12/28 06:22:19 rahnds Exp $       */
 /*     $NetBSD: subyte.c,v 1.1 1996/09/30 16:34:54 ws Exp $    */
 
 /*-
index 8706660..d6a2bcd 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: suswintr.c,v 1.2 1996/12/28 06:22:21 rahnds Exp $     */
 /*     $NetBSD: suswintr.c,v 1.1 1996/09/30 16:34:54 ws Exp $  */
 
 /*-
index a4ba796..26611fe 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: suword.c,v 1.2 1996/12/28 06:22:22 rahnds Exp $       */
 /*     $NetBSD: suword.c,v 1.1 1996/09/30 16:34:55 ws Exp $    */
 
 /*-
index a22c2d9..f8304b9 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: swapgeneric.c,v 1.2 1996/12/28 06:22:24 rahnds Exp $  */
 /*     $NetBSD: swapgeneric.c,v 1.1 1996/09/30 16:34:55 ws Exp $       */
 
 /*-
index 653ce49..ffad922 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: sys_machdep.c,v 1.2 1996/12/28 06:22:25 rahnds Exp $  */
 /*     $NetBSD: sys_machdep.c,v 1.1 1996/09/30 16:34:56 ws Exp $       */
 
 /*
index 9d73c10..eef22d8 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: trap.c,v 1.3 1996/12/28 06:22:27 rahnds Exp $ */
 /*     $NetBSD: trap.c,v 1.3 1996/10/13 03:31:37 christos Exp $        */
 
 /*
diff --git a/sys/arch/powerpc/powerpc/trap.c.swp b/sys/arch/powerpc/powerpc/trap.c.swp
deleted file mode 100644 (file)
index caf7756..0000000
Binary files a/sys/arch/powerpc/powerpc/trap.c.swp and /dev/null differ
index 7a27d8d..cd9fdbf 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: vm_machdep.c,v 1.2 1996/12/28 06:22:31 rahnds Exp $   */
 /*     $NetBSD: vm_machdep.c,v 1.1 1996/09/30 16:34:57 ws Exp $        */
 
 /*
index 9c5d718..d87436e 100644 (file)
@@ -1,3 +1,4 @@
+#      $OpenBSD: Makefile.inc,v 1.2 1996/12/28 06:17:46 rahnds Exp $
 #      $NetBSD: Makefile.inc,v 1.6 1994/10/26 06:39:03 cgd Exp $
 
 CFLAGS += -D_KERNEL
index 3aa5890..627e404 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: __eabi.c,v 1.2 1996/12/28 06:17:49 rahnds Exp $       */
 /*     $NetBSD: __main.c,v 1.3 1994/10/26 06:42:13 cgd Exp $   */
 
 /*