summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-12-28 02:53:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-12-28 02:53:05 +0000
commite380ca318c4d4208a3803f7464d0661067a9ef3d (patch)
treea6037cf5a91b4e1c3551d72f5ee666f833e45dc9
parentac02943a4df338f28713e109cad7148801923c12 (diff)
crank the version
-rw-r--r--sys/arch/amd64/stand/boot/conf.c4
-rw-r--r--sys/arch/amd64/stand/cdboot/conf.c4
-rw-r--r--sys/arch/amd64/stand/pxeboot/conf.c4
-rw-r--r--sys/arch/armish/stand/boot/conf.c4
-rw-r--r--sys/arch/aviion/stand/boot/version.c4
-rw-r--r--sys/arch/hp300/stand/common/version.c4
-rw-r--r--sys/arch/hppa/stand/boot/conf.c4
-rw-r--r--sys/arch/hppa64/stand/boot/conf.c4
-rw-r--r--sys/arch/i386/stand/boot/conf.c4
-rw-r--r--sys/arch/i386/stand/cdboot/conf.c4
-rw-r--r--sys/arch/i386/stand/pxeboot/conf.c4
-rw-r--r--sys/arch/landisk/stand/boot/conf.c4
-rw-r--r--sys/arch/loongson/stand/boot/conf.c4
-rw-r--r--sys/arch/macppc/stand/conf.c4
-rw-r--r--sys/arch/octeon/stand/boot/conf.c4
-rw-r--r--sys/arch/sgi/stand/boot/version4
-rw-r--r--sys/arch/socppc/stand/boot/conf.c4
-rw-r--r--sys/arch/sparc64/stand/ofwboot/vers.c2
-rw-r--r--sys/arch/zaurus/stand/zboot/conf.c4
19 files changed, 37 insertions, 37 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c
index e7bea1900ad..ad0a239de32 100644
--- a/sys/arch/amd64/stand/boot/conf.c
+++ b/sys/arch/amd64/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.28 2013/10/23 06:12:50 mlarkin Exp $ */
+/* $OpenBSD: conf.c,v 1.29 2013/12/28 02:53:03 deraadt Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -42,7 +42,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.25";
+const char version[] = "3.26";
int debug = 1;
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c
index 335e37dcaaa..5a3d91a024b 100644
--- a/sys/arch/amd64/stand/cdboot/conf.c
+++ b/sys/arch/amd64/stand/cdboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.23 2013/10/20 13:32:05 stsp Exp $ */
+/* $OpenBSD: conf.c,v 1.24 2013/12/28 02:53:03 deraadt Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -43,7 +43,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.20";
+const char version[] = "3.21";
int debug = 1;
diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c
index 4009d1925d4..74beffe82e9 100644
--- a/sys/arch/amd64/stand/pxeboot/conf.c
+++ b/sys/arch/amd64/stand/pxeboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.27 2013/10/20 13:32:08 stsp Exp $ */
+/* $OpenBSD: conf.c,v 1.28 2013/12/28 02:53:03 deraadt Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -45,7 +45,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.20";
+const char version[] = "3.21";
int debug = 0;
#undef _TEST
diff --git a/sys/arch/armish/stand/boot/conf.c b/sys/arch/armish/stand/boot/conf.c
index 65f7f1aaf84..eefe987ce10 100644
--- a/sys/arch/armish/stand/boot/conf.c
+++ b/sys/arch/armish/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.5 2010/12/06 18:44:49 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.6 2013/12/28 02:53:03 deraadt Exp $ */
/* $NetBSD: conf.c,v 1.4 2005/12/11 12:17:06 christos Exp $ */
/*
@@ -39,7 +39,7 @@
#include "libsa.h"
#include <lib/libsa/ufs.h>
-const char version[] = "1.1";
+const char version[] = "1.2";
int debug = 0;
/*
diff --git a/sys/arch/aviion/stand/boot/version.c b/sys/arch/aviion/stand/boot/version.c
index 6fbb49395bd..a32e2f97d75 100644
--- a/sys/arch/aviion/stand/boot/version.c
+++ b/sys/arch/aviion/stand/boot/version.c
@@ -1,3 +1,3 @@
-/* $OpenBSD: version.c,v 1.4 2013/10/17 16:30:07 miod Exp $ */
+/* $OpenBSD: version.c,v 1.5 2013/12/28 02:53:03 deraadt Exp $ */
-const char version[] = "0.4";
+const char version[] = "0.5";
diff --git a/sys/arch/hp300/stand/common/version.c b/sys/arch/hp300/stand/common/version.c
index e2a89de9929..6b0056d78b2 100644
--- a/sys/arch/hp300/stand/common/version.c
+++ b/sys/arch/hp300/stand/common/version.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: version.c,v 1.14 2013/09/23 22:14:45 miod Exp $ */
+/* $OpenBSD: version.c,v 1.15 2013/12/28 02:53:03 deraadt Exp $ */
/*
* Record major changes in the boot code here, and increment the version
@@ -28,4 +28,4 @@
* 2.15 Remove SLOWSCSI from scsi code, and increase target selection timeout.
*/
-const char version[] = "2.15";
+const char version[] = "2.16";
diff --git a/sys/arch/hppa/stand/boot/conf.c b/sys/arch/hppa/stand/boot/conf.c
index 01e0d46fef7..16076336726 100644
--- a/sys/arch/hppa/stand/boot/conf.c
+++ b/sys/arch/hppa/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.26 2011/04/17 09:49:48 kettenis Exp $ */
+/* $OpenBSD: conf.c,v 1.27 2013/12/28 02:53:03 deraadt Exp $ */
/*
* Copyright (c) 1998-2004 Michael Shalayeff
@@ -33,7 +33,7 @@
#include <lib/libsa/cd9660.h>
#include <dev/cons.h>
-const char version[] = "1.2";
+const char version[] = "1.3";
int debug = 0;
struct fs_ops file_system[] = {
diff --git a/sys/arch/hppa64/stand/boot/conf.c b/sys/arch/hppa64/stand/boot/conf.c
index 9e85a492c43..49fcb9fda6a 100644
--- a/sys/arch/hppa64/stand/boot/conf.c
+++ b/sys/arch/hppa64/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.5 2010/12/06 22:51:45 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.6 2013/12/28 02:53:03 deraadt Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -24,7 +24,7 @@
#include <lib/libsa/cd9660.h>
#include <dev/cons.h>
-const char version[] = "0.9";
+const char version[] = "1.1";
int debug = 0;
struct fs_ops file_system[] = {
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c
index c565819bafb..e58b50ab3e0 100644
--- a/sys/arch/i386/stand/boot/conf.c
+++ b/sys/arch/i386/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.52 2013/10/23 06:12:50 mlarkin Exp $ */
+/* $OpenBSD: conf.c,v 1.53 2013/12/28 02:53:04 deraadt Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -43,7 +43,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.23";
+const char version[] = "3.24";
int debug = 1;
diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c
index 2930af1a2b8..dd6192d1c29 100644
--- a/sys/arch/i386/stand/cdboot/conf.c
+++ b/sys/arch/i386/stand/cdboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.21 2013/10/20 13:25:21 stsp Exp $ */
+/* $OpenBSD: conf.c,v 1.22 2013/12/28 02:53:04 deraadt Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -44,7 +44,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.20";
+const char version[] = "3.21";
int debug = 1;
#undef _TEST
diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c
index 150ee363340..d230d375cee 100644
--- a/sys/arch/i386/stand/pxeboot/conf.c
+++ b/sys/arch/i386/stand/pxeboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.26 2013/10/20 13:25:21 stsp Exp $ */
+/* $OpenBSD: conf.c,v 1.27 2013/12/28 02:53:04 deraadt Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -46,7 +46,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.20";
+const char version[] = "3.21";
int debug = 1;
#undef _TEST
diff --git a/sys/arch/landisk/stand/boot/conf.c b/sys/arch/landisk/stand/boot/conf.c
index 552cfc6d290..2430f706703 100644
--- a/sys/arch/landisk/stand/boot/conf.c
+++ b/sys/arch/landisk/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.6 2010/12/06 22:51:46 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.7 2013/12/28 02:53:04 deraadt Exp $ */
/*
* Copyright (c) 2006 Michael Shalayeff
@@ -30,7 +30,7 @@
#endif
#include <dev/cons.h>
-const char version[] = "1.01";
+const char version[] = "1.02";
int debug = 1;
struct fs_ops file_system[] = {
diff --git a/sys/arch/loongson/stand/boot/conf.c b/sys/arch/loongson/stand/boot/conf.c
index aed5f03fe4a..e16868c7917 100644
--- a/sys/arch/loongson/stand/boot/conf.c
+++ b/sys/arch/loongson/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.5 2010/12/06 18:44:49 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.6 2013/12/28 02:53:04 deraadt Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@@ -39,7 +39,7 @@
#include <lib/libsa/ufs.h>
#include <lib/libsa/cd9660.h>
-const char version[] = "0.3";
+const char version[] = "0.4";
#if 0 /* network code not compiled in */
int debug = 0;
#endif
diff --git a/sys/arch/macppc/stand/conf.c b/sys/arch/macppc/stand/conf.c
index 82365eedd83..323f0cceede 100644
--- a/sys/arch/macppc/stand/conf.c
+++ b/sys/arch/macppc/stand/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.4 2011/11/19 16:11:55 mpi Exp $ */
+/* $OpenBSD: conf.c,v 1.5 2013/12/28 02:53:04 deraadt Exp $ */
/*
* Copyright (c) 2007 Dale Rahn <drahn@openbsd.org>
*
@@ -21,7 +21,7 @@
#include <lib/libsa/stand.h>
-const char version[] = "1.2";
+const char version[] = "1.3";
int debug = 0;
void ofc_probe(struct consdev *);
diff --git a/sys/arch/octeon/stand/boot/conf.c b/sys/arch/octeon/stand/boot/conf.c
index 1bde3cde363..7e10acc8261 100644
--- a/sys/arch/octeon/stand/boot/conf.c
+++ b/sys/arch/octeon/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.1 2013/06/05 01:02:29 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.2 2013/12/28 02:53:04 deraadt Exp $ */
/*
* Copyright (c) 2013 Jasper Lievisse Adriaanse <jasper@openbsd.org>
@@ -23,7 +23,7 @@
#include <lib/libsa/ufs.h>
#include <lib/libsa/cd9660.h>
-const char version[] = "0.1";
+const char version[] = "0.2";
/*
* Device configuration
diff --git a/sys/arch/sgi/stand/boot/version b/sys/arch/sgi/stand/boot/version
index 9380cbcdfbc..410cc25b095 100644
--- a/sys/arch/sgi/stand/boot/version
+++ b/sys/arch/sgi/stand/boot/version
@@ -1,4 +1,4 @@
-/* $OpenBSD: version,v 1.4 2012/10/18 16:54:35 miod Exp $ */
+/* $OpenBSD: version,v 1.5 2013/12/28 02:53:04 deraadt Exp $ */
/* Public domain. Come on, it can hardly be considered as code. */
#if 0
@@ -27,4 +27,4 @@ No version strings up to 2012
#endif
-static const char version[] = "1.4";
+static const char version[] = "1.5";
diff --git a/sys/arch/socppc/stand/boot/conf.c b/sys/arch/socppc/stand/boot/conf.c
index 75226b9c5ea..4f738b5ce4f 100644
--- a/sys/arch/socppc/stand/boot/conf.c
+++ b/sys/arch/socppc/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.6 2010/12/06 18:44:49 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.7 2013/12/28 02:53:04 deraadt Exp $ */
/* $NetBSD: conf.c,v 1.4 2005/12/11 12:17:06 christos Exp $ */
/*
@@ -39,7 +39,7 @@
#include "libsa.h"
#include <lib/libsa/ufs.h>
-const char version[] = "1.0";
+const char version[] = "1.1";
int debug = 0;
/*
diff --git a/sys/arch/sparc64/stand/ofwboot/vers.c b/sys/arch/sparc64/stand/ofwboot/vers.c
index e5a8f1748e2..bcb0d1dbeab 100644
--- a/sys/arch/sparc64/stand/ofwboot/vers.c
+++ b/sys/arch/sparc64/stand/ofwboot/vers.c
@@ -1 +1 @@
-const char version[] = "1.4";
+const char version[] = "1.5";
diff --git a/sys/arch/zaurus/stand/zboot/conf.c b/sys/arch/zaurus/stand/zboot/conf.c
index ac60dd472cc..0e775b21879 100644
--- a/sys/arch/zaurus/stand/zboot/conf.c
+++ b/sys/arch/zaurus/stand/zboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.7 2010/12/06 22:51:46 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.8 2013/12/28 02:53:04 deraadt Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -42,7 +42,7 @@
#include "unixdev.h"
#include <dev/cons.h>
-const char version[] = "2.08";
+const char version[] = "2.09";
int debug = 1;
void (*zaurus_probe1[])(void) = {