From owner-freebsd-emulation@FreeBSD.ORG Fri Mar 9 18:25:42 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B84A916A401; Fri, 9 Mar 2007 18:25:42 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.176.14]) by mx1.freebsd.org (Postfix) with ESMTP id 4859113C48E; Fri, 9 Mar 2007 18:25:42 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.8/8.13.7) with ESMTP id l29IPecL085247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Mar 2007 19:25:40 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.8/8.13.3/Submit) id l29IPe7u085246; Fri, 9 Mar 2007 19:25:40 +0100 (CET) Date: Fri, 9 Mar 2007 19:25:40 +0100 From: Divacky Roman To: Jung-uk Kim Message-ID: <20070309182540.GA85099@stud.fit.vutbr.cz> References: <45C46416.3020406@melbpc.org.au> <20070309105622.cn1tpp1crw4gsw4g@webmail.leidinger.net> <20070309102300.GA31784@stud.fit.vutbr.cz> <200703091218.39593.jkim@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703091218.39593.jkim@FreeBSD.org> User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.57 on 147.229.176.14 Cc: Alexander Leidinger , freebsd-emulation@FreeBSD.org, kpeter@melbpc.org.au Subject: Re: linux-2.6.16 emulation: linux-sun-jdk1.6.0 program problem 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, 09 Mar 2007 18:25:42 -0000 On Fri, Mar 09, 2007 at 12:18:28PM -0500, Jung-uk Kim wrote: > On Friday 09 March 2007 05:23 am, Divacky Roman wrote: > > > >3. Running ftpserver (java application) displays a GUI window > > > > but terminates abruptly when the server is started (syscall > > > > epoll_create not implemented). > > > > > > epoll* is not implemented. So this is expected (and gives more > > > priority to epoll). > > > > I dont understand why it should use epoll only with 2.6. Epoll has > > been around for some 5 years now... > > I guess Sun didn't think so. Check out: ah.. that explains it.. this just means we (I :) ) have to implement epoll...