From owner-freebsd-net@FreeBSD.ORG Tue Oct 23 20:16:48 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EBBFD54; Tue, 23 Oct 2012 20:16:48 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0C44D8FC16; Tue, 23 Oct 2012 20:16:47 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so5309689oag.13 for ; Tue, 23 Oct 2012 13:16:47 -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=ZLp8+tdDfRPD1wMfPGkJjGljxdOW6Ad2mrEUHiYyPBs=; b=rZV4ivzKr4zIccWkb5Ae5drjQUdp06m8iCP8C5aj08uTFkhpkMhkLanj4BRBAThU1F B/b+fKAr8/NKXLsMuZ2Gl5MEbak53+UMqPPVNZO1HG+UuU1p2UjgMxRygX4HL+cUjmwU 3lXq4l91A50vOCDVkYFOBI80U9IF2nVV/2t+uTDI22QCzpdlcE5JOm7+nj29zdxLaEZZ SAX1jTR/OqSbLZ4AYkHfG/4d22AER51t5bWhJ7L3BUgjc66eNOxAsP9wXfFUC6uK+nNE 8QiGj/tGrQxZIuT65pxkfFA1532vUKmzGAonm2s2v2GLDAksVybWhS3Uk47W1T5Pc/Re iWZw== MIME-Version: 1.0 Received: by 10.182.95.205 with SMTP id dm13mr11183973obb.9.1351023407275; Tue, 23 Oct 2012 13:16:47 -0700 (PDT) Received: by 10.76.143.33 with HTTP; Tue, 23 Oct 2012 13:16:47 -0700 (PDT) In-Reply-To: References: <201210230840.q9N8e038066538@freefall.freebsd.org> Date: Tue, 23 Oct 2012 13:16:47 -0700 Message-ID: Subject: Re: kern/92880: [libc] [patch] almost rewritten inet_network(3) function From: Garrett Cooper To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: Andrey Simonenko , freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 20:16:48 -0000 On Tue, Oct 23, 2012 at 10:37 AM, Adrian Chadd wrote: > ... don't suppose you want to throw this into a test case somewhere in the tree? > > The new ATF import would be ideal for this. :) Indeed. The only problem is that bsd.test.mk is missing so you can't really integrate testcases into the build *quite* yet, but I can work with you to write up/review the testcase; I have the missing ATF/test infrastructure pieces committed to perforce (but I broke things working on adding fixtures) and will be migrating everything over to github soon (so that way my hacking is more isolated and more collaboration can occur). Thanks! -Garrett