Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Fix outdated comment. We've enabled crashme for non...



details:   https://anonhg.NetBSD.org/src/rev/90869278d533
branches:  trunk
changeset: 1009430:90869278d533
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Apr 23 03:15:47 2020 +0000

description:
Fix outdated comment. We've enabled crashme for non-DEBUG kernels.

diffstat:

 sys/kern/kern_crashme.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 43dbc0bbb443 -r 90869278d533 sys/kern/kern_crashme.c
--- a/sys/kern/kern_crashme.c   Thu Apr 23 03:12:49 2020 +0000
+++ b/sys/kern/kern_crashme.c   Thu Apr 23 03:15:47 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_crashme.c,v 1.2 2019/01/13 00:11:29 tnn Exp $     */
+/*     $NetBSD: kern_crashme.c,v 1.3 2020/04/23 03:15:47 rin Exp $     */
 
 /*
  * Copyright (c) 2018, 2019 Matthew R. Green
@@ -29,8 +29,8 @@
  */
 
 /*
- * kern_crashme.c:  special debugging routines only enabled in DEBUG
- * enabled kernels, designed for debugging kernel crashes.
+ * kern_crashme.c:  special debugging routines, designed for debugging
+ * kernel crashes.
  *
  * supports crashme sysctl nodes, to test various ways the system can
  * panic or crash.  you can add and remove nodes.



Home | Main Index | Thread Index | Old Index