Date: Tue, 25 Jun 2002 21:50:01 -0500 From: Alan Cox <alc@cs.rice.edu> To: Matt Dillon <dillon@FreeBSD.org> 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> In-Reply-To: <200206260029.g5Q0TSf33554@freefall.freebsd.org> References: <200206260029.g5Q0TSf33554@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <uitm@zenon.net>, Dmitry Kim <jason@nichego.net> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020626025001.GK11391>