From owner-freebsd-emulation@FreeBSD.ORG Sun Feb 17 16:29:44 2008 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 01FD416A41A for ; Sun, 17 Feb 2008 16:29:44 +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 B6AA813C45D for ; Sun, 17 Feb 2008 16:29:43 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 3EF0D674C63 for ; Sun, 17 Feb 2008 17:29:41 +0100 (CET) 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 hI3o3+xfXRhs for ; Sun, 17 Feb 2008 17:29:39 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 4EC1C674C4F for ; Sun, 17 Feb 2008 17:29:39 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id m1HGTcDi083041 for emulation@freebsd.org; Sun, 17 Feb 2008 17:29:38 +0100 (CET) (envelope-from rdivacky) Date: Sun, 17 Feb 2008 17:29:38 +0100 From: Roman Divacky To: emulation@freebsd.org Message-ID: <20080217162938.GA82845@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: epoll patch for review 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: Sun, 17 Feb 2008 16:29:44 -0000 hi www.vlakno.cz/~rdivacky/linux_epoll.patch patch that implements epoll() in linuxulator. its fairly trivial so I'd love to get this reviewed/commited by someone. it's basically a thin translation layer above kqueue. I tested this using http://www.vlakno.cz/~rdivacky/epoll.c it seems to work for me please take a look at it someone. I dont want it to rott and be forgotten. thank you roman p.s. this is from my Summer of Code 2007, ie. funded by Google, thnx G!