NetBSD/sbin/modstat
jnemeth 942121f54c Add -A, -a, and -e options to modstat(8) along with kernel
changes required to support these options.  The -e option was
requested by martin@ in private chat in order to make writing tests
easier (i.e. don't bother testing MODULAR functionaility if it
doesn't exist).  While there, I added -A and -a since those were
quite similar.

     -A      Tells you whether or not modules can be autoloaded at the moment.
             This option does take into consideration the sysctl
             kern.module.autoload.

     -a      Tells you whether or not modules can be autoloaded at the moment.
             This option does not take into consideration the sysctl
             kern.module.autoload.

     -e      Tells you whether or not you may load a module at the moment.
2012-08-07 01:19:05 +00:00
..
Makefile Add rump client support for module utilities. It should be noted 2010-12-13 20:48:44 +00:00
main.c Add -A, -a, and -e options to modstat(8) along with kernel 2012-08-07 01:19:05 +00:00
modstat.8 Add -A, -a, and -e options to modstat(8) along with kernel 2012-08-07 01:19:05 +00:00
modstat_hostops.c Add rump client support for module utilities. It should be noted 2010-12-13 20:48:44 +00:00
modstat_rumpops.c Add rump client support for module utilities. It should be noted 2010-12-13 20:48:44 +00:00
prog_ops.h use crunchops for crunchables 2010-12-13 21:48:01 +00:00