From owner-p4-projects Fri Feb 21 20:26: 6 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2443A37B405; Fri, 21 Feb 2003 20:26:05 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD39D37B401 for ; Fri, 21 Feb 2003 20:26:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E3043FB1 for ; Fri, 21 Feb 2003 20:26:04 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1M4Q40U024203 for ; Fri, 21 Feb 2003 20:26:04 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1M4Q3rm024185 for perforce@freebsd.org; Fri, 21 Feb 2003 20:26:03 -0800 (PST) Date: Fri, 21 Feb 2003 20:26:03 -0800 (PST) Message-Id: <200302220426.h1M4Q3rm024185@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 25565 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=25565 Change 25565 by rwatson@rwatson_tislabs on 2003/02/21 20:25:20 Merge results of a KSE change that affect a feature in the test module in the MAC branch, but not main branch. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_test/mac_test.c#93 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_test/mac_test.c#93 (text+ko) ==== @@ -831,7 +831,7 @@ { mtx_lock_spin(&sched_lock); - curthread->td_kse->ke_flags |= KEF_ASTPENDING; + curthread->td_flags |= TDF_ASTPENDING; curthread->td_proc->p_sflag |= PS_MACPEND; mtx_unlock_spin(&sched_lock); return (sysctl_handle_int(oidp, NULL, curthread->td_proc->p_pid, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message