From owner-cvs-all Wed Jun 16 22:49: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 494AF14C59; Wed, 16 Jun 1999 22:49:02 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA14955; Wed, 16 Jun 1999 22:49:02 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199906170549.WAA14955@freefall.freebsd.org> From: Alan Cox Date: Wed, 16 Jun 1999 22:49:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/06/16 22:49:01 PDT Modified files: sys/vm vm_map.c Log: vm_map_insert sometimes extends an existing vm_map entry, rather than creating a new entry. vm_map_stack and vm_map_growstack can panic when a new entry isn't created. Fixed vm_map_stack and vm_map_growstack. Also, when extending the stack, always set the protection to VM_PROT_ALL. Revision Changes Path 1.169 +7 -3 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message