Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf We don't need TRAP_SIGDEBUG
details: https://anonhg.NetBSD.org/src/rev/8390e5e13c62
branches: trunk
changeset: 344659:8390e5e13c62
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 10 15:39:27 2016 +0000
description:
We don't need TRAP_SIGDEBUG
diffstat:
sys/arch/amd64/conf/GENERIC | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r efe3fdd9e212 -r 8390e5e13c62 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Sun Apr 10 15:32:27 2016 +0000
+++ b/sys/arch/amd64/conf/GENERIC Sun Apr 10 15:39:27 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.428 2016/04/10 15:28:24 christos Exp $
+# $NetBSD: GENERIC,v 1.429 2016/04/10 15:39:27 christos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.428 $"
+#ident "GENERIC-$Revision: 1.429 $"
maxusers 64 # estimated number of users
@@ -1317,4 +1317,3 @@
options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
options PAX_MPROTECT_DEBUG=1 # PaX mprotect debug
options PAX_ASLR=1 # PaX Address Space Layout Randomization
-options TRAP_SIGDEBUG
Home |
Main Index |
Thread Index |
Old Index