Date: Wed, 19 Feb 2003 20:18:42 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys resourcevar.h src/sys/kern kern_acct.c kern_fork.c kern_resource.c Message-ID: <200302200418.h1K4IgrK050615@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/02/19 20:18:42 PST
Modified files:
sys/sys resourcevar.h
sys/kern kern_acct.c kern_fork.c kern_resource.c
Log:
Remove the PL_SHAREMOD flag from struct plimit, which could have been
used to share resource limits between rfork threads, but never was.
Removing it makes resource limit locking much simpler -- only the current
process can change the contents of the structure that p_limit points to.
Revision Changes Path
1.61 +1 -2 src/sys/kern/kern_acct.c
1.185 +3 -10 src/sys/kern/kern_fork.c
1.119 +1 -3 src/sys/kern/kern_resource.c
1.34 +1 -6 src/sys/sys/resourcevar.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302200418.h1K4IgrK050615>
