From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 9 05:44:18 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDAA4967 for ; Thu, 9 Jan 2014 05:44:18 +0000 (UTC) Received: from rack.patpro.net (rack.patpro.net [193.30.227.216]) by mx1.freebsd.org (Postfix) with ESMTP id 16BD41DA7 for ; Thu, 9 Jan 2014 05:44:17 +0000 (UTC) Received: from [192.168.0.2] (boleskine.patpro.net [82.230.142.222]) by rack.patpro.net (Postfix) with ESMTPSA id 7B8D8D81; Thu, 9 Jan 2014 06:44:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=patpro.net; s=patpro; t=1389246247; bh=xabPvhqLUqmEKk2lNzICOEmmUV+DtZzzanQ/v6H0xsc=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=fZtvLWaU8Gt5J7amhWI+MwSnbW5mrcZF7gEjcJznK6242F+q4zVRsaMqMfrxB4Sa3 2H0ax6N2npavsuKSBhZL2u5A0kx8NfUy0japvZeSy0Lt0T+god4SDXEFPKxmUW8Cr3 NPE+LWomBNgj6vJ9ZITD8OD7TXkWiRWYqMfLEYDo= Subject: Re: linux epoll syscall on 10.0-RC4 Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Patrick Proniewski In-Reply-To: <52CE0553.3080003@rawbw.com> Date: Thu, 9 Jan 2014 06:44:07 +0100 Content-Transfer-Encoding: 7bit Message-Id: <35D88044-DF79-4BD7-86A7-F639F9050551@patpro.net> References: <697B4C3E-4835-418F-A562-2F2CFD767F2A@patpro.net> <52CE0553.3080003@rawbw.com> To: Yuri X-Mailer: Apple Mail (2.1085) Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 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 Jan 2014 05:44:19 -0000 On 09 janv. 2014, at 03:11, Yuri wrote: > On 01/04/2014 11:24, Patrick Proniewski wrote: >> Any info about epoll support on 10.0 ? > > I have the working version, will get it to be checked in soon. That's great news, thank you very much for the reply! Patrick