busybox/modutils
Denys Vlasenko cd13974b20 rmmod: fix bad error message
Before:

    ># busybox_old rmmod gtrhfhdfghdf
    rmmod: can't unload 'gtrhfhdfghdf': unknown symbol in module, or unknown parameter

    After:

    ># busybox rmmod gtrhfhdfghdf
    rmmod: can't unload module 'gtrhfhdfghdf': No such file or directory

function                                             old     new   delta
modprobe_main                                        726     721      -5
do_modprobe                                          599     590      -9
rmmod_main                                           187     169     -18
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-32)             Total: -32 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-10-24 04:17:04 +02:00
..
Config.src MODPROBE_SMALL is not experimental anymore 2015-10-24 04:13:16 +02:00
depmod_process.sh depmod: fix handling of .gz modules 2009-05-18 13:08:04 +02:00
depmod.c libbb: introduce and use is_prefixed_with() 2015-03-12 17:48:34 +01:00
insmod.c modprobe-small: fix help messages for aliased module-related applets 2014-04-19 15:04:39 +02:00
Kbuild.src *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
lsmod.c mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo 2011-01-18 13:58:01 +01:00
modinfo.c libbb: introduce and use is_prefixed_with() 2015-03-12 17:48:34 +01:00
modprobe-small.c libbb: introduce and use is_prefixed_with() 2015-03-12 17:48:34 +01:00
modprobe.c rmmod: fix bad error message 2015-10-24 04:17:04 +02:00
modutils-24.c libbb: introduce and use is_prefixed_with() 2015-03-12 17:48:34 +01:00
modutils.c rmmod: fix bad error message 2015-10-24 04:17:04 +02:00
modutils.h modprobe/insmod: fix parameter quoting 2011-02-02 00:01:07 +01:00
rmmod.c rmmod: fix bad error message 2015-10-24 04:17:04 +02:00