From owner-freebsd-current Mon Nov 2 16:59:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09807 for freebsd-current-outgoing; Mon, 2 Nov 1998 16:59:24 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from porkfriedrice.ny.genx.net (porkfriedrice.ny.genx.net [206.64.4.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09736 for ; Mon, 2 Nov 1998 16:59:01 -0800 (PST) (envelope-from bright@hotjobs.com) Received: from localhost (bright@localhost) by porkfriedrice.ny.genx.net (8.9.1/8.9.1) with ESMTP id UAA07032; Mon, 2 Nov 1998 20:01:40 -0500 (EST) (envelope-from bright@hotjobs.com) X-Authentication-Warning: porkfriedrice.ny.genx.net: bright owned process doing -bs Date: Mon, 2 Nov 1998 20:01:40 -0500 (EST) From: Alfred Perlstein X-Sender: bright@porkfriedrice.ny.genx.net To: Brian Feldman cc: Tony Finch , current@FreeBSD.ORG Subject: Re: Linux clone() In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG afaik that's what linux-ktrace does, it sees how you call the kernel function? maybe i'm wrong that it will trunc the arguments.... or perform implicit convertions to "fit" them into what the kernel says the syscall takes. meanwhile i just downloaded glibc to have a peek at it for you :) Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com -- There are operating systems, and then there's FreeBSD. -- http://www.freebsd.org/ 3.0-current On Mon, 2 Nov 1998, Brian Feldman wrote: > I don't know, but I do know I need a real Linux syscall trace, not one of > MY syscall. > > Brian Feldman > > On Mon, 2 Nov 1998, Alfred Perlstein wrote: > > > > > have you looked at linux-ktrace? it's in the ports, i don't know if it's > > functional as of yet. > > > > Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com > > -- There are operating systems, and then there's FreeBSD. > > -- http://www.freebsd.org/ 3.0-current > > > > On Mon, 2 Nov 1998, Brian Feldman wrote: > > > > > Hmmm.. okay this would be a good test. Right now I'm going thru the > > > various linuxthreads example programs.... The patch seems to be doing > > > something wrong, and I'm unable to figure out what to do, due to Linux's > > > humongously gross syscall system (so the kernel doesn't help me). It also > > > seems now I was implementing a LIBRARY function, which is just a wrapper. > > > If I could get my hands on what the real system calls' args are it would > > > be great. > > > > > > Brian Feldman > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message