From owner-p4-projects@FreeBSD.ORG Mon Jun 28 16:30:32 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 403B016A4D0; Mon, 28 Jun 2004 16:30:32 +0000 (GMT) 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 1913916A4CE for ; Mon, 28 Jun 2004 16:30:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 130DB43D39 for ; Mon, 28 Jun 2004 16:30:32 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGUVFR055172 for ; Mon, 28 Jun 2004 16:30:31 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGUVV3055169 for perforce@freebsd.org; Mon, 28 Jun 2004 16:30:31 GMT (envelope-from jhb@freebsd.org) Date: Mon, 28 Jun 2004 16:30:31 GMT Message-Id: <200406281630.i5SGUVV3055169@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin To: Perforce Change Reviews Subject: PERFORCE change 56005 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:30:32 -0000 http://perforce.freebsd.org/chv.cgi?CH=56005 Change 56005 by jhb@jhb_slimer on 2004/06/28 16:29:55 Update based on things that are now committed. Affected files ... .. //depot/projects/smpng/sys/notes#16 edit Differences ... ==== //depot/projects/smpng/sys/notes#16 (text+ko) ==== @@ -1,14 +1,6 @@ This file serves as a sort of todo list for this branch as well as documenting what patches currently live in this branch. -- SWI Priorities - + SWI_CLOCK - + SWI_TQ* - + Fix tty hacks on clock to use SWI_CLOCK - + sio - + cy - + cx - - Untested - Consolidate linux module version and dependencies into MI location. - Untested - Enable a pmap_emulate_reference check for Alpha under INVARIANTS instead @@ -37,9 +29,6 @@ - Fixup td_ucred of thread doing execve() to re-sync with process ucred after single threading during an exec. - Untested -- Remove sched_lock from lockmgr TDF_DEADLKTREAT flag check. Perhaps we - can move this flag to TDP_DEADLKTREAT even. - - Mostly untested - Use panic_thread pointer instead of panic_cpu to allow for migration of the panic'ing thread - Untested @@ -49,8 +38,6 @@ - Cleanup the SMP rendezvous code to properly use membar's to ensure function pointers are up to date before deferencing them. - Untested -- Further fixes to taskqueue including killing the draining hack. - - Untested - Don't allow kthreads to get signalled and do bad things - Untested - Add a kproc API that does what kthread does right now