From owner-cvs-all Tue Jun 25 20: 0:29 2002 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id E970D37B400; Tue, 25 Jun 2002 19:59:35 -0700 (PDT) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.3/8.12.3) with ESMTP id g5Q2xYl1009223; Tue, 25 Jun 2002 19:59:34 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.3/8.12.3/Submit) id g5Q2xYtH009222; Tue, 25 Jun 2002 19:59:34 -0700 (PDT) (envelope-from dillon) Date: Tue, 25 Jun 2002 19:59:34 -0700 (PDT) From: Matthew Dillon Message-Id: <200206260259.g5Q2xYtH009222@apollo.backplane.com> To: Alan Cox 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 References: <200206260029.g5Q0TSf33554@freefall.freebsd.org> <20020626025001.GK11391@cs.rice.edu> 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 : :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. The exec() case issue is already known but the original patches aren't clean enough to commit (yet). BTW, all this will be MFCd to stable in around a week, but I'm not bothering to add MFC After's on my every commit. Thanks! -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message