Bosko Milekic 5746a1d866 - Place back STR string declarations for lock/unlock strings used for KTR_LOCK
tracing in order to avoid duplication.
- Insert some tracepoints back into the mutex acq/rel code, thus ensuring
  that we can trace all lock acq/rel's again.
- All CURPROC != NULL checks are MPASS()es (under MUTEX_DEBUG) because they
  signify a serious mutex corruption.
- Change up some KASSERT()s to MPASS()es, and vice-versa, depending on the
  type of problem we're debugging (INVARIANTS is used here to check that
  the API is being used properly whereas MUTEX_DEBUG is used to ensure that
  something general isn't happening that will have bad impact on mutex
  locks).

Reminded by: jhb, jake, asmodai
2001-02-11 02:54:16 +00:00
..
2001-01-28 06:39:56 +00:00
2001-01-24 08:42:39 +00:00
2000-12-02 05:45:32 +00:00
2001-01-24 00:35:12 +00:00
2001-02-06 11:21:58 +00:00
2001-01-08 07:22:06 +00:00
2001-02-09 16:27:41 +00:00
2000-12-01 08:57:47 +00:00
2001-01-01 23:09:53 +00:00
2000-12-31 23:12:20 +00:00
2000-12-28 12:17:35 +00:00
2000-09-29 13:36:47 +00:00
2000-05-01 20:32:07 +00:00
2000-04-22 15:13:06 +00:00
2001-02-06 11:21:58 +00:00
2000-12-02 05:45:32 +00:00
2000-12-01 08:57:47 +00:00
2001-01-29 10:06:22 +00:00
2001-02-06 11:21:58 +00:00
2001-02-06 09:18:39 +00:00