From owner-freebsd-stable@FreeBSD.ORG Thu Jun 18 17:21:45 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE0CB106566B for ; Thu, 18 Jun 2009 17:21:45 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-yx0-f200.google.com (mail-yx0-f200.google.com [209.85.210.200]) by mx1.freebsd.org (Postfix) with ESMTP id 88CE88FC15 for ; Thu, 18 Jun 2009 17:21:45 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by yxe38 with SMTP id 38so1714640yxe.3 for ; Thu, 18 Jun 2009 10:21:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=P4bB0dpABRAzgPio8APEttah9cbxYPVIdNdLG/z8MN4=; b=LbuuNX6sPULPRKJmjuuBybsBk4jR52pJtOpmzYxvM5i9RGohz4cxRraBMeWUx850VX Doa4jdcPWxlVC3wMUel9hsn20tDxl3Jb1BkuDc229okJtWIjOWjPE8r6m5I+EFqOkOnz BRGUfl8iYHTVuPhgRxX7WcC2jE/8lOH88rqKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=qMVItnpbufYFH7nFBE3HnspCoq9lsYRdh3gvMk4Rc4+UcBtujHD3F66hpiHM4DRR2q wKfHrpFcvkxrqXfY8KzfHyWEhueoIp2oXgi6hVdU0U53/98e6lUR4VUTgZEsrzsdPztk bBeuEHUoEiJhBMeN/SPNuoidtzKUCbA1PAyYc= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.141.2 with SMTP id o2mr2356525and.151.1245345704174; Thu, 18 Jun 2009 10:21:44 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Jun 2009 10:21:43 -0700 X-Google-Sender-Auth: 793533ca6a0b2ad0 Message-ID: <3c1674c90906181021n54bd6fbei2a1a843033bc91c@mail.gmail.com> From: Kip Macy To: Borja Marcos Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ZFS user library? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 17:21:46 -0000 > I was wondering if there are plans to document and keep the ZFS user library > as a reasonably stable API. You really need to ask that on the ZFS lists. Usually Solaris man pages indicate that an API is not stable (assuming) man pages exist. With a few minor exceptions, ZFS in FreeBSD just tracks ZFS in OpenSolaris. Cheers, Kip