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/<pid>/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 TjoelkerReceived on Thu Jan 25 2007 - 13:35:22 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:05 UTC