From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.raindrops.general Subject: unix_diag in upcoming Linux 3.3 kernel Date: Thu, 1 Mar 2012 02:37:51 +0000 Message-ID: <20120301023751.GA22900@dcvr.yhbt.net> References: <20120301023751.GA22900@dcvr.yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1330569495 12981 80.91.229.3 (1 Mar 2012 02:38:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2012 02:38:15 +0000 (UTC) To: raindrops@librelist.org Original-X-From: raindrops@librelist.org Thu Mar 01 03:38:14 2012 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org In-Reply-To: <20120301023751.GA22900@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:59 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S2vuB-0001NJ-Ix for gclrrg-raindrops@m.gmane.org; Thu, 01 Mar 2012 03:38:07 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 64EB021D307 for ; Thu, 1 Mar 2012 02:43:50 +0000 (UTC) Hi all, I noticed this building a release candidate the other day. It looks like we won't have to parse /proc/net/unix on new systems. It'd be much appreciated if anybody has some free cycles to look at it and add support for it to Raindrops. We'll probably still have to support parsing /proc/net/unix for another ~5-10 years since the rest of the world takes a while to catch up. We should even try to fall back on EINVAL/ENOSYS in the case raindrops is compiled on a new machine and run on an old one (unfortunate, but i happens, I've had to deal with for accept4() in kgio :<).