Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add MODULAR in Xen kernels.
details: https://anonhg.NetBSD.org/src/rev/4b0e1889edb1
branches: trunk
changeset: 349650:4b0e1889edb1
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Dec 17 14:49:26 2016 +0000
description:
Add MODULAR in Xen kernels.
diffstat:
sys/arch/amd64/conf/XEN3_DOM0 | 3 ++-
sys/arch/amd64/conf/XEN3_DOMU | 3 ++-
sys/arch/i386/conf/XEN3_DOM0 | 3 ++-
sys/arch/i386/conf/XEN3_DOMU | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
diffs (68 lines):
diff -r 0e6aa5de3ab7 -r 4b0e1889edb1 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Sat Dec 17 14:36:29 2016 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Sat Dec 17 14:49:26 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.123 2016/12/13 20:42:16 christos Exp $
+# $NetBSD: XEN3_DOM0,v 1.124 2016/12/17 14:49:26 maxv Exp $
include "arch/amd64/conf/std.xen"
@@ -40,6 +40,7 @@
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
+options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
diff -r 0e6aa5de3ab7 -r 4b0e1889edb1 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU Sat Dec 17 14:36:29 2016 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU Sat Dec 17 14:49:26 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.65 2016/05/14 17:11:30 christos Exp $
+# $NetBSD: XEN3_DOMU,v 1.66 2016/12/17 14:49:26 maxv Exp $
include "arch/amd64/conf/std.xen"
@@ -34,6 +34,7 @@
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
+options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
diff -r 0e6aa5de3ab7 -r 4b0e1889edb1 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Sat Dec 17 14:36:29 2016 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Sat Dec 17 14:49:26 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.102 2016/12/13 20:42:18 christos Exp $
+# $NetBSD: XEN3_DOM0,v 1.103 2016/12/17 14:49:26 maxv Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -56,6 +56,7 @@
options SYSVSHM # System V-like memory sharing
#options SHMMAXPGS=2048 # 2048 pages is the default
+options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
diff -r 0e6aa5de3ab7 -r 4b0e1889edb1 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU Sat Dec 17 14:36:29 2016 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU Sat Dec 17 14:49:26 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.69 2015/08/12 07:53:57 maxv Exp $
+# $NetBSD: XEN3_DOMU,v 1.70 2016/12/17 14:49:26 maxv Exp $
include "arch/xen/conf/std.xen"
@@ -42,6 +42,7 @@
options SYSVSHM # System V-like memory sharing
#options SHMMAXPGS=2048 # 2048 pages is the default
+options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
Home |
Main Index |
Thread Index |
Old Index