freebsd-dev/share/man
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
..
man1 Use a single style for share/man/ makefiles: 2004-01-20 10:27:23 +00:00
man3 mdoc(7) fixes. 2004-07-07 19:57:16 +00:00
man4 Fix a typo that slipped in during my last commit to this file. 2004-07-12 00:45:25 +00:00
man5 Fixed markup. 2004-07-07 20:32:33 +00:00
man6 DTRT, quote parens in an extended regular expression. 2004-01-21 18:57:45 +00:00
man7 Remove the g++ include directory - it has been gone a long time 2004-07-08 17:07:30 +00:00
man8 Fixed markup. 2004-07-09 10:08:03 +00:00
man9 Give kldunload a -f(orce) argument. 2004-07-13 19:36:59 +00:00
Makefile