K 10 svn:author V 4 jkim K 8 svn:date V 27 2009-11-20T18:49:20.614321Z K 7 svn:log V 292 - Allocate scratch memory on stack instead of pre-allocating it with the filter as we do from bpf_filter()[1]. - Revert experimental use of contigmalloc(9)/contigfree(9). It has no performance benefit over malloc(9)/free(9)[2]. Requested by: rwatson[1] Pointed out by: rwatson, jhb, alc[2] END