summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2016-09-13 18:27:50 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2016-09-13 18:27:50 +0000
commit3908c7822fb0a435e623fc17b41c95572ec05ea9 (patch)
treefa71d7b63803b5034b8d27ca20937ebd775ed28d /sys
parent574e96d4b71186f0d809788cd9cc851801344bc5 (diff)
crank bootloader version after .SUNW_ctf change
as discussed with jsing@ it's easier this way to ensure people have bootblocks capable of loading the section
Diffstat (limited to 'sys')
-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/efiboot/conf.c4
-rw-r--r--sys/arch/amd64/stand/pxeboot/conf.c4
-rw-r--r--sys/arch/armv7/stand/efiboot/conf.c4
-rw-r--r--sys/arch/hppa/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/version7
-rw-r--r--sys/arch/socppc/stand/boot/conf.c4
-rw-r--r--sys/arch/sparc64/stand/ofwboot/vers.c2
16 files changed, 34 insertions, 31 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c
index bd35d30806d..38936e1f704 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.35 2016/05/28 15:53:39 sthen Exp $ */
+/* $OpenBSD: conf.c,v 1.36 2016/09/13 18:27:48 jasper Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -41,7 +41,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.31";
+const char version[] = "3.32";
int debug = 1;
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c
index ae62b32c908..3a0579f7968 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.30 2016/05/28 15:53:39 sthen Exp $ */
+/* $OpenBSD: conf.c,v 1.31 2016/09/13 18:27:48 jasper Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -42,7 +42,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.26";
+const char version[] = "3.27";
int debug = 1;
diff --git a/sys/arch/amd64/stand/efiboot/conf.c b/sys/arch/amd64/stand/efiboot/conf.c
index 282da3adab8..5d85d637005 100644
--- a/sys/arch/amd64/stand/efiboot/conf.c
+++ b/sys/arch/amd64/stand/efiboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.4 2016/08/31 15:11:22 yasuoka Exp $ */
+/* $OpenBSD: conf.c,v 1.5 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -38,7 +38,7 @@
#include "efiboot.h"
#include "efidev.h"
-const char version[] = "3.30";
+const char version[] = "3.31";
#ifdef EFI_DEBUG
int debug = 0;
diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c
index 2dfe6a2629b..738dc3a171e 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.34 2016/05/28 15:53:39 sthen Exp $ */
+/* $OpenBSD: conf.c,v 1.35 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -44,7 +44,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.26";
+const char version[] = "3.27";
int debug = 0;
void (*sa_cleanup)(void) = pxe_shutdown;
diff --git a/sys/arch/armv7/stand/efiboot/conf.c b/sys/arch/armv7/stand/efiboot/conf.c
index fc95798b698..e0b9a99e279 100644
--- a/sys/arch/armv7/stand/efiboot/conf.c
+++ b/sys/arch/armv7/stand/efiboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.2 2016/05/14 20:00:24 kettenis Exp $ */
+/* $OpenBSD: conf.c,v 1.3 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -35,7 +35,7 @@
#include "efiboot.h"
#include "efidev.h"
-const char version[] = "0.1";
+const char version[] = "0.2";
int debug = 0;
struct fs_ops file_system[] = {
diff --git a/sys/arch/hppa/stand/boot/conf.c b/sys/arch/hppa/stand/boot/conf.c
index 16076336726..48ebed0b697 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.27 2013/12/28 02:53:03 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.28 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 1998-2004 Michael Shalayeff
@@ -33,7 +33,7 @@
#include <lib/libsa/cd9660.h>
#include <dev/cons.h>
-const char version[] = "1.3";
+const char version[] = "1.4";
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 f2009c0c7ba..eeb43baf33d 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.59 2016/05/28 15:53:39 sthen Exp $ */
+/* $OpenBSD: conf.c,v 1.60 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -42,7 +42,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.29";
+const char version[] = "3.30";
int debug = 1;
diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c
index b4ea3b51bc7..27b54d4e3d6 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.28 2016/05/28 15:53:39 sthen Exp $ */
+/* $OpenBSD: conf.c,v 1.29 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -43,7 +43,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.26";
+const char version[] = "3.27";
int debug = 1;
void (*sa_cleanup)(void) = NULL;
diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c
index 2ea02b85e9c..c7693fa262e 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.33 2016/05/28 15:53:39 sthen Exp $ */
+/* $OpenBSD: conf.c,v 1.34 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -45,7 +45,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.26";
+const char version[] = "3.27";
int debug = 1;
void (*sa_cleanup)(void) = pxe_shutdown;
diff --git a/sys/arch/landisk/stand/boot/conf.c b/sys/arch/landisk/stand/boot/conf.c
index e151029685f..8309fa77c5e 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.8 2014/07/17 13:14:06 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.9 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 2006 Michael Shalayeff
@@ -30,7 +30,7 @@
#endif
#include <dev/cons.h>
-const char version[] = "1.03";
+const char version[] = "1.04";
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 e16868c7917..b4ca61462b0 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.6 2013/12/28 02:53:04 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.7 2016/09/13 18:27:49 jasper 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.4";
+const char version[] = "0.5";
#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 c81efcfdfc2..7fb0d3b758b 100644
--- a/sys/arch/macppc/stand/conf.c
+++ b/sys/arch/macppc/stand/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.7 2015/03/23 20:18:52 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.8 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 2007 Dale Rahn <drahn@openbsd.org>
*
@@ -21,7 +21,7 @@
#include <lib/libsa/stand.h>
-const char version[] = "1.5";
+const char version[] = "1.6";
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 7e10acc8261..8451371b8aa 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.2 2013/12/28 02:53:04 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.3 2016/09/13 18:27:49 jasper 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.2";
+const char version[] = "0.3";
/*
* Device configuration
diff --git a/sys/arch/sgi/stand/boot/version b/sys/arch/sgi/stand/boot/version
index 27bdf164c48..bd3ec87a6ad 100644
--- a/sys/arch/sgi/stand/boot/version
+++ b/sys/arch/sgi/stand/boot/version
@@ -1,4 +1,4 @@
-/* $OpenBSD: version,v 1.7 2015/09/23 21:22:27 miod Exp $ */
+/* $OpenBSD: version,v 1.8 2016/09/13 18:27:49 jasper Exp $ */
/* Public domain. Come on, this can hardly be considered as code. */
#if 0
@@ -31,6 +31,9 @@ No version strings up to 2012
1.6
/etc/random.seed support
+1.7
+ Loadfile support for .SUNW_ctf section
+
#endif
-static const char version[] = "1.6";
+static const char version[] = "1.7";
diff --git a/sys/arch/socppc/stand/boot/conf.c b/sys/arch/socppc/stand/boot/conf.c
index 4f738b5ce4f..cd66d594175 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.7 2013/12/28 02:53:04 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.8 2016/09/13 18:27:49 jasper 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/sparc64/stand/ofwboot/vers.c b/sys/arch/sparc64/stand/ofwboot/vers.c
index 4fa0f5f0eb2..9e77ea8a00e 100644
--- a/sys/arch/sparc64/stand/ofwboot/vers.c
+++ b/sys/arch/sparc64/stand/ofwboot/vers.c
@@ -1 +1 @@
-const char version[] = "1.7";
+const char version[] = "1.8";