From owner-p4-projects@FreeBSD.ORG Thu Sep 15 19:33:49 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3A68216A421; Thu, 15 Sep 2005 19:33:49 +0000 (GMT) X-Original-To: perforce@freebsd.org 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 1544F16A41F for ; Thu, 15 Sep 2005 19:33:49 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C2F43D45 for ; Thu, 15 Sep 2005 19:33:48 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJXmau009578 for ; Thu, 15 Sep 2005 19:33:48 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJXmC2009575 for perforce@freebsd.org; Thu, 15 Sep 2005 19:33:48 GMT (envelope-from jhb@freebsd.org) Date: Thu, 15 Sep 2005 19:33:48 GMT Message-Id: <200509151933.j8FJXmC2009575@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 Cc: Subject: PERFORCE change 83689 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:33:50 -0000 http://perforce.freebsd.org/chv.cgi?CH=83689 Change 83689 by jhb@jhb_slimer on 2005/09/15 19:33:21 Updates. Affected files ... .. //depot/projects/smpng/sys/notes#56 edit .. //depot/user/jhb/acpipci/notes#157 edit Differences ... ==== //depot/projects/smpng/sys/notes#56 (text+ko) ==== @@ -1,8 +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. -- Update mutex(9) manual page to note that mtx_trylock only works for - sleep (default) mutexes. - Consolidate linux module version into MI location. - Not sure if we don't want flexibility of MD versions - Fixup asm constraints to use '+' rather than declaring a variable in both @@ -40,10 +38,6 @@ - sparc64 - sys + start over saving current state in the ktrace branch so I can break this up - - stop using '+' with "m" arguments - + implement - - test - - commit - see what's left of the diff after these - Fixup td_ucred of thread doing execve() to re-sync with process ucred after single threading during an exec. @@ -87,9 +81,6 @@ - fork counts? - Add a cache-line padded mtx_aligned union and use it for the mutex pools. - Robert wants intrcnt's for IPIs -+ Add checks to msleep() and cv_wait*() to ensure they aren't called by an - interrupt thread. Would need to provide an exception for the istorm - stuff. - Fix free race in eventhandlers: > In the macro "_EVENTHANDLER_INVOKE" in the file > "/sys/sys/eventhandler.h", you unlock the list lock ==== //depot/user/jhb/acpipci/notes#157 (text+ko) ==== @@ -34,9 +34,6 @@ + implemented - untested - ti - - tl - + implemented - - untested - wb + implemented - untested