Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern print spammy banner in spammy boot...
details: https://anonhg.NetBSD.org/src/rev/e6fed6dd7025
branches: trunk
changeset: 750104:e6fed6dd7025
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Dec 16 20:59:04 2009 +0000
description:
print spammy banner in spammy bootstrap
diffstat:
sys/rump/librump/rumpkern/rump.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 1276e7c83513 -r e6fed6dd7025 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c Wed Dec 16 20:57:15 2009 +0000
+++ b/sys/rump/librump/rumpkern/rump.c Wed Dec 16 20:59:04 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.c,v 1.147 2009/12/09 00:11:21 pooka Exp $ */
+/* $NetBSD: rump.c,v 1.148 2009/12/16 20:59:04 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.147 2009/12/09 00:11:21 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.148 2009/12/16 20:59:04 pooka Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -184,6 +184,11 @@
else
rump_inited = 1;
+ /* Print some silly banners for spammy bootstrap. */
+ if (boothowto & AB_VERBOSE) {
+ printf("%s%s", copyright, version);
+ }
+
/*
* Seed arc4random() with a "reasonable" amount of randomness.
* Yes, this is a quick kludge which depends on the arc4random
Home |
Main Index |
Thread Index |
Old Index