From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 3 20:49:11 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A884AF0; Tue, 3 Mar 2015 20:49:11 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (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 7DB5D88A; Tue, 3 Mar 2015 20:49:10 +0000 (UTC) Received: by lamq1 with SMTP id q1so17026337lam.0; Tue, 03 Mar 2015 12:49:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=wjJVnUrmbZ4LDFbyrFWBv8BNXcBOf2//eGvxoctO9Lw=; b=OErdPMTOVc9MkRRF/ZnKx58Hgvd4r9ffAYe3SGauTdg0obSuOip1oOtYZ2qriTVIXb y0IHy6raEmdOA/70TEVg8nq1VXps7EmDI1I9GtXb6nt4SBTJj+pClWsmid8rcr0pEW/X 8BCsq0UCBZjpmntSthhM3I4wwT/Dtt9FK6SAyAD3GAH789R8u69HgwAtBvNu3Gj5KVrB Fk2otTQOYKxdsavblUTBwNZXZ9zxNpFWgtKX7skvUTx3c4s8y2570YawWTtQi3cGa+6l aB61Z5wM/F/sKa2/45L4wsvVqmVYqvd0H7cJFEfW9svBDbI9oaUyCrfwPGqJZTQBh8Br KkdA== MIME-Version: 1.0 X-Received: by 10.152.28.73 with SMTP id z9mr724890lag.28.1425415747673; Tue, 03 Mar 2015 12:49:07 -0800 (PST) Sender: davide.italiano@gmail.com Received: by 10.25.217.8 with HTTP; Tue, 3 Mar 2015 12:49:07 -0800 (PST) In-Reply-To: References: <54F60386.6070709@FreeBSD.org> Date: Tue, 3 Mar 2015 12:49:07 -0800 X-Google-Sender-Auth: GI9nRXlOb0WGRmSaUZBFyvRuSgs Message-ID: Subject: Re: DDB Improvements From: Davide Italiano To: Daniel Lovasko Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Hackers , Navdeep Parhar X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2015 20:49:11 -0000 On Tue, Mar 3, 2015 at 11:44 AM, Daniel Lovasko wrote: > Hello Navdeep, > > that is precisely what my last GSoC was about. I am about to present > it on the AsiaBSDCon that will happen next week. In case you wont be > attending, here is my paper about this topic: > www.smnd.sk/lovasko/paper.pdf > > I hope that we will integrate the result one day. :) > Is that ready? Do you have any plans to integrate it in the tree? Teaching DDB to speak CTF is definitely the most desiderable feature I would like to see. -- Davide