From owner-freebsd-emulation Thu Oct 1 06:03:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13951 for freebsd-emulation-outgoing; Thu, 1 Oct 1998 06:03:30 -0700 (PDT) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from cons.org (knight.cons.org [194.233.237.86]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13946 for ; Thu, 1 Oct 1998 06:03:28 -0700 (PDT) (envelope-from cracauer@cons.org) Received: (from cracauer@localhost) by cons.org (8.8.8/8.7.3) id PAA07294 for freebsd-emulation@freebsd.org; Thu, 1 Oct 1998 15:03:11 +0200 (CEST) Message-ID: <19981001150310.A7259@cons.org> Date: Thu, 1 Oct 1998 15:03:10 +0200 From: Martin Cracauer To: freebsd-emulation@FreeBSD.ORG Subject: Linux /proc/*/maps emulation Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Moinmoin, I have a Linux application (Franz Allegro Common Lisp 5.0) that needs /proc/*/maps Output from sshd on Linux-2.1.119: /proc/168(oskar)19% cat maps 08048000-08076000 r-xp 00000000 08:02 81595 /usr/local/sbin/sshd1 08076000-08079000 rw-p 0002d000 08:02 81595 /usr/local/sbin/sshd1 08079000-08082000 rwxp 00000000 00:00 0 40000000-40006000 r-xp 00000000 08:02 4074 /lib/ld-linux.so.1 40006000-40007000 rw-p 00005000 08:02 4074 /lib/ld-linux.so.1 40007000-40008000 rw-p 00000000 00:00 0 4000a000-4008c000 r-xp 00000000 08:02 4078 /lib/libc.so.5.4.33 4008c000-40092000 rw-p 00081000 08:02 4078 /lib/libc.so.5.4.33 40092000-400c5000 rw-p 00000000 00:00 0 bfffd000-c0000000 rwxp ffffe000 00:00 0 If I'm not mistaken, this is just a list of mmaped' segments provided by the linker. I don't know enough about linking to proceed. It's a fifo, but I don't know what is connected to the other end. The kernel - why? ld.so? If so, why can Linux ld.so work in FreeBSD's Linux emulation that has no procfs/*/maps I'd welcome hints how to proceed. Thanks Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 Paper: (private) Waldstrasse 200, 22846 Norderstedt, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message