Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys provide 1, 2, 4, 8M entries since this are popular for ...



details:   https://anonhg.NetBSD.org/src/rev/203e15b5d286
branches:  trunk
changeset: 456227:203e15b5d286
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 27 17:53:26 2019 +0000

description:
provide 1,2,4,8M entries since this are popular for loading text and data
in ELF.

diffstat:

 sys/sys/mman.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 43d0a527c146 -r 203e15b5d286 sys/sys/mman.h
--- a/sys/sys/mman.h    Sat Apr 27 17:48:13 2019 +0000
+++ b/sys/sys/mman.h    Sat Apr 27 17:53:26 2019 +0000
@@ -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 @@
 :\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\



Home | Main Index | Thread Index | Old Index