From owner-cvs-all Sat Dec 28 10: 4:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AFC37B401; Sat, 28 Dec 2002 10:04:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B0C643EA9; Sat, 28 Dec 2002 10:04:15 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBSI4Ffh060943; Sat, 28 Dec 2002 10:04:15 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBSI4FKt060942; Sat, 28 Dec 2002 10:04:15 -0800 (PST) Message-Id: <200212281804.gBSI4FKt060942@repoman.freebsd.org> From: Matt Dillon Date: Sat, 28 Dec 2002 10:04:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand zalloc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/12/28 10:04:15 PST Modified files: (Branch: RELENG_4) lib/libstand zalloc.c Log: MFC 1.7. The zalloc pool's size calculation breaks if sbrk() does not return contiguous chunks of memory. The bootstrap returns contiguous chunks of memory, but other uses might not. Revision Changes Path 1.5.2.1 +3 -3 src/lib/libstand/zalloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message