summaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-16 01:59:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-16 01:59:46 +0000
commit838992f094ccde014679a7cfafc495840eb932a1 (patch)
treebb1da10609893e2c699e42919a3a51c02df9caf0 /sys/alpha/include
parentbcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff)
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/alpha_cpu.h2
-rw-r--r--sys/alpha/include/ansi.h2
-rw-r--r--sys/alpha/include/asm.h2
-rw-r--r--sys/alpha/include/atomic.h2
-rw-r--r--sys/alpha/include/bootinfo.h2
-rw-r--r--sys/alpha/include/bus.h2
-rw-r--r--sys/alpha/include/bus_memio.h2
-rw-r--r--sys/alpha/include/bus_pio.h2
-rw-r--r--sys/alpha/include/bwx.h2
-rw-r--r--sys/alpha/include/chipset.h2
-rw-r--r--sys/alpha/include/clock.h2
-rw-r--r--sys/alpha/include/cons.h2
-rw-r--r--sys/alpha/include/console.h2
-rw-r--r--sys/alpha/include/cpu.h2
-rw-r--r--sys/alpha/include/cpufunc.h2
-rw-r--r--sys/alpha/include/elf.h2
-rw-r--r--sys/alpha/include/elf_machdep.h2
-rw-r--r--sys/alpha/include/endian.h2
-rw-r--r--sys/alpha/include/float.h2
-rw-r--r--sys/alpha/include/fpu.h2
-rw-r--r--sys/alpha/include/frame.h2
-rw-r--r--sys/alpha/include/ieee.h2
-rw-r--r--sys/alpha/include/ieeefp.h2
-rw-r--r--sys/alpha/include/in_cksum.h2
-rw-r--r--sys/alpha/include/inst.h2
-rw-r--r--sys/alpha/include/intr.h2
-rw-r--r--sys/alpha/include/intrcnt.h2
-rw-r--r--sys/alpha/include/ipl.h2
-rw-r--r--sys/alpha/include/limits.h2
-rw-r--r--sys/alpha/include/lock.h2
-rw-r--r--sys/alpha/include/md_var.h2
-rw-r--r--sys/alpha/include/mouse.h2
-rw-r--r--sys/alpha/include/pal.h2
-rw-r--r--sys/alpha/include/param.h2
-rw-r--r--sys/alpha/include/pc/bios.h2
-rw-r--r--sys/alpha/include/pc/display.h2
-rw-r--r--sys/alpha/include/pc/msdos.h2
-rw-r--r--sys/alpha/include/pc/vesa.h2
-rw-r--r--sys/alpha/include/pcb.h2
-rw-r--r--sys/alpha/include/pmap.h2
-rw-r--r--sys/alpha/include/proc.h2
-rw-r--r--sys/alpha/include/profile.h2
-rw-r--r--sys/alpha/include/psl.h2
-rw-r--r--sys/alpha/include/pte.h2
-rw-r--r--sys/alpha/include/ptrace.h2
-rw-r--r--sys/alpha/include/reg.h2
-rw-r--r--sys/alpha/include/resource.h2
-rw-r--r--sys/alpha/include/setjmp.h2
-rw-r--r--sys/alpha/include/signal.h2
-rw-r--r--sys/alpha/include/stdarg.h2
-rw-r--r--sys/alpha/include/swiz.h2
-rw-r--r--sys/alpha/include/sysarch.h2
-rw-r--r--sys/alpha/include/types.h2
-rw-r--r--sys/alpha/include/varargs.h2
-rw-r--r--sys/alpha/include/vmparam.h2
55 files changed, 55 insertions, 55 deletions
diff --git a/sys/alpha/include/alpha_cpu.h b/sys/alpha/include/alpha_cpu.h
index 80eb3078a309..f1181282ff17 100644
--- a/sys/alpha/include/alpha_cpu.h
+++ b/sys/alpha/include/alpha_cpu.h
@@ -1,4 +1,4 @@
-/* $Id: alpha_cpu.h,v 1.4 1998/12/23 11:50:50 dfr Exp $ */
+/* $Id: alpha_cpu.h,v 1.5 1999/01/10 12:35:39 dfr Exp $ */
/* From: NetBSD: alpha_cpu.h,v 1.15 1997/09/20 19:02:34 mjacob Exp */
/*
diff --git a/sys/alpha/include/ansi.h b/sys/alpha/include/ansi.h
index 09413e7d49f0..c754b5add87b 100644
--- a/sys/alpha/include/ansi.h
+++ b/sys/alpha/include/ansi.h
@@ -1,4 +1,4 @@
-/* $Id: ansi.h,v 1.3 1998/10/12 23:57:58 alex Exp $ */
+/* $Id: ansi.h,v 1.4 1998/12/19 00:02:23 dt Exp $ */
/* From: NetBSD: ansi.h,v 1.9 1997/11/23 20:20:53 kleink Exp */
/*-
diff --git a/sys/alpha/include/asm.h b/sys/alpha/include/asm.h
index f5044df62778..a44841cea0fc 100644
--- a/sys/alpha/include/asm.h
+++ b/sys/alpha/include/asm.h
@@ -1,4 +1,4 @@
-/* $Id: asm.h,v 1.1 1998/01/10 22:09:52 jb Exp $ */
+/* $Id: asm.h,v 1.2 1998/06/10 10:54:23 dfr Exp $ */
/* From: NetBSD: asm.h,v 1.18 1997/11/03 04:22:06 ross Exp */
/*
diff --git a/sys/alpha/include/atomic.h b/sys/alpha/include/atomic.h
index 25a27d57f00e..0dc4481a98d2 100644
--- a/sys/alpha/include/atomic.h
+++ b/sys/alpha/include/atomic.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: atomic.h,v 1.1 1998/08/24 08:39:36 dfr Exp $
*/
#ifndef _MACHINE_ATOMIC_H_
diff --git a/sys/alpha/include/bootinfo.h b/sys/alpha/include/bootinfo.h
index cd45e408d85f..45f1b51ee0d7 100644
--- a/sys/alpha/include/bootinfo.h
+++ b/sys/alpha/include/bootinfo.h
@@ -1,4 +1,4 @@
-/* $Id: bootinfo.h,v 1.3 1998/10/14 09:53:24 peter Exp $ */
+/* $Id: bootinfo.h,v 1.4 1998/10/14 10:04:32 peter Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
diff --git a/sys/alpha/include/bus.h b/sys/alpha/include/bus.h
index f515b71081a0..86821c09ed86 100644
--- a/sys/alpha/include/bus.h
+++ b/sys/alpha/include/bus.h
@@ -67,7 +67,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
+/* $Id: bus.h,v 1.2 1998/09/16 08:22:57 dfr Exp $ */
#ifndef _ALPHA_BUS_H_
#define _ALPHA_BUS_H_
diff --git a/sys/alpha/include/bus_memio.h b/sys/alpha/include/bus_memio.h
index c7f50f78dbbf..4a33ea0a608f 100644
--- a/sys/alpha/include/bus_memio.h
+++ b/sys/alpha/include/bus_memio.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: bus_memio.h,v 1.1 1998/09/16 08:22:57 dfr Exp $
*/
#ifndef _ALPHA_BUS_MEMIO_H_
diff --git a/sys/alpha/include/bus_pio.h b/sys/alpha/include/bus_pio.h
index 286298e1968a..a6e439f6b5c0 100644
--- a/sys/alpha/include/bus_pio.h
+++ b/sys/alpha/include/bus_pio.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: bus_pio.h,v 1.1 1998/09/16 08:22:57 dfr Exp $
*/
#ifndef _ALPHA_BUS_PIO_H_
diff --git a/sys/alpha/include/bwx.h b/sys/alpha/include/bwx.h
index 5489e3a4e667..6d7cfd7b74b1 100644
--- a/sys/alpha/include/bwx.h
+++ b/sys/alpha/include/bwx.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bwx.h,v 1.1 1998/07/05 12:14:15 dfr Exp $
+ * $Id: bwx.h,v 1.2 1998/07/31 09:14:49 dfr Exp $
*/
#ifndef _MACHINE_BWX_H_
diff --git a/sys/alpha/include/chipset.h b/sys/alpha/include/chipset.h
index f7a61be4c1f2..0e7aba975db4 100644
--- a/sys/alpha/include/chipset.h
+++ b/sys/alpha/include/chipset.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: chipset.h,v 1.5 1998/10/06 14:18:39 dfr Exp $
+ * $Id: chipset.h,v 1.6 1998/11/15 18:25:16 dfr Exp $
*/
#ifndef _MACHINE_CHIPSET_H_
diff --git a/sys/alpha/include/clock.h b/sys/alpha/include/clock.h
index e1915230a842..1628c520ddc0 100644
--- a/sys/alpha/include/clock.h
+++ b/sys/alpha/include/clock.h
@@ -3,7 +3,7 @@
* Garrett Wollman, September 1994.
* This file is in the public domain.
*
- * $Id: clock.h,v 1.2 1998/07/22 08:26:23 dfr Exp $
+ * $Id: clock.h,v 1.3 1998/10/06 08:40:17 dfr Exp $
*/
#ifndef _MACHINE_CLOCK_H_
diff --git a/sys/alpha/include/cons.h b/sys/alpha/include/cons.h
index df135cc1b5dd..c590beedf981 100644
--- a/sys/alpha/include/cons.h
+++ b/sys/alpha/include/cons.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)cons.h 7.2 (Berkeley) 5/9/91
- * $Id: cons.h,v 1.17 1997/07/01 00:54:37 bde Exp $
+ * $Id: cons.h,v 1.1 1998/06/10 10:54:42 dfr Exp $
*/
#ifndef _MACHINE_CONS_H_
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h
index 52ef8d1649df..e15a7373ed2a 100644
--- a/sys/alpha/include/console.h
+++ b/sys/alpha/include/console.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: console.h,v 1.40 1998/09/17 09:38:36 dfr Exp $
+ * $Id: console.h,v 1.41 1999/01/01 14:38:29 des Exp $
* from: i386/include console.h,v 1.39
*/
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h
index e4cf206ed0db..341990acdae9 100644
--- a/sys/alpha/include/cpu.h
+++ b/sys/alpha/include/cpu.h
@@ -1,4 +1,4 @@
-/* $Id: cpu.h,v 1.4 1998/10/06 08:40:17 dfr Exp $ */
+/* $Id: cpu.h,v 1.4.2.1 1999/02/13 09:30:55 bde Exp $ */
/* From: NetBSD: cpu.h,v 1.18 1997/09/23 23:17:49 mjacob Exp */
/*
diff --git a/sys/alpha/include/cpufunc.h b/sys/alpha/include/cpufunc.h
index bc4ffe3934b3..1908cacd92a1 100644
--- a/sys/alpha/include/cpufunc.h
+++ b/sys/alpha/include/cpufunc.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cpufunc.h,v 1.2 1998/07/22 08:25:39 dfr Exp $
+ * $Id: cpufunc.h,v 1.3 1998/08/17 08:21:31 dfr Exp $
*/
#ifndef _MACHINE_CPUFUNC_H_
diff --git a/sys/alpha/include/elf.h b/sys/alpha/include/elf.h
index 179fd6f10977..e0cc99407894 100644
--- a/sys/alpha/include/elf.h
+++ b/sys/alpha/include/elf.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: elf.h,v 1.6 1999/02/07 23:49:51 jdp Exp $
+ * $Id: elf.h,v 1.5.2.1 1999/02/08 18:58:33 jdp Exp $
*/
#ifndef _MACHINE_ELF_H_
diff --git a/sys/alpha/include/elf_machdep.h b/sys/alpha/include/elf_machdep.h
index f14c0fa30a23..63aef20abef1 100644
--- a/sys/alpha/include/elf_machdep.h
+++ b/sys/alpha/include/elf_machdep.h
@@ -1,4 +1,4 @@
-/* $Id$
+/* $Id: elf_machdep.h,v 1.1.1.1 1998/03/09 05:43:16 jb Exp $
/* From: NetBSD: elf_machdep.h,v 1.3 1997/04/06 08:47:24 cgd Exp */
#define ELF32_MACHDEP_ENDIANNESS XXX /* break compilation */
diff --git a/sys/alpha/include/endian.h b/sys/alpha/include/endian.h
index 5b1fd0063197..ce48798fa416 100644
--- a/sys/alpha/include/endian.h
+++ b/sys/alpha/include/endian.h
@@ -1,4 +1,4 @@
-/* $Id: endian.h,v 1.1 1998/01/10 10:13:14 jb Exp $ */
+/* $Id: endian.h,v 1.2 1998/01/10 22:09:53 jb Exp $ */
/* From: NetBSD: endian.h,v 1.5 1997/10/09 15:42:19 bouyer Exp */
/*
diff --git a/sys/alpha/include/float.h b/sys/alpha/include/float.h
index de8d599c9d1a..16c6e2272331 100644
--- a/sys/alpha/include/float.h
+++ b/sys/alpha/include/float.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: float.h,v 1.1 1998/01/10 22:09:53 jb Exp $ */
/* From: NetBSD: float.h,v 1.6 1997/07/17 21:36:03 thorpej Exp */
/*
diff --git a/sys/alpha/include/fpu.h b/sys/alpha/include/fpu.h
index c9efceed0293..a3b35df324d9 100644
--- a/sys/alpha/include/fpu.h
+++ b/sys/alpha/include/fpu.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: fpu.h,v 1.1 1998/12/04 10:52:48 dfr Exp $
+ * $Id: fpu.h,v 1.2 1998/12/23 11:50:51 dfr Exp $
*/
#ifndef _MACHINE_FPU_H_
diff --git a/sys/alpha/include/frame.h b/sys/alpha/include/frame.h
index 8af1d7162517..c6af1820526f 100644
--- a/sys/alpha/include/frame.h
+++ b/sys/alpha/include/frame.h
@@ -1,4 +1,4 @@
-/* $Id: frame.h,v 1.1 1998/01/10 10:13:14 jb Exp $ */
+/* $Id: frame.h,v 1.2 1998/11/18 23:51:40 dfr Exp $ */
/* From: NetBSD: frame.h,v 1.4 1997/04/06 08:47:27 cgd Exp */
/*
diff --git a/sys/alpha/include/ieee.h b/sys/alpha/include/ieee.h
index 701f22c2b5bb..b4635bcf0946 100644
--- a/sys/alpha/include/ieee.h
+++ b/sys/alpha/include/ieee.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: ieee.h,v 1.1.1.1 1998/03/09 05:43:16 jb Exp $ */
/* From: NetBSD: ieee.h,v 1.2 1997/04/06 08:47:27 cgd Exp */
/*
diff --git a/sys/alpha/include/ieeefp.h b/sys/alpha/include/ieeefp.h
index a838e9891955..63bea27f7c38 100644
--- a/sys/alpha/include/ieeefp.h
+++ b/sys/alpha/include/ieeefp.h
@@ -1,4 +1,4 @@
-/* $Id: ieeefp.h,v 1.1.1.1 1998/03/09 05:43:16 jb Exp $ */
+/* $Id: ieeefp.h,v 1.2 1998/12/23 11:50:51 dfr Exp $ */
/* From: NetBSD: ieeefp.h,v 1.2 1997/04/06 08:47:28 cgd Exp */
/*
diff --git a/sys/alpha/include/in_cksum.h b/sys/alpha/include/in_cksum.h
index 7e1c0f0dee49..ffb9358e0c81 100644
--- a/sys/alpha/include/in_cksum.h
+++ b/sys/alpha/include/in_cksum.h
@@ -33,7 +33,7 @@
* from tahoe: in_cksum.c 1.2 86/01/05
* from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91
* from: Id: in_cksum.c,v 1.8 1995/12/03 18:35:19 bde Exp
- * $Id: in_cksum.h,v 1.5 1997/08/16 19:14:55 wollman Exp $
+ * $Id: in_cksum.h,v 1.1 1998/06/10 10:55:02 dfr Exp $
*/
#ifndef _MACHINE_IN_CKSUM_H_
diff --git a/sys/alpha/include/inst.h b/sys/alpha/include/inst.h
index 27011848b175..5b6c33869953 100644
--- a/sys/alpha/include/inst.h
+++ b/sys/alpha/include/inst.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: inst.h,v 1.1 1998/12/04 10:52:48 dfr Exp $
*/
#ifndef _MACHINE_INST_H_
diff --git a/sys/alpha/include/intr.h b/sys/alpha/include/intr.h
index ea5408920b88..f4dc835bca23 100644
--- a/sys/alpha/include/intr.h
+++ b/sys/alpha/include/intr.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: intr.h,v 1.4 1998/11/15 18:25:16 dfr Exp $
+ * $Id: intr.h,v 1.5 1998/11/28 09:55:16 dfr Exp $
*/
#ifndef _MACHINE_INTR_H_
diff --git a/sys/alpha/include/intrcnt.h b/sys/alpha/include/intrcnt.h
index cd9e70173156..3e59f85a8951 100644
--- a/sys/alpha/include/intrcnt.h
+++ b/sys/alpha/include/intrcnt.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: intrcnt.h,v 1.1 1998/11/28 09:55:16 dfr Exp $ */
/* $NetBSD: intrcnt.h,v 1.17 1998/11/19 01:48:04 ross Exp $ */
/*
diff --git a/sys/alpha/include/ipl.h b/sys/alpha/include/ipl.h
index 79e83f3d1016..8666674f9e24 100644
--- a/sys/alpha/include/ipl.h
+++ b/sys/alpha/include/ipl.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ipl.h,v 1.6 1998/09/19 09:29:40 dfr Exp $
+ * $Id: ipl.h,v 1.7 1998/09/26 14:25:32 dfr Exp $
*/
#ifndef _MACHINE_IPL_H_
diff --git a/sys/alpha/include/limits.h b/sys/alpha/include/limits.h
index c8adc82fb0ae..f84ddfddd009 100644
--- a/sys/alpha/include/limits.h
+++ b/sys/alpha/include/limits.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: limits.h,v 1.1 1998/01/10 10:13:15 jb Exp $ */
/* From: NetBSD: limits.h,v 1.3 1997/04/06 08:47:31 cgd Exp */
/*
diff --git a/sys/alpha/include/lock.h b/sys/alpha/include/lock.h
index 2c695f93066c..c3e6109301e0 100644
--- a/sys/alpha/include/lock.h
+++ b/sys/alpha/include/lock.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: lock.h,v 1.2 1998/06/10 10:55:10 dfr Exp $
+ * $Id: lock.h,v 1.3 1998/07/22 08:28:24 dfr Exp $
*/
diff --git a/sys/alpha/include/md_var.h b/sys/alpha/include/md_var.h
index c8db0523ed91..53a30b51dd61 100644
--- a/sys/alpha/include/md_var.h
+++ b/sys/alpha/include/md_var.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: md_var.h,v 1.4 1998/09/26 12:22:53 dfr Exp $
+ * $Id: md_var.h,v 1.5 1998/10/30 05:41:13 msmith Exp $
*/
#ifndef _MACHINE_MD_VAR_H_
diff --git a/sys/alpha/include/mouse.h b/sys/alpha/include/mouse.h
index 2abce2cd01c9..6d419b9c2e98 100644
--- a/sys/alpha/include/mouse.h
+++ b/sys/alpha/include/mouse.h
@@ -20,7 +20,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: mouse.h,v 1.11 1998/08/06 09:15:52 dfr Exp $
+ * $Id: mouse.h,v 1.12 1998/11/22 11:57:59 yokota Exp $
* from: i386/include mouse.h,v 1.10
*/
diff --git a/sys/alpha/include/pal.h b/sys/alpha/include/pal.h
index c3d8b31a0fdf..836e538b8630 100644
--- a/sys/alpha/include/pal.h
+++ b/sys/alpha/include/pal.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: pal.h,v 1.1 1998/01/10 22:42:21 jb Exp $ */
/* From: NetBSD: pal.h,v 1.1 1997/09/06 01:23:53 thorpej Exp */
/*
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index c07ff73cc356..baa3a01e370d 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -1,4 +1,4 @@
-/* $Id: param.h,v 1.6 1998/07/30 08:12:14 dfr Exp $ */
+/* $Id: param.h,v 1.7 1998/09/09 01:21:25 jdp Exp $ */
/* From: NetBSD: param.h,v 1.20 1997/09/19 13:52:53 leo Exp */
/*
diff --git a/sys/alpha/include/pc/bios.h b/sys/alpha/include/pc/bios.h
index 5da68ea44b89..072cc0ac80a3 100644
--- a/sys/alpha/include/pc/bios.h
+++ b/sys/alpha/include/pc/bios.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bios.h,v 1.3 1998/08/06 09:15:54 dfr Exp $
+ * $Id: bios.h,v 1.4 1998/09/17 09:38:36 dfr Exp $
* from: i386/include/pc bios.h,v 1.2
*/
diff --git a/sys/alpha/include/pc/display.h b/sys/alpha/include/pc/display.h
index f13c374c26a1..89a18faa0ebd 100644
--- a/sys/alpha/include/pc/display.h
+++ b/sys/alpha/include/pc/display.h
@@ -1,7 +1,7 @@
/*
* IBM PC display definitions
*
- * $Id$
+ * $Id: display.h,v 1.5 1998/08/06 09:15:54 dfr Exp $
* from: i386/include/pc display.h,v 1.4
*/
diff --git a/sys/alpha/include/pc/msdos.h b/sys/alpha/include/pc/msdos.h
index 078238ec0d47..255734ae5e91 100644
--- a/sys/alpha/include/pc/msdos.h
+++ b/sys/alpha/include/pc/msdos.h
@@ -3,7 +3,7 @@
* [obtained from mtools -wfj]
* how to decipher DOS disk structures in coexisting with DOS
*
- * $Id$
+ * $Id: msdos.h,v 1.5 1998/08/06 09:15:54 dfr Exp $
* from: i386/include/pc msdos.h,v 1.4
*/
diff --git a/sys/alpha/include/pc/vesa.h b/sys/alpha/include/pc/vesa.h
index d5d19e4603ff..234afd805d57 100644
--- a/sys/alpha/include/pc/vesa.h
+++ b/sys/alpha/include/pc/vesa.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: vesa.h,v 1.1 1998/09/17 09:38:36 dfr Exp $
* from: i386/include/pc vesa.h,v 1.1
*/
diff --git a/sys/alpha/include/pcb.h b/sys/alpha/include/pcb.h
index a6d4a18bde20..e5599a2a6f85 100644
--- a/sys/alpha/include/pcb.h
+++ b/sys/alpha/include/pcb.h
@@ -1,4 +1,4 @@
-/* $Id: pcb.h,v 1.1.1.1 1998/03/09 05:43:16 jb Exp $ */
+/* $Id: pcb.h,v 1.2 1998/12/04 10:52:48 dfr Exp $ */
/* From: NetBSD: pcb.h,v 1.6 1997/04/06 08:47:33 cgd Exp */
/*
diff --git a/sys/alpha/include/pmap.h b/sys/alpha/include/pmap.h
index ffb7fc7cccff..0c877906bbbf 100644
--- a/sys/alpha/include/pmap.h
+++ b/sys/alpha/include/pmap.h
@@ -43,7 +43,7 @@
* from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
* from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
* from: i386 pmap.h,v 1.54 1997/11/20 19:30:35 bde Exp
- * $Id: pmap.h,v 1.2 1998/06/10 10:55:16 dfr Exp $
+ * $Id: pmap.h,v 1.3 1998/08/23 16:05:55 dfr Exp $
*/
#ifndef _MACHINE_PMAP_H_
diff --git a/sys/alpha/include/proc.h b/sys/alpha/include/proc.h
index 68add90c7255..d95bb8003d3d 100644
--- a/sys/alpha/include/proc.h
+++ b/sys/alpha/include/proc.h
@@ -1,4 +1,4 @@
-/* $Id: proc.h,v 1.4 1998/11/15 18:25:16 dfr Exp $ */
+/* $Id: proc.h,v 1.5 1999/01/12 10:54:11 dfr Exp $ */
/* From: NetBSD: proc.h,v 1.3 1997/04/06 08:47:36 cgd Exp */
/*
diff --git a/sys/alpha/include/profile.h b/sys/alpha/include/profile.h
index e0eb101b41b1..dd4120f906e0 100644
--- a/sys/alpha/include/profile.h
+++ b/sys/alpha/include/profile.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: profile.h,v 1.1.1.1 1998/03/09 05:43:16 jb Exp $ */
/* From: NetBSD: profile.h,v 1.9 1997/04/06 08:47:37 cgd Exp */
/*
diff --git a/sys/alpha/include/psl.h b/sys/alpha/include/psl.h
index b54c48edbc1b..7376c49a4383 100644
--- a/sys/alpha/include/psl.h
+++ b/sys/alpha/include/psl.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: psl.h,v 1.1 1998/06/10 10:55:20 dfr Exp $
*/
/*
diff --git a/sys/alpha/include/pte.h b/sys/alpha/include/pte.h
index 4981272d48fe..22f55623a8d2 100644
--- a/sys/alpha/include/pte.h
+++ b/sys/alpha/include/pte.h
@@ -1,4 +1,4 @@
-/* $Id: pte.h,v 1.1.1.1 1998/03/09 05:43:16 jb Exp $ */
+/* $Id: pte.h,v 1.2 1998/06/10 10:55:23 dfr Exp $ */
/* From: NetBSD: pte.h,v 1.10 1997/09/02 19:07:22 thorpej Exp */
/*
diff --git a/sys/alpha/include/ptrace.h b/sys/alpha/include/ptrace.h
index 27f3b2423082..1c49546fde8a 100644
--- a/sys/alpha/include/ptrace.h
+++ b/sys/alpha/include/ptrace.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ptrace.h 8.1 (Berkeley) 6/11/93
- * $Id: ptrace.h,v 1.1 1998/06/10 10:55:24 dfr Exp $
+ * $Id: ptrace.h,v 1.2 1998/07/15 20:16:28 dfr Exp $
*/
#ifndef _MACHINE_PTRACE_H_
diff --git a/sys/alpha/include/reg.h b/sys/alpha/include/reg.h
index 3bbc69f41eb1..915f53b32abc 100644
--- a/sys/alpha/include/reg.h
+++ b/sys/alpha/include/reg.h
@@ -1,4 +1,4 @@
-/* $Id: reg.h,v 1.1.1.1 1998/03/09 05:43:16 jb Exp $ */
+/* $Id: reg.h,v 1.2 1998/06/10 10:55:26 dfr Exp $ */
/* From: NetBSD: reg.h,v 1.3 1997/04/06 08:47:40 cgd Exp */
/*
diff --git a/sys/alpha/include/resource.h b/sys/alpha/include/resource.h
index 44763783d9ab..9ee8f80af553 100644
--- a/sys/alpha/include/resource.h
+++ b/sys/alpha/include/resource.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: resource.h,v 1.1 1998/11/17 10:40:33 dfr Exp $ */
/*
* Copyright 1998 Massachusetts Institute of Technology
*
diff --git a/sys/alpha/include/setjmp.h b/sys/alpha/include/setjmp.h
index bf9bac25c528..b4a8218ce6af 100644
--- a/sys/alpha/include/setjmp.h
+++ b/sys/alpha/include/setjmp.h
@@ -1,4 +1,4 @@
-/* $Id: setjmp.h,v 1.1 1998/01/10 23:00:06 jb Exp $ */
+/* $Id: setjmp.h,v 1.2 1998/01/20 09:09:24 jb Exp $ */
/* From: NetBSD: setjmp.h,v 1.2 1997/04/06 08:47:41 cgd Exp */
/*
diff --git a/sys/alpha/include/signal.h b/sys/alpha/include/signal.h
index eb335c063981..46e84a529919 100644
--- a/sys/alpha/include/signal.h
+++ b/sys/alpha/include/signal.h
@@ -1,4 +1,4 @@
-/* $Id: signal.h,v 1.1 1998/01/10 10:13:16 jb Exp $ */
+/* $Id: signal.h,v 1.2 1998/11/18 23:51:40 dfr Exp $ */
/* From: NetBSD: signal.h,v 1.3 1997/04/06 08:47:43 cgd Exp */
/*
diff --git a/sys/alpha/include/stdarg.h b/sys/alpha/include/stdarg.h
index 2fa81e60b872..664e34f70020 100644
--- a/sys/alpha/include/stdarg.h
+++ b/sys/alpha/include/stdarg.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: stdarg.h,v 1.1 1998/01/10 22:09:53 jb Exp $ */
/* From: NetBSD: stdarg.h,v 1.7 1997/04/06 08:47:44 cgd Exp */
/*-
diff --git a/sys/alpha/include/swiz.h b/sys/alpha/include/swiz.h
index 5c84a49a7500..a38ccd79589c 100644
--- a/sys/alpha/include/swiz.h
+++ b/sys/alpha/include/swiz.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: swiz.h,v 1.1 1998/07/27 09:40:35 dfr Exp $
+ * $Id: swiz.h,v 1.2 1998/08/07 08:17:39 dfr Exp $
*/
#ifndef _MACHINE_SWIZ_H_
diff --git a/sys/alpha/include/sysarch.h b/sys/alpha/include/sysarch.h
index e0e0a6b9b617..f881035c136f 100644
--- a/sys/alpha/include/sysarch.h
+++ b/sys/alpha/include/sysarch.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sysarch.h,v 1.1 1998/11/17 10:40:07 dfr Exp $
+ * $Id: sysarch.h,v 1.2 1998/12/23 11:50:51 dfr Exp $
*/
/*
diff --git a/sys/alpha/include/types.h b/sys/alpha/include/types.h
index f293bc5268da..892a2d0673e2 100644
--- a/sys/alpha/include/types.h
+++ b/sys/alpha/include/types.h
@@ -1,4 +1,4 @@
-/* $Id: types.h,v 1.8 1998/07/14 05:09:42 bde Exp $ */
+/* $Id: types.h,v 1.9 1998/12/19 00:02:23 dt Exp $ */
/* From: NetBSD: types.h,v 1.8 1997/04/06 08:47:45 cgd Exp */
/*-
diff --git a/sys/alpha/include/varargs.h b/sys/alpha/include/varargs.h
index f7a11b985ef0..61e3d32b5727 100644
--- a/sys/alpha/include/varargs.h
+++ b/sys/alpha/include/varargs.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: varargs.h,v 1.1 1998/01/10 22:09:53 jb Exp $ */
/* From: NetBSD: varargs.h,v 1.7 1997/04/06 08:47:46 cgd Exp */
/*-
diff --git a/sys/alpha/include/vmparam.h b/sys/alpha/include/vmparam.h
index 04c62a65a546..e881f3353469 100644
--- a/sys/alpha/include/vmparam.h
+++ b/sys/alpha/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $Id: vmparam.h,v 1.3 1998/06/14 13:45:15 dfr Exp $ */
+/* $Id: vmparam.h,v 1.4 1998/12/30 10:38:58 dfr Exp $ */
/* From: NetBSD: vmparam.h,v 1.6 1997/09/23 23:23:23 mjacob Exp */
#ifndef _ALPHA_VMPARAM_H
#define _ALPHA_VMPARAM_H