Date: Wed, 4 Feb 1998 10:43:13 -0800 (PST) From: David Greenman <dg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_resource.c Message-ID: <199802041843.KAA21787@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dg 1998/02/04 10:43:12 PST
Modified files:
sys/kern kern_resource.c
Log:
Restrict idleprio to superuser:
Realtime priority has to be restricted for reasons which should be
obvious. However, for idle priority, there is a potential for
system deadlock if an idleprio process gains a lock on a resource
that other processes need (and the idleprio process can't run
due to a CPU-bound normal process). Fix me! XXX
PR: 5639
Revision Changes Path
1.31 +11 -1 src/sys/kern/kern_resource.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802041843.KAA21787>
