From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 28 10:24:58 2015 Return-Path: Delivered-To: freebsd-emulation@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 126A9D37 for ; Tue, 28 Apr 2015 10:24:58 +0000 (UTC) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFBF41762 for ; Tue, 28 Apr 2015 10:24:57 +0000 (UTC) Received: by wgyo15 with SMTP id o15so145921895wgy.2 for ; Tue, 28 Apr 2015 03:24:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=JvrQvVFav97rXeDBVxv1hs+d2Az8YTOZn/iTjqyKo/k=; b=w7xdwfTUpRqZNun6mjoIL1zvZse7d45KyZfdxecfgmwAJ4CFcZCZHaVbGWinsuOoiI CIl+RG+SvBp+P1MxXv2IKJvQWNZYrh/IL7tvkcGE8YVFylzYE9RHLG3yZSQEvSbO1WWN bbQ/bygbln8zsyLu1taXdh4J7E8pg0ScY8mElZBYeRHFD/BnY7Dm2Y7acgLLRpZsQTHg PTELWh/QxHceiGgVZ0rZ0jbJy9yaD64j/q4parHwyRl7YxSKrKoKCXRiQbVyoaIcTkpg OZquYfph9RZeQ00+0cNitV3xPiG9c0/d18pUcX/fCihqrwNP4z0y8zKXDWTpNfF+PdwG ko5w== X-Received: by 10.180.89.209 with SMTP id bq17mr10825008wib.85.1430216696169; Tue, 28 Apr 2015 03:24:56 -0700 (PDT) Received: from [10.250.8.140] ([5.61.240.241]) by mx.google.com with ESMTPSA id ju2sm15685344wid.12.2015.04.28.03.24.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Apr 2015 03:24:55 -0700 (PDT) Message-ID: <553F5FF2.9040304@gmail.com> Date: Tue, 28 Apr 2015 12:24:50 +0200 From: fbalku User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: VirtualBox development repository Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 28 Apr 2015 10:24:58 -0000 Hi All, The preliminary port for 5.0.0-BETA2 on 11-CURRENT - compiles - all three drivers (vboxnetflt, vboxnetadp, vboxdrv) can be loaded $ kldstat | grep vbox 16 2 0xffffffff81c78000 29fe vboxnetflt.ko 17 2 0xffffffff81c7b000 4b328 vboxdrv.ko 19 1 0xffffffff81ccc000 3f6c vboxnetadp.ko - Only the usual thing after compilation :) $ VirtualBox exec: /usr/local/lib/virtualbox/VirtualBox: Permission denied so a chmod is still needed but after - virtual machines can be run So everything is OK on CURRENT Thank You for the good job *Jung-uk Kim.*