Date: Tue, 25 Jun 2002 17:29:28 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys resource.h src/sys/vm vm_mmap.c vm_unix.c Message-ID: <200206260029.g5Q0TSf33554@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
(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?200206260029.g5Q0TSf33554>
