From owner-freebsd-java Thu May 2 12:23:54 2002 Delivered-To: freebsd-java@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id 6BB3037B41A for ; Thu, 2 May 2002 12:23:49 -0700 (PDT) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 173MB9-00006t-00; Thu, 02 May 2002 13:23:47 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g42JNYX69821; Fri, 3 May 2002 04:53:34 +0930 (CST) (envelope-from glewis) Date: Fri, 3 May 2002 04:53:34 +0930 From: Greg Lewis To: Stephan Thesing Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK1.3.1p6 and NetBSD-current Message-ID: <20020503045334.A69790@misty.eyesbeyond.com> References: <200205021322.g42DMcr12437@gargoyle.cs.uni-sb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205021322.g42DMcr12437@gargoyle.cs.uni-sb.de>; from thesing@cs.uni-sb.de on Thu, May 02, 2002 at 03:22:38PM +0200 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, May 02, 2002 at 03:22:38PM +0200, Stephan Thesing wrote: > having played with patchset 6 on NetBSD/i386-1.5ZC (current), I have observed > some problems: [Problems snipped] > Attached is a patch that seems to work on NetBSD/i386-current so far that I can > use the java plugin and appletviewer. > It replaces the argument to dlsym() for sigprocmask(), replaces the > gethostent() et.al. calls to > appropriate replacements and changes the place where the FPU control word is > saved/restored from in the sigsetjmp/siglongjmp() frame to 11 (which seems to > be free at the moment). > > No attempt was made to make this work for NetBSD<1.4, which seems to be no > longer actively supported anyhow. > > Could someone please look at this and comment on its usefulness? Fantastic! Thanks Stephan! I'm going to try out these patches on NetBSD 1.5.2 as I was (as luck may have it) just getting it set up to look into the gethostent(). Looks like you have saved me some work. Note that the JDK isn't expect to support NetBSD < 1.4, so that is not a problem. In fact, I don't believe its been tried on NetBSD less than 1.5 (or if it has I haven't heard a report). The usual aim is the most recent stable version, but if it works with current as well, then that is an added bonus :). I'll definitely let you know if I have any feedback on the patches after some testing. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message