K 10 svn:author V 3 pjd K 8 svn:date V 27 2004-09-14T16:05:06.000000Z K 7 svn:log V 439 Allocate memory when dumping pipes with M_WAITOK flag. On a system with huge number of pipes, M_NOWAIT failes almost always, because of memory fragmentation. My fix is different than the patch proposed by Pawel Malachowski, because in FreeBSD 5.x we cannot sleep while holding dummynet mutex (in 4.x there is no such lock). PR: kern/46557 Submitted by: Eugene Grosbein Reviewed by: mlaier Approved by: re (scottl) END