From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 20 11:40:00 2007 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEA0716A418 for ; Fri, 20 Jul 2007 11:40:00 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 685B413C480 for ; Fri, 20 Jul 2007 11:40:00 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id CB4258C0196 for ; Fri, 20 Jul 2007 13:39:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Os5Ym3G0NtJx for ; Fri, 20 Jul 2007 13:39:57 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id B67908C0193 for ; Fri, 20 Jul 2007 13:39:57 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l6KBdv5Z038492 for emulation@freebsd.org; Fri, 20 Jul 2007 13:39:57 +0200 (CEST) (envelope-from rdivacky) Date: Fri, 20 Jul 2007 13:39:57 +0200 From: Roman Divacky To: emulation@freebsd.org Message-ID: <20070720113957.GA38359@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: [PATCH]: linux epoll syscalls 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: Fri, 20 Jul 2007 11:40:00 -0000 hi I implemented linux epoll syscalls. I have very limited ways to test this because of problems with LTP (I think its unrelated to epoll syscalls itself). the patch is here: www.vlakno.cz/~rdivacky/linux_epoll.patch please test it "somehow". I used my testing program: www.vlakno.cz/~rdivacky/epoll.c which is very limiting testing but still better than nothing. if you know of any program that uses epoll please try to run that in linuxulator with this patch. thank you roman