K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-02-29T17:54:05.000000Z K 7 svn:log V 300 Modify soalloc() API so that it accepts a malloc flags argument rather than a "waitok" argument. Callers now passing M_WAITOK or M_NOWAIT rather than 0 or 1. This simplifies the soalloc() logic, and also makes the waiting behavior of soalloc() more clear in the calling context. Submitted by: sam END