From owner-freebsd-current@freebsd.org Thu Nov 19 19:01:27 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21B93A33CDF for ; Thu, 19 Nov 2015 19:01:27 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAA201FFD; Thu, 19 Nov 2015 19:01:26 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by obdgf3 with SMTP id gf3so68704197obd.3; Thu, 19 Nov 2015 11:01:26 -0800 (PST) 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=h1rH12XTRcDG6keWsfljEWeq1mQGwSIowruZvc+XQLA=; b=QnHsb3KC0IKEnCJkGIU7yyZkJNOiaC2+j4r+ajKgGSKTL9crJO6j0oa7akB2IbbPoe QxGHXtDwiF/Oj1FJYfGK65LzzYwjVCHutMPVNBiagwVgx+AJe5LE+05RwGlCxmWRVnlM 4y1R3Yk97RvsfOGeCGA5dbS6WU9KxiFWHJtaPvpdU/l8Xezp4PUbV3QfT3A6tIZGCO56 wWAkWQqpLdMJuUaFetfP9OjC4EqjS3EXyqida8L0GkXB+QR8PZOCf+ANCI4O0ywIitDE ibbrC+CUDk7bO3wi/ZJAN47nuc2T/JgGBLwuP/XcfNQKLRny0glx4s8dLuL4Axztees0 SVYg== MIME-Version: 1.0 X-Received: by 10.60.159.230 with SMTP id xf6mr2937673oeb.43.1447959686257; Thu, 19 Nov 2015 11:01:26 -0800 (PST) Received: by 10.202.107.11 with HTTP; Thu, 19 Nov 2015 11:01:26 -0800 (PST) In-Reply-To: References: Date: Thu, 19 Nov 2015 11:01:26 -0800 Message-ID: Subject: Re: DDB patches From: Adrian Chadd To: Pedro Giffuni Cc: Dan Partelly , freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 19 Nov 2015 19:01:27 -0000 [snip snip snippety snip] Hi Dan! Yeah, turns out trying to get a bunch of burnt out, time-poor developers with commit bits to commit stuff will typically end up with (a) things getting neglected, or (b) getting you a commit bit. :) Please grab the patch from pedro (which I reviewed, and it looks fine at a first pass) and dump it into reviews.freebsd.org. You'll have to create an account first. That way we can solicit some further reviews/comments before I just commit it. :) -a