K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-08-08T05:14:40.000000Z K 7 svn:log V 322 Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking for return values. It just so happens that in the cases where it is likely to fail, it is okay to change the M_NOWAIT to M_WAITOK -- and all will be well. This problem was manfest as a panic very regularly on a 4MB system right after bootup. END