Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2005 19:33:48 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 83689 for review
Message-ID:  <200509151933.j8FJXmC2009575@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509151933.j8FJXmC2009575>