From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 2 23:44:50 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1FE216A422 for ; Fri, 2 Jun 2006 23:44:50 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from lh.synack.net (lh.synack.net [204.152.188.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F4243D46 for ; Fri, 2 Jun 2006 23:44:50 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: by lh.synack.net (Postfix, from userid 100) id A35A85E4934; Fri, 2 Jun 2006 16:44:49 -0700 (PDT) Received: from [70.36.3.3] (coeur_dalene_cuda1_id-eacb02-00-crdlid-70-36-3-3.losaca.adelphia.net [70.36.3.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lh.synack.net (Postfix) with ESMTP id 455B95E4906; Fri, 2 Jun 2006 16:44:48 -0700 (PDT) Message-ID: <4480CD78.4070602@FreeBSD.org> Date: Fri, 02 Jun 2006 16:44:56 -0700 From: Jason Evans User-Agent: Mozilla Thunderbird 1.0.8-1.4.1 (X11/20060420) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pfgshield-freebsd@yahoo.com References: <20060601150924.98192.qmail@web32701.mail.mud.yahoo.com> In-Reply-To: <20060601150924.98192.qmail@web32701.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.5 (2005-11-28) on lh.synack.net X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.5 Cc: Giorgos Keramidas , freebsd-hackers@freebsd.org Subject: Re: Porting libumem (was Re: Is anyone working on a port of ZFS to FreeBSD) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 23:44:50 -0000 pfgshield-freebsd@yahoo.com wrote: > IMHO, and purely as constructive criticism, Jason's article would've been much > more interesting if he had tested ptmalloc (in the ports tree) and we had had > libumem. Yes, that would have been nice, but when I tried to use ptmalloc, it failed to work correctly. I don't remember the details anymore, but ISTR there was something wrong with the ptmalloc port that I didn't have the time to fix. Jason