Robert Watson 329c75a730 Acquire Giant in uprintf() and tprintf() rather than asserting it. In
the vast majority of cases, these functions are called without mutexes
held, meaning that in all but two cases, there will be no ordering
issues with doing this, and it will eliminate the need for changes in
the caller.  In two cases, mutexes are held, so Giant must be acquired
before those mutexes such that uprintf() and tprintf() recurse Giant
rather than generating a lock order reversal.

Suggested by:	bde
2005-09-26 08:02:24 +00:00
..
2003-06-11 00:56:59 +00:00
2003-06-11 00:56:59 +00:00
2003-06-11 00:56:59 +00:00
2005-06-30 19:01:26 +00:00
2005-09-06 11:09:18 +00:00
2005-08-28 05:38:40 +00:00
2003-06-11 00:56:59 +00:00
2005-03-14 06:51:29 +00:00
2005-07-08 15:06:58 +00:00