K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-05-27T14:48:35.000000Z K 7 svn:log V 271 MFC: 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