From owner-freebsd-java Fri Sep 15 11:34:36 2000 Delivered-To: freebsd-java@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id ADE5437B422; Fri, 15 Sep 2000 11:34:31 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id OAA15679; Fri, 15 Sep 2000 14:34:29 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.0/8.9.1) id e8FIYTx53481; Fri, 15 Sep 2000 14:34:29 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 15 Sep 2000 14:34:29 -0400 (EDT) To: Gerald Pfeifer Cc: freebsd-emulation@freebsd.org, freebsd-java@freebsd.org Subject: Re: IBM JDK 1.3 now working (pointer to patches) In-Reply-To: References: <14783.55339.269170.481033@grasshopper.cs.duke.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14786.27119.307209.768848@grasshopper.cs.duke.edu> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As promised, here's a new diff for 4.0-release: http://www.cs.duke.edu/~gallatin/linux_sa_siginfo/4.0-release.diff And a new diff to the pre-smpng -current: http://www.cs.duke.edu/~gallatin/linux_sa_siginfo/diff As for -stable -- Sean O'Connell took care of that yesterday. The 4.0-release diff should (almost) apply to -stable. I don't have an up-to-date -stable tree laying around & I don't have time to make -stable diff right now. I obtained this diff by applying the patches that Sean O'Connell posted yesterday (thanks Sean) and cleaning up 2 rejects. Both have a change in that rather than hitting the thread stack problem over the head by changing the map flag to MAP_ANON from MAP_STACK, I'm now detecting the allocation of a thread stack in the region typically reserved for the main process stack and adjusting vm_maxsaddr to reflect the current stacksize resource limit. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message