Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Distribute GENERIC_KASLR on amd64.
details: https://anonhg.NetBSD.org/src/rev/bee80ae5c217
branches: trunk
changeset: 365143:bee80ae5c217
user: maxv <maxv%NetBSD.org@localhost>
date: Thu Aug 02 16:26:09 2018 +0000
description:
Distribute GENERIC_KASLR on amd64.
diffstat:
distrib/notes/common/contents | 3 ++-
etc/etc.amd64/Makefile.inc | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 722c5b2c0bde -r bee80ae5c217 distrib/notes/common/contents
--- a/distrib/notes/common/contents Thu Aug 02 16:22:43 2018 +0000
+++ b/distrib/notes/common/contents Thu Aug 02 16:26:09 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.176 2018/08/02 16:22:43 maxv Exp $
+.\" $NetBSD: contents,v 1.177 2018/08/02 16:26:09 maxv Exp $
.\"
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -57,6 +57,7 @@
.if \n[amd64] \{\
. It Pa netbsd-INSTALL.gz
The installation kernel.
+. It Pa netbsd-GENERIC_KASLR.gz
. It Pa netbsd-INSTALL_XEN3_DOMU.gz
. It Pa netbsd-XEN3_DOM0.gz
. It Pa netbsd-XEN3_DOMU.gz
diff -r 722c5b2c0bde -r bee80ae5c217 etc/etc.amd64/Makefile.inc
--- a/etc/etc.amd64/Makefile.inc Thu Aug 02 16:22:43 2018 +0000
+++ b/etc/etc.amd64/Makefile.inc Thu Aug 02 16:26:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.15 2015/01/11 04:03:47 snj Exp $
+# $NetBSD: Makefile.inc,v 1.16 2018/08/02 16:26:09 maxv Exp $
#
# etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets
#
@@ -7,6 +7,7 @@
# to update the release documentation in distrib/notes/common/contents
KERNEL_SETS= GENERIC
+KERNEL_SETS+= GENERIC_KASLR
KERNEL_SETS+= XEN3_DOM0 XEN3_DOMU
# KERNEL_SETS+= GENERIC_USERMODE
Home |
Main Index |
Thread Index |
Old Index