From owner-freebsd-current@FreeBSD.ORG Wed Oct 30 03:35:16 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 540E0CBB; Wed, 30 Oct 2013 03:35:16 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-ve0-x230.google.com (mail-ve0-x230.google.com [IPv6:2607:f8b0:400c:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0021F2F4C; Wed, 30 Oct 2013 03:35:15 +0000 (UTC) Received: by mail-ve0-f176.google.com with SMTP id jx11so571934veb.35 for ; Tue, 29 Oct 2013 20:35:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1yNdPNv2pgwyQC3n581wHZrZbDE5uOeBc9K36XtIo4s=; b=bz6mFXwk142jL124/EhdBTfEGRIwdCCuHg8djyYKbeyrUG3k4BQ3JWRd3cpZYObXpp ffyinRWZEO2wtAfaVwuD4ZDPhoq+vVxjuNoRuYxNyvnbz6N2cEaEbH7teOjX1IIQElIl ogdtVEUwHkKyz1psJAS3rHmyxl+ms1S6h19r4ckGvuKz+98IeMMoLWK7wwjx8iu2tK3W dj6QXzGj+tf+RarxyAWBcJl1K/6F44jPIdEAj363tByEtW6QMJfwCxdjBzWjJ1wA9E5d dtis8/qopRZpYWaoe1vCvAFEc7Zpwg7MhyYPbeawhfLc97345QPDI2pUoTLh1HFYHuqz t3Eg== MIME-Version: 1.0 X-Received: by 10.52.64.143 with SMTP id o15mr1392657vds.16.1383104115121; Tue, 29 Oct 2013 20:35:15 -0700 (PDT) Received: by 10.220.71.13 with HTTP; Tue, 29 Oct 2013 20:35:15 -0700 (PDT) In-Reply-To: References: Date: Wed, 30 Oct 2013 03:35:15 +0000 Message-ID: Subject: Re: [RFC] libdispatch (aka Grand Central Dispatch) in base From: "Sam Fourman Jr." To: Devin Teske Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Current , "Teske, Devin" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 03:35:16 -0000 On Wed, Oct 30, 2013 at 2:04 AM, Teske, Devin wrote: > Hi all, > > I'd like to bring up the discussion for topic.. > > Importing libdispatch (aka Apple's Grand Central Dispatch) into base > (contrib?). > > Specifically into HEAD then MFC'd only as far back as stable/10. > > Here's the reason why: > http://devinteske.com/freebsd-installer-enhancements > > I say +1 to your idea Sam Fourman Jr.