K 10 svn:author V 5 silby K 8 svn:date V 27 2003-05-09T02:15:52.000000Z K 7 svn:log V 356 Redefine M_FREELIST to be 0x8000; 0x4000 conflicted with two other uses of m_flags in the kernel. (A future commit will move all private m_flags users here so they're obvious without a great deal of searching.) This should fix the mbuf double-free panics those using ppp or ipfw reset rules have been seeing since the double-free detection code went in. END