From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 26 17:34:27 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 C09E63B0; Mon, 26 Jan 2015 17:34:27 +0000 (UTC) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (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 890681C9; Mon, 26 Jan 2015 17:34:27 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id y10so13106752pdj.7; Mon, 26 Jan 2015 09:34:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:date:message-id:cc:to:mime-version; bh=liFQ4CbYRgCZjDxcm8Ihft4d6zhw1SFVJ3ROrGmQYRA=; b=bzmUeDul8VI8S37HiSO0tJgAtQVIyHNhDCyb9XkCYRAq/EdhuajSM3KVzHnEVCfsJu V/eTJ2sBC217/GrLxaYjpONitTOKkBluu5RouN4o36X2aiLG92CDguMeIlXikVCuhawj v+7geidQQxM7YhRhIH6lTlp7Ml8SDWzWAp5dnnyq3o1gAlkCYphGMhR6G5bo4WWU28vr z/OeoUKkElfvhacX8xZ4OOl97kHSFByZAGtaY8Z/0R0udZF3fuaoVRN/DJDHgmXODq8N qqs3qbCUU/XFVQJxLcEuzzLmu5P9I5mf/agDCuH729m3mOtxTFOOL7a4wk2wc5hZqfAN Xj8Q== X-Received: by 10.66.163.137 with SMTP id yi9mr35523121pab.58.1422293667085; Mon, 26 Jan 2015 09:34:27 -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 oh2sm10252067pbb.61.2015.01.26.09.34.21 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 Jan 2015 09:34:26 -0800 (PST) From: Alfred Perlstein X-Google-Original-From: Alfred Perlstein Subject: libxo: bringing it in for netstat Date: Mon, 26 Jan 2015 09:38:09 -0800 Message-Id: <28345BB7-0079-433C-9AB6-89453B5250B3@gmail.com> To: hackers@freebsd.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-Mailman-Approved-At: Mon, 26 Jan 2015 17:44:14 +0000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Marcel Moolenaar , Phil Shafer , "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 17:34:27 -0000 Folks, 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. 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. I am wondering what I should do to make sure the code doesn't bit-rot = and gets into the system ASAP?=20 Is there anyone that can step forward to shepherd the code in? Right now the work is here, but can be moved to an SVN project branch if = needed: https://github.com/splbio/freebsd/tree/ap_libxo_master This branch includes some things that can be backed out thanks to = updates to libxo and other base things from Phil and others. Is anyone up for taking this over right now? Again, If needed I can migrate it to an SVN project branch if a = volunteer with sufficient skill steps up who would prefer that during an = upcoming weekend. -Alfred=