Module Name: src Committed By: maxv Date: Thu Aug 2 16:26:09 UTC 2018
Modified Files: src/distrib/notes/common: contents src/etc/etc.amd64: Makefile.inc Log Message: Distribute GENERIC_KASLR on amd64. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/distrib/notes/common/contents cvs rdiff -u -r1.15 -r1.16 src/etc/etc.amd64/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/notes/common/contents diff -u src/distrib/notes/common/contents:1.176 src/distrib/notes/common/contents:1.177 --- src/distrib/notes/common/contents:1.176 Thu Aug 2 16:22:43 2018 +++ src/distrib/notes/common/contents Thu Aug 2 16:26:09 2018 @@ -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 @@ kernel containing code for everything su .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 Index: src/etc/etc.amd64/Makefile.inc diff -u src/etc/etc.amd64/Makefile.inc:1.15 src/etc/etc.amd64/Makefile.inc:1.16 --- src/etc/etc.amd64/Makefile.inc:1.15 Sun Jan 11 04:03:47 2015 +++ src/etc/etc.amd64/Makefile.inc Thu Aug 2 16:26:09 2018 @@ -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