Module Name: src
Committed By: christos
Date: Sat Apr 27 17:53:26 UTC 2019
Modified Files:
src/sys/sys: mman.h
Log Message:
provide 1,2,4,8M entries since this are popular for loading text and data
in ELF.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/sys/mman.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/sys/mman.h
diff -u src/sys/sys/mman.h:1.57 src/sys/sys/mman.h:1.58
--- src/sys/sys/mman.h:1.57 Sat Apr 27 13:47:48 2019
+++ src/sys/sys/mman.h Sat Apr 27 13:53:26 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: mman.h,v 1.57 2019/04/27 17:47:48 christos Exp $ */
+/* $NetBSD: mman.h,v 1.58 2019/04/27 17:53:26 christos Exp $ */
/*-
* Copyright (c) 1982, 1986, 1993
@@ -145,6 +145,9 @@ F\30\010\
:\022ALIGN=256KB\0\
:\023ALIGN=512KB\0\
:\024ALIGN=1MB\0\
+:\025ALIGN=2MB\0\
+:\026ALIGN=4MB\0\
+:\027ALIGN=8MB\0\
:\030ALIGN=16MB\0\
:\034ALIGN=256MB\0\
:\040ALIGN=4GB\0\