From owner-cvs-all Tue Jun 25 19:50:12 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 A33DB37B403; Tue, 25 Jun 2002 19:50:02 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id E9DCD4AA13; Tue, 25 Jun 2002 21:50:01 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 76A834A9B2; Tue, 25 Jun 2002 21:50:01 -0500 (CDT) Date: Tue, 25 Jun 2002 21:50:01 -0500 From: Alan Cox To: Matt 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: <20020626025001.GK11391@cs.rice.edu> References: <200206260029.g5Q0TSf33554@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206260029.g5Q0TSf33554@freefall.freebsd.org> 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 05:29:28PM -0700, Matt Dillon wrote: > dillon 2002/06/25 17:29:28 PDT > > Modified files: > sys/sys resource.h > sys/vm vm_mmap.c vm_unix.c > Log: > Part I of RLIMIT_VMEM implementation. Implement core functionality for > a new resource limit that covers a process's entire VM space, including > mmap()'d space. What about the main process stack? Alan > (Part II will be additional code to check RLIMIT_VMEM during exec() but it > needs more fleshing out). > > PR: kern/18209 > Submitted by: Andrey Alekseyev , Dmitry Kim > MFC after: 7 days > > Revision Changes Path > 1.18 +3 -1 src/sys/sys/resource.h > 1.149 +7 -0 src/sys/vm/vm_mmap.c > 1.40 +5 -0 src/sys/vm/vm_unix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message