From owner-freebsd-questions Mon Apr 15 12:54:47 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29223 for questions-outgoing; Mon, 15 Apr 1996 12:54:47 -0700 (PDT) Received: from kithrup.com (kithrup.com [205.179.156.40]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA29217 for ; Mon, 15 Apr 1996 12:54:39 -0700 (PDT) Received: (from sef@localhost) by kithrup.com (8.6.8/8.6.6) id MAA07348; Mon, 15 Apr 1996 12:54:36 -0700 Date: Mon, 15 Apr 1996 12:54:36 -0700 From: Sean Eric Fagan Message-Id: <199604151954.MAA07348@kithrup.com> To: Harlan.Stenn@pfcs.com, terry@lambert.org Subject: Re: "truss" clone for FreeBSD? Cc: freebsd-questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Woah! >Sean Eric Fagan has implemented a working "truss" that doesn't >require all of the "dump file/undump file" crap. Proof-of-concept working; it didn't do a lot that it would need to do. (Admittedly, most of what needed to be added was just bells-and-whistles, but some of it was absolutely necessary.) And since it requires kernel changes, and procfs changes, that are not yet ready, it's not available. I've been working on the dos emulation support the past week, instead of the procfs stuff I'd expected. (But the procfs is a largish project, and I am taking my time to make sure I do it as close to right as possible. I doubt it'll be in 2.2, but it should be available shortly thereafter. Meanwhile, hopefully the dos emulation *will* be in 2.2.) Sean.