From owner-cvs-src@FreeBSD.ORG Thu Jul 28 12:10:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C67BA16A41F; Thu, 28 Jul 2005 12:10:20 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E60A43D48; Thu, 28 Jul 2005 12:10:20 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6SCAKpw042349; Thu, 28 Jul 2005 12:10:20 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6SCAKVx042348; Thu, 28 Jul 2005 12:10:20 GMT (envelope-from rwatson) Message-Id: <200507281210.j6SCAKVx042348@repoman.freebsd.org> From: Robert Watson Date: Thu, 28 Jul 2005 12:10:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm uma.h uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 12:10:20 -0000 rwatson 2005-07-28 12:10:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm uma.h uma_core.c Log: Merge uma.h:1.27, uma_core.c:1.129 from HEAD to RELENG_6: Rename UMA_MAX_NAME to UTH_MAX_NAME, since it's a maximum in the monitoring API, which might or might not be the same as the internal maximum (currently none). Export flag information on UMA zones -- in particular, whether or not this is a secondary zone, and so the keg free count should be considered in that light. Approved by: re (kensmith) Revision Changes Path 1.22.2.5 +4 -4 src/sys/vm/uma.h 1.119.2.10 +10 -1 src/sys/vm/uma_core.c