From owner-freebsd-questions Tue Nov 21 8:30:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 20DC937B4C5 for ; Tue, 21 Nov 2000 08:30:44 -0800 (PST) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 13yGJf-000838-01; Tue, 21 Nov 2000 17:30:43 +0100 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.0/8.11.0) id eALGJer63954 for freebsd-questions@freebsd.org; Tue, 21 Nov 2000 17:19:40 +0100 (CET) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: SVR4 missing syscall Date: Tue, 21 Nov 2000 16:19:40 +0000 (UTC) Message-ID: <8ve7as$1u22$2@kemoauc.mips.inka.de> References: <14873.23011.159826.718978@hyde.lpds.sublink.org> <20001120130301.A10520@dan.emsphone.com> <14874.23121.801503.448167@hyde.lpds.sublink.org> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Walter C. Pelissero wrote: > > old.lstat is syscall #40, which is the ibcs2_xenix syscall on SCO. > > May I ask you where you got this information from? ktrace doesn't know about emulation. It always shows the name of the native FreeBSD syscall of the respective number. There's a list in /sys/kern/syscalls.c. Look for "old.lstat" there, pick out the number, then go to /sys/compat/svr4/syscalls.master. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message