OpenBSD tags
authorniklas <niklas@openbsd.org>
Mon, 24 Feb 1997 14:19:55 +0000 (14:19 +0000)
committerniklas <niklas@openbsd.org>
Mon, 24 Feb 1997 14:19:55 +0000 (14:19 +0000)
15 files changed:
sys/kern/Make.tags.inc
sys/kern/Makefile
sys/kern/exec_subr.c
sys/kern/kern_subr.c
sys/kern/makesyscalls.sh
sys/kern/subr_disk.c
sys/kern/subr_xxx.c
sys/kern/sys_pipe.c
sys/kern/sys_socket.c
sys/kern/syscalls.conf
sys/kern/sysv_ipc.c
sys/kern/tty_pty.c
sys/kern/vfs_conf.c
sys/kern/vfs_init.c
sys/kern/vfs_subr.c

index 2cce87e..383e88e 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Make.tags.inc       8.1 (Berkeley) 6/11/93
+#      $OpenBSD: Make.tags.inc,v 1.5 1997/02/24 14:19:55 niklas Exp $
 
 # Common files for "make tags".
 # Included by the Makefile for each architecture.
index d6d5de2..b5eeebf 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    8.2 (Berkeley) 3/21/94
+#      $OpenBSD: Makefile,v 1.7 1997/02/24 14:19:55 niklas Exp $
 
 # Makefile for kernel tags files, init_sysent, etc.
 
index 8a766be..20d6204 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: exec_subr.c,v 1.4 1997/02/24 14:19:56 niklas Exp $    */
 /*     $NetBSD: exec_subr.c,v 1.9 1994/12/04 03:10:42 mycroft Exp $    */
 
 /*
index 9886ff8..39ca21d 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: kern_subr.c,v 1.4 1997/02/24 14:19:56 niklas Exp $    */
 /*     $NetBSD: kern_subr.c,v 1.15 1996/04/09 17:21:56 ragge Exp $     */
 
 /*
index cc0bdf7..528c420 100644 (file)
@@ -1,4 +1,5 @@
 #! /bin/sh -
+#      $OpenBSD: makesyscalls.sh,v 1.4 1997/02/24 14:19:57 niklas Exp $
 #      $NetBSD: makesyscalls.sh,v 1.18 1996/03/15 01:25:12 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
index 6caec00..a7b7e2b 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: subr_disk.c,v 1.11 1997/02/24 14:19:57 niklas Exp $   */
 /*     $NetBSD: subr_disk.c,v 1.17 1996/03/16 23:17:08 christos Exp $  */
 
 /*
index d311c1e..0d44bc8 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: subr_xxx.c,v 1.3 1997/02/24 14:19:58 niklas Exp $     */
 /*     $NetBSD: subr_xxx.c,v 1.10 1996/02/04 02:16:51 christos Exp $   */
 
 /*
index bc8be79..78f38f7 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: sys_pipe.c,v 1.5 1997/02/24 14:19:58 niklas Exp $     */
+
 /*
  * Copyright (c) 1996 John S. Dyson
  * All rights reserved.
@@ -15,8 +17,6 @@
  *    John S. Dyson.
  * 4. Modifications may be freely made to this file if the above conditions
  *    are met.
- *
- * $Id: sys_pipe.c,v 1.4 1996/10/12 14:34:42 niklas Exp $
  */
 
 #ifndef OLD_PIPE
index 9ae85a2..b0a67f3 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: sys_socket.c,v 1.2 1997/02/24 14:19:59 niklas Exp $   */
 /*     $NetBSD: sys_socket.c,v 1.13 1995/08/12 23:59:09 mycroft Exp $  */
 
 /*
index b61ebca..554e6a3 100644 (file)
@@ -1,3 +1,4 @@
+#      $OpenBSD: syscalls.conf,v 1.2 1997/02/24 14:19:59 niklas Exp $
 #      $NetBSD: syscalls.conf,v 1.2 1994/10/26 06:45:57 cgd Exp $
 
 sysnames="syscalls.c"
index 2761a96..7a093ec 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: sysv_ipc.c,v 1.2 1997/02/24 14:20:00 niklas Exp $     */
 /*     $NetBSD: sysv_ipc.c,v 1.10 1995/06/03 05:53:28 mycroft Exp $    */
 
 /*
index 05557f2..4842049 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: tty_pty.c,v 1.5 1997/02/24 14:20:00 niklas Exp $      */
 /*     $NetBSD: tty_pty.c,v 1.33.4.1 1996/06/02 09:08:11 mrg Exp $     */
 
 /*
index 3731ec5..800aff6 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: vfs_conf.c,v 1.5 1997/02/24 14:20:01 niklas Exp $     */
 /*     $NetBSD: vfs_conf.c,v 1.21.4.1 1995/11/01 00:06:26 jtc Exp $    */
 
 /*
index f1de361..2071a8f 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: vfs_init.c,v 1.4 1997/02/24 14:20:02 niklas Exp $     */
 /*     $NetBSD: vfs_init.c,v 1.6 1996/02/09 19:00:58 christos Exp $    */
 
 /*
index 1e6bd4b..2c05c9f 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: vfs_subr.c,v 1.8 1997/02/24 14:20:02 niklas Exp $     */
 /*     $NetBSD: vfs_subr.c,v 1.53 1996/04/22 01:39:13 christos Exp $   */
 
 /*