From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 26 19:15:30 2015 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBF2BC91; Mon, 26 Jan 2015 19:15:30 +0000 (UTC) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9385BE84; Mon, 26 Jan 2015 19:15:30 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id fb1so13476831pad.10; Mon, 26 Jan 2015 11:15:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:mime-version:content-type:in-reply-to:date:cc :message-id:references:to; bh=sFAezHqEiAeEzLnIRNb09YVvKoam40J/qKPVv023ZB0=; b=MgwXIynf+2M/xe9yow2GPD7e84g3DdpecuYdG/JZIRsyYdjZ9urO0YZdT6iQrKWTuz eihfaYg9tX8vx24sTAz35p8P88lA/hnujMQIVnePXqJ+TJmeWc+KVJaWZuwQfrwT2rEJ bWu77uscPJVtMnSIzLyASK4B9K662AcOPC0yEg0Dlw/n1hfwnTCdMx+vUMgTRGFG8Iqt ULQrWhq9xxrnJFV0iUHqCQ5fa+e0C+ft+v5NFoE7R2bp2bI+1SZ/nA1t8PrFnGDew6tf qle7UQDhTCyuaem9UUFw/+pus3PdCOKPXB2W4abI0QzKD/z6RHihTuEKn3y1yhxwxBL1 8scw== X-Received: by 10.68.197.161 with SMTP id iv1mr36856210pbc.147.1422299730031; Mon, 26 Jan 2015 11:15:30 -0800 (PST) Received: from ?IPv6:2601:9:7b80:98:8151:90ef:683b:1ce6? ([2601:9:7b80:98:8151:90ef:683b:1ce6]) by mx.google.com with ESMTPSA id uc2sm10407488pbc.56.2015.01.26.11.15.28 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 Jan 2015 11:15:29 -0800 (PST) From: Alfred Perlstein X-Google-Original-From: Alfred Perlstein Subject: Re: libxo: bringing it in for netstat Mime-Version: 1.0 (Apple Message framework v1283) In-Reply-To: <6F2B71D4-5187-4A94-A345-431CE1E64880@xcllnt.net> Date: Mon, 26 Jan 2015 11:19:21 -0800 Message-Id: <3550F793-285E-4012-ABD3-7C55143A6AA4@gmail.com> References: <28345BB7-0079-433C-9AB6-89453B5250B3@gmail.com> <6F2B71D4-5187-4A94-A345-431CE1E64880@xcllnt.net> To: Marcel Moolenaar X-Mailer: Apple Mail (2.1283) X-Mailman-Approved-At: Mon, 26 Jan 2015 20:08:20 +0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Alfred Perlstein , hackers@freebsd.org, Phil Shafer , Marcel Moolenaar , "Simon J. Gerraty" 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: Mon, 26 Jan 2015 19:15:30 -0000 On Jan 26, 2015, at 10:57 AM, Marcel Moolenaar wrote: >=20 >> On Jan 26, 2015, at 9:38 AM, Alfred Perlstein = wrote: >>=20 >> Folks, >>=20 >> I have a huge number of commitments at work which will keep me from = having the time to finish up my libxo netstat work. Or in fact most = anything FreeBSD for the upcoming few weeks or months even. >>=20 >> I actually believe that the netstat port to libxo is ready for = inclusion (almost) but in case there are bugs I would likely not be = responsive enough to keep a angry mob from forming. >=20 > You said almost: what=92s missing? As far as I know nothing right now. I am just worried as the program is = setgid kmem and although libxo is awesome I caught some formatting = errors that upset it and cause it to crash during development. so it = should be audited imo. Otherwise I'd commit it now if I had time to deal with any bug blowback. -Alfred