jhb acd72eb169 - Remove <machine/mutex.h>. Most of the headers were empty, and the
contents of the ones that were not empty were stale and unused.
- Now that <machine/mutex.h> no longer exists, there is no need to allow it
  to override various helper macros in <sys/mutex.h>.
- Rename various helper macros for low-level operations on mutexes to live
  in the _mtx_* or __mtx_* namespaces.  While here, change the names to more
  closely match the real API functions they are backing.
- Drop support for including <sys/mutex.h> in assembly source files.

Suggested by:	bde (1, 2)
2010-11-09 20:46:41 +00:00
..
2010-07-15 01:58:20 +00:00
2010-03-04 05:37:19 +00:00
2009-02-15 01:12:16 +00:00
2010-02-09 06:24:43 +00:00
2010-11-07 03:09:02 +00:00
2010-07-15 03:56:08 +00:00
2010-08-18 12:52:21 +00:00