K 10 svn:author V 4 csjp K 8 svn:date V 27 2006-11-24T22:14:37.000000Z K 7 svn:log V 230 Make sure we do not sleep while locks are held. Change the malloc(9) flags from M_WAITOK to M_NOWAIT. This should not cause any problems since the calling code appears to properly handle failed allocations. Discussed with: kmacy END