K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-09-29T17:48:39.000000Z K 7 svn:log V 334 Have EVFILT_TIMERS allocate their callouts via malloc() instead of using the static callout list allocated by the system. Change malloc type from M_TEMP to M_KQUEUE to better track memory. Add a kern.kq_calloutmax to globally limit the amount of kernel memory that can be allocated by callouts. Submitted by: iedowse (items 1, 2) END