From owner-freebsd-net@FreeBSD.ORG Wed Nov 7 11:55:55 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 711F816A41B for ; Wed, 7 Nov 2007 11:55:55 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 04E4013C48E for ; Wed, 7 Nov 2007 11:55:54 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1711378nfb for ; Wed, 07 Nov 2007 03:55:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=nSrCHLZSie8Ahx9ADWE6BaipwJJrSZw79bfXF4/W+0s=; b=TXCp+tVafddxcvIRYhL+0KiMtTj3g5YD/CZcywikaG0H9kpZPz68YoqXZXxX/l7gmywV0QqXSafWRshHq53DoxagCVxGhyQteJJWbmmw4Dwetxd7xFNaP2hrK78SoTBa5YE4HxilFSFui0QBPp0cFEO5MTtYL3Veldj2JEy+THM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=Hly07ZDJ4nVaKXbzVHkpZ4YnFfAyUQCxvSCh6T33z4V5qXET8oH3XTd4PJRblB32PCvrwwa0CYChJqrwqV2X/DFtUunpE5BmUCzHo47hOotWc+x1ds3cyFcvXWuqeRtl5SfOe2j9G1BuZix3HvfVmmlvQpF0G0CmWM/mm9HUTuA= Received: by 10.86.4.2 with SMTP id 2mr5172357fgd.1194435056926; Wed, 07 Nov 2007 03:30:56 -0800 (PST) Received: from ?172.17.8.93? ( [193.136.24.191]) by mx.google.com with ESMTPS id e20sm1402421fga.2007.11.07.03.30.36 (version=SSLv3 cipher=OTHER); Wed, 07 Nov 2007 03:30:45 -0800 (PST) Message-Id: <0AB7127C-ED54-474A-897E-0DB8EF94F42D@FreeBSD.org> From: Rui Paulo To: Roman Divacky In-Reply-To: <20071105153459.GA52205@freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Wed, 7 Nov 2007 11:30:34 +0000 References: <20071105153459.GA52205@freebsd.org> X-Mailer: Apple Mail (2.912) Sender: Rui Paulo Cc: net@freebsd.org Subject: Re: [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: Wed, 07 Nov 2007 11:55:55 -0000 On 5 Nov 2007, at 15:34, Roman Divacky wrote: > 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 Perhaps I'm missing something, but what should happen with LINUX_SIOCGIFCOUNT ? Regards. -- Rui Paulo -- Rui Paulo