diff options
Diffstat (limited to 'sys/pc98/boot')
| -rw-r--r-- | sys/pc98/boot/Makefile | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/Makefile.inc | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/Makefile | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/README.386BSD | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/README.MACH | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/README.serial | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/asm.S | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/asm.h | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/bios.S | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/boot.c | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/boot.h | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/disk.c | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/io.c | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/serial.S | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/start.S | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/sys.c | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/table.c | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/kzipboot/Makefile | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/netboot/3c509.c | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/rawboot/Makefile | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/sys/pc98/boot/Makefile b/sys/pc98/boot/Makefile index 4af81f7ab1f4..cce45b95a716 100644 --- a/sys/pc98/boot/Makefile +++ b/sys/pc98/boot/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 09:42:59 peter Exp $ SUBDIR= biosboot kzipboot netboot rawboot diff --git a/sys/pc98/boot/Makefile.inc b/sys/pc98/boot/Makefile.inc index 88916943ec96..96001ca182d7 100644 --- a/sys/pc98/boot/Makefile.inc +++ b/sys/pc98/boot/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.3 1998/03/14 02:33:54 kato Exp $ +# $Id: Makefile.inc,v 1.4 1999/01/04 08:01:04 kato Exp $ BINDIR?= /usr/mdec CFLAGS+= -aout diff --git a/sys/pc98/boot/biosboot/Makefile b/sys/pc98/boot/biosboot/Makefile index 3a2640c950d3..18501ac74acb 100644 --- a/sys/pc98/boot/biosboot/Makefile +++ b/sys/pc98/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1999/01/03 05:03:46 kato Exp $ +# $Id: Makefile,v 1.22 1999/01/04 08:02:13 kato Exp $ # PROG= boot diff --git a/sys/pc98/boot/biosboot/README.386BSD b/sys/pc98/boot/biosboot/README.386BSD index e9423ecc1fd5..fdd9cdcd05dc 100644 --- a/sys/pc98/boot/biosboot/README.386BSD +++ b/sys/pc98/boot/biosboot/README.386BSD @@ -169,4 +169,4 @@ Before you do this ensure you have a booting floppy with correct disktab and bootblock files on it so that if it doesn't work, you can re-disklabel from the floppy. -$Id: README.386BSD,v 1.10 1998/09/15 09:59:58 gibbs Exp $ +$Id: README.386BSD,v 1.5 1998/09/15 14:08:34 kato Exp $ diff --git a/sys/pc98/boot/biosboot/README.MACH b/sys/pc98/boot/biosboot/README.MACH index e5562c096a88..fdfcb851c623 100644 --- a/sys/pc98/boot/biosboot/README.MACH +++ b/sys/pc98/boot/biosboot/README.MACH @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:33:55 rpd - * $Id: README.MACH,v 1.3 1997/02/22 09:43:02 peter Exp $ + * $Id: README.MACH,v 1.4 1998/09/15 14:08:34 kato Exp $ */ ********NOTE: This is not all relevant to the 386BSD version********** diff --git a/sys/pc98/boot/biosboot/README.serial b/sys/pc98/boot/biosboot/README.serial index bf47e6c4a470..d6696e808d45 100644 --- a/sys/pc98/boot/biosboot/README.serial +++ b/sys/pc98/boot/biosboot/README.serial @@ -193,4 +193,4 @@ CAVEATS: from the new kernel. -$Id: README.serial,v 1.5 1998/04/07 15:33:47 kato Exp $ +$Id: README.serial,v 1.6 1998/10/22 15:31:33 bde Exp $ diff --git a/sys/pc98/boot/biosboot/asm.S b/sys/pc98/boot/biosboot/asm.S index 77a4b2f261d3..01d47f20f01b 100644 --- a/sys/pc98/boot/biosboot/asm.S +++ b/sys/pc98/boot/biosboot/asm.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd - * $Id: asm.S,v 1.3 1997/02/22 09:43:03 peter Exp $ + * $Id: asm.S,v 1.4 1997/09/01 10:38:24 kato Exp $ */ diff --git a/sys/pc98/boot/biosboot/asm.h b/sys/pc98/boot/biosboot/asm.h index b90bbcebf158..2e0fcac85abe 100644 --- a/sys/pc98/boot/biosboot/asm.h +++ b/sys/pc98/boot/biosboot/asm.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.7 92/02/29 15:33:41 rpd - * $Id$ + * $Id: asm.h,v 1.3 1997/02/22 09:43:04 peter Exp $ */ #define S_ARG0 4(%esp) diff --git a/sys/pc98/boot/biosboot/bios.S b/sys/pc98/boot/biosboot/bios.S index 2d456512c1e0..4c667444ac37 100644 --- a/sys/pc98/boot/biosboot/bios.S +++ b/sys/pc98/boot/biosboot/bios.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: bios.S,v 1.8 1997/07/13 12:13:01 kato Exp $ + * $Id: bios.S,v 1.9 1998/05/02 02:06:07 kato Exp $ */ /* diff --git a/sys/pc98/boot/biosboot/boot.c b/sys/pc98/boot/biosboot/boot.c index 5de351fe8229..70ac710667f0 100644 --- a/sys/pc98/boot/biosboot/boot.c +++ b/sys/pc98/boot/biosboot/boot.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, [92/04/03 16:51:14 rvb] - * $Id: boot.c,v 1.18 1998/10/05 07:58:05 kato Exp $ + * $Id: boot.c,v 1.19 1998/10/11 15:09:14 kato Exp $ */ diff --git a/sys/pc98/boot/biosboot/boot.h b/sys/pc98/boot/biosboot/boot.h index 32941f9ea418..2104071add6c 100644 --- a/sys/pc98/boot/biosboot/boot.h +++ b/sys/pc98/boot/biosboot/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:03 rpd - * $Id: boot.h,v 1.13 1997/12/05 11:50:39 kato Exp $ + * $Id: boot.h,v 1.14 1998/10/11 15:08:50 kato Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/boot/biosboot/disk.c b/sys/pc98/boot/biosboot/disk.c index 0d38ebce98c9..7aa768c57208 100644 --- a/sys/pc98/boot/biosboot/disk.c +++ b/sys/pc98/boot/biosboot/disk.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:49 rpd - * $Id: disk.c,v 1.8 1997/02/22 09:43:07 peter Exp $ + * $Id: disk.c,v 1.9 1997/05/28 09:22:59 kato Exp $ */ /* diff --git a/sys/pc98/boot/biosboot/io.c b/sys/pc98/boot/biosboot/io.c index 0e4b6f3f30b9..2a9b20970857 100644 --- a/sys/pc98/boot/biosboot/io.c +++ b/sys/pc98/boot/biosboot/io.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:57 rpd - * $Id: io.c,v 1.12 1997/07/13 12:13:02 kato Exp $ + * $Id: io.c,v 1.13 1997/12/05 11:50:42 kato Exp $ */ #include "boot.h" diff --git a/sys/pc98/boot/biosboot/serial.S b/sys/pc98/boot/biosboot/serial.S index 2cc22465fe79..5123f0cb9695 100644 --- a/sys/pc98/boot/biosboot/serial.S +++ b/sys/pc98/boot/biosboot/serial.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: serial.S,v 1.7 1998/01/02 09:29:15 kato Exp $ + * $Id: serial.S,v 1.8 1999/01/03 05:03:46 kato Exp $ */ /* diff --git a/sys/pc98/boot/biosboot/start.S b/sys/pc98/boot/biosboot/start.S index 013a40b142ec..24459cdf6d04 100644 --- a/sys/pc98/boot/biosboot/start.S +++ b/sys/pc98/boot/biosboot/start.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:29 rpd - * $Id: start.S,v 1.5 1998/05/02 02:06:07 kato Exp $ + * $Id: start.S,v 1.6 1998/07/30 02:27:41 alex Exp $ */ /* diff --git a/sys/pc98/boot/biosboot/sys.c b/sys/pc98/boot/biosboot/sys.c index ab70bbe0dbfe..591d43214d9c 100644 --- a/sys/pc98/boot/biosboot/sys.c +++ b/sys/pc98/boot/biosboot/sys.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:34 rpd - * $Id: sys.c,v 1.14 1998/04/12 04:48:11 kato Exp $ + * $Id: sys.c,v 1.15 1998/05/02 02:06:08 kato Exp $ */ /* diff --git a/sys/pc98/boot/biosboot/table.c b/sys/pc98/boot/biosboot/table.c index 4542942b7964..ed5a0280e7dd 100644 --- a/sys/pc98/boot/biosboot/table.c +++ b/sys/pc98/boot/biosboot/table.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:43 rpd - * $Id: table.c,v 1.7 1998/09/15 14:08:34 kato Exp $ + * $Id: table.c,v 1.8 1998/10/11 15:09:36 kato Exp $ */ /* diff --git a/sys/pc98/boot/kzipboot/Makefile b/sys/pc98/boot/kzipboot/Makefile index beb70a5e56cc..47785af41afa 100644 --- a/sys/pc98/boot/kzipboot/Makefile +++ b/sys/pc98/boot/kzipboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998/05/28 13:48:40 kato Exp $ +# $Id: Makefile,v 1.7 1999/01/04 08:03:17 kato Exp $ PROG= kztail.o kzhead.o BINMODE = 444 # target is a relocatable object diff --git a/sys/pc98/boot/netboot/3c509.c b/sys/pc98/boot/netboot/3c509.c index adf721c3ec19..0a8585342731 100644 --- a/sys/pc98/boot/netboot/3c509.c +++ b/sys/pc98/boot/netboot/3c509.c @@ -18,7 +18,7 @@ Author: Martin Renters. 3c509 support added by Serge Babkin (babkin@hq.icb.chel.su) -$Id$ +$Id: 3c509.c,v 1.2 1997/08/21 08:34:47 kato Exp $ ***************************************************************************/ diff --git a/sys/pc98/boot/rawboot/Makefile b/sys/pc98/boot/rawboot/Makefile index 7aafe0de65fd..6ea0cd83eeac 100644 --- a/sys/pc98/boot/rawboot/Makefile +++ b/sys/pc98/boot/rawboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1998/03/30 12:24:12 kato Exp $ +# $Id: Makefile,v 1.12 1999/01/04 08:05:55 kato Exp $ # PROG= boot |
