From owner-svn-src-head@FreeBSD.ORG Fri Dec 20 05:26:28 2013 Return-Path: Delivered-To: svn-src-head@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 ESMTPS id 65045306; Fri, 20 Dec 2013 05:26:28 +0000 (UTC) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAAA71D73; Fri, 20 Dec 2013 05:26:27 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id x13so1860112qcv.15 for ; Thu, 19 Dec 2013 21:26:26 -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=3JOOEd9V1CXSpEwmO2s8pvmsqjegroVffDZfI3SPYs4=; b=SS8yox9aeUAnoe4IpkJ830d/LMGyOxerT01CuSmL91bf+044ypjLwWLNKQAT3Y1fLB fIOtwSbffAPSHTk9blrqW3xqDfK2W+G2wMzXFI9ivo/SUaBu0/mP9709PvL2/FFSVzwQ pmsTfgsa92KH7XU6j+MvoMPYXSU1k01Hd+dbhGMvu9sFGeurCRKKwICXbWA8o1jZZXla VPxZ86s1jWvntQH1S9kSHW26/8Gsj+e3cvOJK6sLwcKguGZbMCNq+OSJOAyYToVKstop Z2EgZyy2OLL3tcn0QszVC4j9pdXQPnznrhkK4cTTU1J0ACqxNxb3nmgwZCUUsuHka7O4 lMkQ== MIME-Version: 1.0 X-Received: by 10.224.13.141 with SMTP id c13mr2723599qaa.76.1387517186881; Thu, 19 Dec 2013 21:26:26 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Thu, 19 Dec 2013 21:26:26 -0800 (PST) In-Reply-To: <20131220033249.GA38281@FreeBSD.org> References: <201312181825.rBIIPR25014515@svn.freebsd.org> <201312181640.52147.jhb@freebsd.org> <20131219115735.GN29088@FreeBSD.org> <201312191552.04202.jhb@freebsd.org> <20131220002849.GH71033@FreeBSD.org> <20131220033249.GA38281@FreeBSD.org> Date: Thu, 19 Dec 2013 21:26:26 -0800 X-Google-Sender-Auth: ucbTBGbuJY8i8j3Ne-3aGSyO1Mc Message-ID: Subject: Re: svn commit: r259562 - head/usr.bin/netstat From: Adrian Chadd To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 Cc: "src-committers@freebsd.org" , "Alexander V. Chernikov" , John Baldwin , John-Mark Gurney , Gleb Smirnoff , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 05:26:28 -0000 Linux doesn't have this problem because debugging LInux is a wildly different thing. Maybe it's time we actually just bit the bullet and made libkvm much more fleshed out for pulling out stuff like this from core files. -a