K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-05-14T09:25:18.000000Z K 7 svn:log V 249 Use uma(9) for allocating netgraph items: - ng_getqblk() simply runs uma_zalloc(). - ng_free_item() simply frees. - ngq_mtx is pushed down under NETGRAPH_DEBUG. - NGQF_FREE is removed. Increase default maxalloc to 512. Reviewed by: julian END