diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /sys/boot/common | |
parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) |
Diffstat (limited to 'sys/boot/common')
-rw-r--r-- | sys/boot/common/Makefile.inc | 2 | ||||
-rw-r--r-- | sys/boot/common/boot.c | 2 | ||||
-rw-r--r-- | sys/boot/common/bootstrap.h | 2 | ||||
-rw-r--r-- | sys/boot/common/commands.c | 2 | ||||
-rw-r--r-- | sys/boot/common/console.c | 2 | ||||
-rw-r--r-- | sys/boot/common/dev_net.c | 2 | ||||
-rw-r--r-- | sys/boot/common/dev_net.h | 2 | ||||
-rw-r--r-- | sys/boot/common/devopen.c | 2 | ||||
-rw-r--r-- | sys/boot/common/gensetdefs.c | 2 | ||||
-rw-r--r-- | sys/boot/common/interp.c | 2 | ||||
-rw-r--r-- | sys/boot/common/interp_backslash.c | 2 | ||||
-rw-r--r-- | sys/boot/common/interp_parse.c | 2 | ||||
-rw-r--r-- | sys/boot/common/isapnp.c | 2 | ||||
-rw-r--r-- | sys/boot/common/isapnp.h | 2 | ||||
-rw-r--r-- | sys/boot/common/load.c | 2 | ||||
-rw-r--r-- | sys/boot/common/load_aout.c | 2 | ||||
-rw-r--r-- | sys/boot/common/load_elf.c | 2 | ||||
-rw-r--r-- | sys/boot/common/ls.c | 2 | ||||
-rw-r--r-- | sys/boot/common/misc.c | 2 | ||||
-rw-r--r-- | sys/boot/common/module.c | 2 | ||||
-rw-r--r-- | sys/boot/common/panic.c | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc index 805b0094eaa2e..0e532464f62ee 100644 --- a/sys/boot/common/Makefile.inc +++ b/sys/boot/common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.5 1998/09/14 18:27:04 msmith Exp $ +# $Id: Makefile.inc,v 1.6 1998/09/30 19:38:26 peter Exp $ SRCS+= boot.c commands.c console.c devopen.c interp.c interp_backslash.c SRCS+= interp_parse.c load_aout.c load_elf.c ls.c misc.c module.c panic.c diff --git a/sys/boot/common/boot.c b/sys/boot/common/boot.c index 608c9d02a9213..e324ed9eedd74 100644 --- a/sys/boot/common/boot.c +++ b/sys/boot/common/boot.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: boot.c,v 1.6 1998/10/11 10:10:41 peter Exp $ + * $Id: boot.c,v 1.7 1998/10/14 00:41:17 peter Exp $ */ /* diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h index 84f6d48097642..def01f894b419 100644 --- a/sys/boot/common/bootstrap.h +++ b/sys/boot/common/bootstrap.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bootstrap.h,v 1.12 1998/10/09 07:09:22 msmith Exp $ + * $Id: bootstrap.h,v 1.13 1998/10/09 23:11:05 peter Exp $ */ #include <sys/types.h> diff --git a/sys/boot/common/commands.c b/sys/boot/common/commands.c index 77cc43ca0e716..f73f07b9663a9 100644 --- a/sys/boot/common/commands.c +++ b/sys/boot/common/commands.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: commands.c,v 1.4 1998/10/07 02:38:26 msmith Exp $ + * $Id: commands.c,v 1.5 1998/10/09 07:09:22 msmith Exp $ */ #include <stand.h> diff --git a/sys/boot/common/console.c b/sys/boot/common/console.c index b9534d304030b..efe3d33b18730 100644 --- a/sys/boot/common/console.c +++ b/sys/boot/common/console.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: console.c,v 1.2 1998/09/26 01:29:13 msmith Exp $ + * $Id: console.c,v 1.3 1998/10/11 10:19:11 peter Exp $ */ #include <stand.h> diff --git a/sys/boot/common/dev_net.c b/sys/boot/common/dev_net.c index d4b8a9c46b0d5..af1e0772699d9 100644 --- a/sys/boot/common/dev_net.c +++ b/sys/boot/common/dev_net.c @@ -1,5 +1,5 @@ /* - * $Id: dev_net.c,v 1.2 1998/08/22 10:31:01 dfr Exp $ + * $Id: dev_net.c,v 1.3 1998/09/20 21:46:19 dfr Exp $ * From: $NetBSD: dev_net.c,v 1.12 1997/12/10 20:38:37 gwr Exp $ */ diff --git a/sys/boot/common/dev_net.h b/sys/boot/common/dev_net.h index 7c256ffb2baac..9a6ea8928a243 100644 --- a/sys/boot/common/dev_net.h +++ b/sys/boot/common/dev_net.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: dev_net.h,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $ */ extern struct devsw netdev; diff --git a/sys/boot/common/devopen.c b/sys/boot/common/devopen.c index 83489c6dd24fc..1998adb420ce2 100644 --- a/sys/boot/common/devopen.c +++ b/sys/boot/common/devopen.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devopen.c,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $ + * $Id: devopen.c,v 1.2 1998/09/26 10:51:37 dfr Exp $ */ diff --git a/sys/boot/common/gensetdefs.c b/sys/boot/common/gensetdefs.c index 9927e8ae45791..a46eedf41db91 100644 --- a/sys/boot/common/gensetdefs.c +++ b/sys/boot/common/gensetdefs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: gensetdefs.c,v 1.1.1.1 1998/08/21 03:17:42 msmith Exp $ + * $Id: gensetdefs.c,v 1.1 1998/09/17 23:52:01 msmith Exp $ */ #include <sys/types.h> diff --git a/sys/boot/common/interp.c b/sys/boot/common/interp.c index d24ed6e3182a6..71083d24cff7b 100644 --- a/sys/boot/common/interp.c +++ b/sys/boot/common/interp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: interp.c,v 1.5 1998/10/07 02:38:26 msmith Exp $ + * $Id: interp.c,v 1.6 1998/10/09 07:09:22 msmith Exp $ */ /* * Simple commandline interpreter, toplevel and misc. diff --git a/sys/boot/common/interp_backslash.c b/sys/boot/common/interp_backslash.c index 8807fdaa9645b..1ec1aea167a8c 100644 --- a/sys/boot/common/interp_backslash.c +++ b/sys/boot/common/interp_backslash.c @@ -11,7 +11,7 @@ * Jordan K. Hubbard * 29 August 1998 * - * $Id: interp_backslash.c,v 1.1 1998/09/01 00:41:24 msmith Exp $ + * $Id: interp_backslash.c,v 1.2 1998/09/03 06:14:41 jkh Exp $ * * Routine for doing backslash elimination. */ diff --git a/sys/boot/common/interp_parse.c b/sys/boot/common/interp_parse.c index ef235632bd664..33ca21a2eee61 100644 --- a/sys/boot/common/interp_parse.c +++ b/sys/boot/common/interp_parse.c @@ -11,7 +11,7 @@ * Jordan K. Hubbard * 29 August 1998 * - * $Id: interp_parse.c,v 1.3 1998/09/04 02:43:26 msmith Exp $ + * $Id: interp_parse.c,v 1.4 1998/09/17 23:52:02 msmith Exp $ * * The meat of the simple parser. */ diff --git a/sys/boot/common/isapnp.c b/sys/boot/common/isapnp.c index cc28da6c954f6..8796c450bd1bb 100644 --- a/sys/boot/common/isapnp.c +++ b/sys/boot/common/isapnp.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: isapnp.c,v 1.1 1998/09/18 00:24:25 msmith Exp $ + * $Id: isapnp.c,v 1.2 1998/09/26 01:29:13 msmith Exp $ */ /* diff --git a/sys/boot/common/isapnp.h b/sys/boot/common/isapnp.h index 6c072824867eb..cb1a16641fe47 100644 --- a/sys/boot/common/isapnp.h +++ b/sys/boot/common/isapnp.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pnp.h,v 1.6 1998/01/10 07:41:43 kato Exp $ + * $Id: isapnp.h,v 1.1 1998/09/18 00:24:25 msmith Exp $ */ #ifndef _I386_ISA_PNP_H_ diff --git a/sys/boot/common/load.c b/sys/boot/common/load.c index d59fdf398c4ca..4e5e6bf02536f 100644 --- a/sys/boot/common/load.c +++ b/sys/boot/common/load.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: load.c,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $ */ #include <stand.h> diff --git a/sys/boot/common/load_aout.c b/sys/boot/common/load_aout.c index 3a5d34d15a6ba..f500f18f2c80f 100644 --- a/sys/boot/common/load_aout.c +++ b/sys/boot/common/load_aout.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: load_aout.c,v 1.9 1998/10/09 23:15:39 peter Exp $ + * $Id: load_aout.c,v 1.10 1998/10/12 09:05:12 peter Exp $ */ #include <sys/param.h> diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c index b2b38c7800b65..e6b15d2067605 100644 --- a/sys/boot/common/load_elf.c +++ b/sys/boot/common/load_elf.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: load_elf.c,v 1.7 1998/10/15 21:56:47 dfr Exp $ + * $Id: load_elf.c,v 1.8 1998/10/16 03:04:15 peter Exp $ */ #include <sys/param.h> diff --git a/sys/boot/common/ls.c b/sys/boot/common/ls.c index 493482a7b3005..d7c34c308a041 100644 --- a/sys/boot/common/ls.c +++ b/sys/boot/common/ls.c @@ -1,5 +1,5 @@ /* - * $Id: ls.c,v 1.5 1998/10/09 07:09:22 msmith Exp $ + * $Id: ls.c,v 1.6 1998/10/11 10:28:51 peter Exp $ * From: $NetBSD: ls.c,v 1.3 1997/06/13 13:48:47 drochner Exp $ */ diff --git a/sys/boot/common/misc.c b/sys/boot/common/misc.c index 36600e76485c2..00c065ac407fa 100644 --- a/sys/boot/common/misc.c +++ b/sys/boot/common/misc.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: misc.c,v 1.4 1998/09/26 10:51:38 dfr Exp $ + * $Id: misc.c,v 1.5 1998/10/05 05:40:58 msmith Exp $ */ #include <string.h> diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c index 5b0d547af069f..994e08820370c 100644 --- a/sys/boot/common/module.c +++ b/sys/boot/common/module.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: module.c,v 1.5 1998/09/26 10:51:38 dfr Exp $ + * $Id: module.c,v 1.6 1998/10/09 23:12:34 peter Exp $ */ /* diff --git a/sys/boot/common/panic.c b/sys/boot/common/panic.c index bee6a0327df45..0f6e2d2b59e4e 100644 --- a/sys/boot/common/panic.c +++ b/sys/boot/common/panic.c @@ -1,5 +1,5 @@ /* - * $Id: panic.c,v 1.3 1998/09/18 02:01:38 msmith Exp $ + * $Id: panic.c,v 1.4 1998/09/26 01:29:13 msmith Exp $ * From: $NetBSD: panic.c,v 1.2 1997/03/22 01:48:36 thorpej Exp $ */ |