From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 9 06:22:28 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0565B1065676 for ; Thu, 9 Jul 2009 06:22:28 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id C47F58FC13 for ; Thu, 9 Jul 2009 06:22:27 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 51F967E818; Wed, 8 Jul 2009 22:05:30 -0800 (AKDT) From: Mel Flynn To: freebsd-emulation@freebsd.org Date: Wed, 8 Jul 2009 22:05:28 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <91942330@ipt.ru> In-Reply-To: <91942330@ipt.ru> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907082205.29119.mel.flynn+fbsd.current@mailing.thruhere.net> Cc: Subject: Re: HEADSUP: the default linux base and infrastructure ports has been changed to Fedora 10 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 09 Jul 2009 06:22:28 -0000 On Friday 26 June 2009 09:08:53 Boris Samorodov wrote: > the day of changing a default linux base and infrastructure ports > has happened. For a long time we used to have default linux_base-fc4 > and Fedora Core 4 infrastructure ports. It's too old now and has > some security issues which won't be addressed. Now we have all > needed changes at the base system and we have switched defaults > to Fedora 10 ports. > 4. Remove any OVERRIDE_LINUX_* lines from /etc/make.conf > and ensure that you have compat.linux.osrelease=2.6.16. Does this mean epoll(4) is now implemented? I've got a few people begging me to play regnum online, yet this is the first hurdle I keep stumbling in to. According to http://linux.die.net/man/4/epoll epoll should be in 2.6.x. Since this is basically a kqueue/kevent reimplementation, I was initially surprised to see the "not implemented" notification. -- Mel