From b4f8f16e56ff2b3aae7bbebb81df3627ffbb6ac4 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 9 Feb 1999 01:39:29 +0000 Subject: [PATCH] Addendum to vm_map coalesce optimization. Also, this was backed-out because there was a concensus on current in regards to leaving bss r+w+x instead of r+w. This is in order to maintain reasonable compatibility with existing JIT compilers (e.g. kaffe) and possibly other programs. --- sys/vm/vm_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 367abb562306..3a28b9d09d0b 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -38,7 +38,7 @@ * from: Utah $Hdr: vm_unix.c 1.1 89/11/07$ * * @(#)vm_unix.c 8.1 (Berkeley) 6/11/93 - * $Id: vm_unix.c,v 1.18 1999/02/05 07:49:29 dillon Exp $ + * $Id: vm_unix.c,v 1.19 1999/02/08 00:27:56 dillon Exp $ */ /*