freebsd-dev/sbin/kldunload
Poul-Henning Kamp 65a311fcb2 Give kldunload a -f(orce) argument.
Add a MOD_QUIESCE event for modules.  This should return error (EBUSY)
of the module is in use.

MOD_UNLOAD should now only fail if it is impossible (as opposed to
inconvenient) to unload the module.  Valid reasons are memory references
into the module which cannot be tracked down and eliminated.

When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is
not given, MOD_QUIESCE failing will also prevent the unload.

For backwards compatibility, we treat EOPNOTSUPP from MOD_QUIESCE as
success.

Document that modules should return EOPNOTSUPP for unknown events.
2004-07-13 19:36:59 +00:00
..
kldunload.8 Give kldunload a -f(orce) argument. 2004-07-13 19:36:59 +00:00
kldunload.c Give kldunload a -f(orce) argument. 2004-07-13 19:36:59 +00:00
Makefile Make this WARNS=5 clean by adding () in 'if (a || (b && c))'. 2003-04-23 20:26:21 +00:00