From owner-cvs-all Tue Jun 25 20: 9:16 2002 Delivered-To: cvs-all@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 0142937B403; Tue, 25 Jun 2002 20:09:08 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 92C814AA13; Tue, 25 Jun 2002 22:09:07 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id DF9064A9B2; Tue, 25 Jun 2002 22:09:06 -0500 (CDT) Date: Tue, 25 Jun 2002 22:09:06 -0500 From: Alan Cox To: Matthew Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys resource.h src/sys/vm vm_mmap.c vm_unix.c Message-ID: <20020626030906.GL11391@cs.rice.edu> References: <200206260029.g5Q0TSf33554@freefall.freebsd.org> <20020626025001.GK11391@cs.rice.edu> <200206260259.g5Q2xYtH009222@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206260259.g5Q2xYtH009222@apollo.backplane.com> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jun 25, 2002 at 07:59:34PM -0700, Matthew Dillon wrote: > > : > :What about the main process stack? > : > :Alan > > Hmm. It is not checking the stack grow case, though of course any > attempt to mmap()/malloc() after that will fail. I'll add a check in > the stack growth case, it should be just a handful of lines. > Thanks. Because you defined this as a limit on the entire VM space, I think it should include the main process stack. Regards, Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message