Date: Fri, 1 Jun 2007 01:20:12 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_resource.c kern_synch.c subr_trap.c Message-ID: <200706010120.l511KCCn042407@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2007-06-01 01:20:12 UTC FreeBSD src repository Modified files: sys/kern kern_resource.c kern_synch.c subr_trap.c Log: Forced commit to describe changes in the last revision. - Move cpu limit handling to a callout that runs once per-second and sums up all threads tick times to check for violations. This removes all code from mi_switch() that touches the proc. This also cleans up ast() a bit by removing one large case. Revision Changes Path 1.173 +0 -0 src/sys/kern/kern_resource.c 1.298 +0 -0 src/sys/kern/kern_synch.c 1.295 +0 -0 src/sys/kern/subr_trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706010120.l511KCCn042407>