Displaying 5 results from an estimated 5 matches for "modunloading".
2006 Jul 07
2
Probe ID changes
...ksyms_close return
68866        fbt             ksyms                        ksyms_read entry
68867        fbt             ksyms                        ksyms_read return
...
I kind of assumed that this happens when modules are loaded and 
unloaded.  I was attempted to prove this by modunloading something, but 
I couldn''t find any that weren''t busy, so I just did a "modunload -i 0" 
and unloaded all of the auto loaded modules that I could..
When the modunload completed, a fresh "dtrace -l", too my surprise, 
instead of having holes, was now completely...
2006 Oct 31
0
4988141 modunload(1M) can race with di_ioctl(DINFOLODRV)
Author: cth
Repository: /hg/zfs-crypto/gate
Revision: fbe522b794de2e79f3275980ba899d96a35e1f2e
Log message:
4988141 modunload(1M) can race with di_ioctl(DINFOLODRV)
Files:
	update: usr/src/uts/common/os/modctl.c
	update: usr/src/uts/common/sys/modctl.h
2003 Aug 06
2
statically compiled files left over after a 'make world'
Hello,
I recently did a 'make world' to update my base system due to the realpath
bug. After that finished, I noticed that I still had the following
statically compiled binaries laying around that did not get updated during
a 'make world'. I track 4-STABLE.
/usr/bin/miniperl
/sbin/mount_kernfs
/sbin/mount_devfs
/sbin/modunload
/sbin/modload
/sbin/ft
/stand/boot_crunch
/stand/find
2005 Aug 22
3
dtrace''ing at module unload time
Hi,
    I am trying to trace some functions that are executed at detach time, and it seems that just
having dtrace around to instrument the module is causing a short circuit, whereas modunload will
return (device busy).  I understand that this makes sense, but how can I get around this if I
want to trace stuff at detach time?
   Thanks,
   --S
2005 Dec 14
2
format(1M) quits if there are pools on disks and no zfs module
Hi.
       While submitting SDR-0149 on ZFS bug I encountered problem with
 format utility. This is v240 with snv_29 with internal disks. On s0 slices
 there is zfs pool (which is not imported). I did unload zfs modules then
 moved zfs driver and run format. Now format quits just because there''s no
 zfs module (and not even one zfs pool is imported). It shouldn''t behave
 that