From owner-freebsd-net@FreeBSD.ORG Mon Nov 5 15:53:01 2007 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 839C416A496 for ; Mon, 5 Nov 2007 15:53:01 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 3A9A713C481 for ; Mon, 5 Nov 2007 15:53:01 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 2AE5B669B3A for ; Mon, 5 Nov 2007 16:35:01 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5NodVLBz-Vio for ; Mon, 5 Nov 2007 16:35:00 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 166D3669AE5 for ; Mon, 5 Nov 2007 16:35:00 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id lA5FYxiZ052260 for net@freebsd.org; Mon, 5 Nov 2007 16:34:59 +0100 (CET) (envelope-from rdivacky) Date: Mon, 5 Nov 2007 16:34:59 +0100 From: Roman Divacky To: net@freebsd.org Message-ID: <20071105153459.GA52205@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: [PATCH]: implementation of SIOCGIFINDEX in linuxulator X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 15:53:01 -0000 hi I implemented SIOCGIFINDEX in linuxulator and I would like you to review the patch.. the implementation is trivial, just mapping it to the native fbsd call. the patch can be found here: http://www.vlakno.cz/~rdivacky/linux_socket.patch I have a report that it helps some java program. please review it so it can be commited thnx roman p.s. please CC me as I am not subscribed to this mailing list.