Module Name:    src
Committed By:   christos
Date:           Thu May 19 15:36:35 UTC 2016

Modified Files:
        src/sys/arch/sparc64/include: proc.h

Log Message:
lose one more bit of ALSR to account for rounding in the VA hole.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sparc64/include/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc64/include/proc.h
diff -u src/sys/arch/sparc64/include/proc.h:1.14 src/sys/arch/sparc64/include/proc.h:1.15
--- src/sys/arch/sparc64/include/proc.h:1.14	Mon May 16 20:39:43 2016
+++ src/sys/arch/sparc64/include/proc.h	Thu May 19 11:36:35 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: proc.h,v 1.14 2016/05/17 00:39:43 christos Exp $ */
+/*	$NetBSD: proc.h,v 1.15 2016/05/19 15:36:35 christos Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -60,6 +60,6 @@ struct mdproc {
 
 #define netbsd32_syscall_intern syscall_intern
 
-#define PAX_ASLR_RAND_MMAP_MAX 0x80000
+#define PAX_ASLR_RAND_MMAP_MAX 0x40000
 
 #endif /* _SPARC64_PROC_H */

Reply via email to