K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-08-01T17:14:51.000000Z K 7 svn:log V 936 Merge memstat.c:1.6, memstat_internal.h:1.6, memstat_malloc.c:1.5, memstat_uma.c:1.9 from HEAD to RELENG_6: Correct two libmemstat(3) bugs: - Move memory_type_list flushing logic from memstat_mtl_free() to _memstat_mtl_empty(), a libmemstat-internal function that can be called from other parts of the library. Invoke _memstat_mtl_empty() from memstat_mtl_free(), which also frees the containing list structure. Invoke _memstat_mtl_empty() instead of memstat_mtl_free() in various error cases in memstat_malloc.c and memstat_uma.c, which previously resulted in the list being freed prematurely. - Reverse the order of updating the mt_kegfree and mt_free fields of the memory_type in memstat_uma.c, otherwise keg free items won't be counted properly for non-secondary zones. Merged to RELENG_6 earlier than the proposed MFC after date so that it can make BETA2. Approved by: re (kensmith) END