From owner-cvs-all Mon Sep 30 14:13:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB1137B401; Mon, 30 Sep 2002 14:13:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B8C143E3B; Mon, 30 Sep 2002 14:13:54 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8ULDsCo010414; Mon, 30 Sep 2002 14:13:54 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8ULDsZt010413; Mon, 30 Sep 2002 14:13:54 -0700 (PDT) Message-Id: <200209302113.g8ULDsZt010413@freefall.freebsd.org> From: John Baldwin Date: Mon, 30 Sep 2002 14:13:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c subr_trap.c src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/30 14:13:54 PDT Modified files: sys/kern kern_synch.c subr_trap.c sys/sys proc.h Log: - Add a new per-process flag PS_XCPU to indicate that at least one thread has exceeded its CPU time limit. - In mi_switch(), set PS_XCPU when the CPU time limit is exceeded. - Perform actual CPU time limit exceeded work in ast() when PS_XCPU is set. Requested by: many Revision Changes Path 1.198 +2 -28 src/sys/kern/kern_synch.c 1.225 +14 -0 src/sys/kern/subr_trap.c 1.262 +1 -0 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message