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/093fd003ebe1
branches:  trunk
changeset: 834224:093fd003ebe1
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 3600eaa1e013 -r 093fd003ebe1 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 3600eaa1e013 -r 093fd003ebe1 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