From owner-freebsd-current@FreeBSD.ORG Thu Jan 25 14:35:22 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8AAB816A402; Thu, 25 Jan 2007 14:35:22 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mx1.stack.nl (meestal.stack.nl [131.155.140.141]) by mx1.freebsd.org (Postfix) with ESMTP id 4EA5D13C467; Thu, 25 Jan 2007 14:35:22 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131]) by mx1.stack.nl (Postfix) with ESMTP id 45DFE4AE71; Thu, 25 Jan 2007 15:18:17 +0100 (CET) Received: by snail.stack.nl (Postfix, from userid 1677) id 2984422890; Thu, 25 Jan 2007 15:18:17 +0100 (CET) Date: Thu, 25 Jan 2007 15:18:17 +0100 From: Jilles Tjoelker To: Robert Watson Message-ID: <20070125141816.GA73998@stack.nl> References: <20070120170723.34c223fb@Magellan.Leidinger.net> <20070122184807.GA26839@home.c0mplx.org> <20070122213039.GA51752@stud.fit.vutbr.cz> <20070122231754.A17361@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070122231754.A17361@fledge.watson.org> X-Operating-System: FreeBSD 5.5-RELEASE-p1 i386 User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Divacky Roman , Kurt Jaeger , freebsd-current@freebsd.org Subject: Re: CFT/HEADS-UP: linux 2.6.16 emulation X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 14:35:22 -0000 On Mon, Jan 22, 2007 at 11:18:37PM +0000, Robert Watson wrote: > >just try to kldunload linux module and if that doesnt succeed look at your > >ps ax output for suspicous programs (acroread, skype etc.) > This might well be something useful to add though -- an ABI name exported > via kinfo_proc or such. It would also be useful for telling whether > processes are 32-bit or 64-bit native processes, etc. The /proc//etype file shows this, for example % cat /proc/$$/etype FreeBSD ELF32 You need procfs mounted which is undesirable. The code is in /sys/fs/procfs/procfs_type.c by the way. -- Jilles Tjoelker