From owner-freebsd-ports@FreeBSD.ORG Tue Dec 4 14:24:24 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C27C116A418 for ; Tue, 4 Dec 2007 14:24:24 +0000 (UTC) (envelope-from bubblereading@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id 8030213C43E for ; Tue, 4 Dec 2007 14:24:24 +0000 (UTC) (envelope-from bubblereading@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2121588nzf for ; Tue, 04 Dec 2007 06:24:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=HITNBql6sRzznTHupYp2hb6UQ9MAfsVbbIZcQynGdfE=; b=hS4ArdBGBW/suQkPdtINibgsndLEJxyby4B1NqPJlkwQMty588Nd6te3qjLqYaIEbARUcSDf4fDaonXCNkk+ed5i5mWtdc2K9OjbOYrVAupVdFyjqA2gJpvdbtc4cpI/KtX6a6bSwcdki8rzm1J+SJ02TFV0kX0eW/Z/kq4qYWM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type; b=D7EPNzMJkSPukbiLW7h/JEA/8/PasUXRnBUgiaFg5NJhocINo0rllt1e6l/6d/Nv0vG3E8s01U8AkDpBLmdBtU+yaKPez09GLPU5+WemCHUNzucP5hNb0svcysR2qUn5/dzTu1fa+a/4ecc+li73FvDRKL0BanAaOYY/KJ40yS8= Received: by 10.142.101.17 with SMTP id y17mr193779wfb.1196778262819; Tue, 04 Dec 2007 06:24:22 -0800 (PST) Received: by 10.142.226.10 with HTTP; Tue, 4 Dec 2007 06:24:22 -0800 (PST) Message-ID: Date: Tue, 4 Dec 2007 14:24:22 +0000 From: "Bubble Reading" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Slab Allocator And Wait Queues X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2007 14:24:24 -0000 Hi, Does someone know if there is something like Linux Slab Allocator and Linux Wait Queues in FreeBSD? I am trying to port a linux code to FreeBSD which makes use of these. -- Regards, Bubble