From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 2 22:10:33 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7A7FA8FB for ; Mon, 2 Sep 2013 22:10:33 +0000 (UTC) (envelope-from atliang@gmail.com) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 043D729FD for ; Mon, 2 Sep 2013 22:10:32 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id y6so4276206lbh.20 for ; Mon, 02 Sep 2013 15:10:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=y3XD9zUh4UkufXKxmB+IhaW2zC59JEVzkhf3skTwr0w=; b=Jfu8VME2JGqlUyZZ8IlUB5J33jzWUbMvP45nQuhALQiG8m+yEgOw3NIUxTq4wiwFjj Z+iTSO9d/NR/aj6ffNPeHyLQJ22UB5AhBFMWp1F1aqokRt0R5TkXJ//P8mt3qmz+gkGi A0IacbMGj3G5JLqjwYFhdEe8jfJWMHkd9hn/Et8lxpam4PvhtDNfFXPfyEZ58NaNp7FB UhU3Gr0Fu8xRTTBTdP+v8pZ5Kn0K9T1KXP2a3jOAxwoOMIGu3VPKWUZmqfDOPj/WslQl /e8zaLzqpwl2js1ZhH9SCr6bqVuN+GUALC6U2c95wuZPjFLGA2p70XnlXawbOp16jA09 IRNQ== MIME-Version: 1.0 X-Received: by 10.112.51.101 with SMTP id j5mr22548101lbo.17.1378159830892; Mon, 02 Sep 2013 15:10:30 -0700 (PDT) Received: by 10.114.0.167 with HTTP; Mon, 2 Sep 2013 15:10:30 -0700 (PDT) Date: Tue, 3 Sep 2013 06:10:30 +0800 Message-ID: Subject: [CFT] SIOCGIFNAME for Linuxulator From: Tai-hwa Liang To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 22:10:33 -0000 Greetings, Following patch against HEAD adds support for SIOCGIFNAME in Linuxulator. Please test if it works for you(build{world,kernel} tested on i386 & amd64). http://people.freebsd.org/~avatar/linux_SIOCGIFNAME.patch -- Thanks, Tai-hwa Liang