From owner-freebsd-emulation Wed Jul 30 19:42:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA24872 for emulation-outgoing; Wed, 30 Jul 1997 19:42:37 -0700 (PDT) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA24864 for ; Wed, 30 Jul 1997 19:42:31 -0700 (PDT) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id VAA10713; Wed, 30 Jul 1997 21:47:03 -0500 (CDT) Received: (jlemon@localhost) by right.PCS (8.6.13/8.6.4) id VAA01806; Wed, 30 Jul 1997 21:43:19 -0500 Message-ID: <19970730214319.61060@right.PCS> Date: Wed, 30 Jul 1997 21:43:19 -0500 From: Jonathan Lemon To: Sean Eric Fagan Cc: stephen@farrell.org, emulation@FreeBSD.ORG Subject: Re: linux jdk (v1.1.1-v3 and v1.1.3-pre-v1) on 2.2-STABLE/2.2.2 References: <199707302324.QAA07729@kithrup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <199707302324.QAA07729@kithrup.com>; from Sean Eric Fagan on Jul 07, 1997 at 04:24:45PM -0700 Sender: owner-freebsd-emulation@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Jul 07, 1997 at 04:24:45PM -0700, Sean Eric Fagan wrote: > ktrace only grabs the system call number, but doesn't know anything about > emulated systems; as a result, it can't do a translation from syscall number > to any name other than BSD. Oh well, it was an idea. Besides, isn't it kdump that does the actual number -> name translation? Perhaps if ktr_header had a flag that indicated whether this was an emulated process or not, then kdump could do the correct mapping later? -- Jonathan