- e32b64c Convert all modutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 3a45b87 modutils: support finit_module syscall by Mike Frysinger · 8 years ago
- 5c3e060 modprobe-small: fix bogus handling of unpack errors by Denys Vlasenko · 8 years ago
- 015db58 randomconfig fixes by Denys Vlasenko · 8 years ago
- 20dd499 modprobe: skip non-.conf files only in subdirectories by Denys Vlasenko · 9 years ago
- 3a5cc98 modprobe: only parse files that end in .conf by Mike Frysinger · 9 years ago
- 196e400 modutils: fix build error with !DEPMOD by Denys Vlasenko · 9 years ago
- 48dc80b modutils: merge module_entry and module_info to common by Timo Teräs · 9 years ago
- 4c8576f modinfo: fix "-F firmware", add "intree" field display by Denys Vlasenko · 9 years ago
- 941e7a4 reuse a string by Denys Vlasenko · 9 years ago
- cd13974 rmmod: fix bad error message by Denys Vlasenko · 9 years ago
- 2e9a066 MODPROBE_SMALL is not experimental anymore by Denys Vlasenko · 9 years ago
- 8752973 modprobe: handle module arguments containing spaces by Peter Korsgaard · 9 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- a88db5c modinfo: fix fallout from basename removal by Denys Vlasenko · 10 years ago
- 402afe1 modprobe-small: fix thinko in previous commit by Denys Vlasenko · 10 years ago
- 1fd8442 modprobe-small: if concurrent module load did not succeed, wait by Denys Vlasenko · 10 years ago
- 68c048f modprobe-small: fix and simplify rmmod by Denys Vlasenko · 10 years ago
- cc70b6f depmod: simple memory optimization by Denys Vlasenko · 10 years ago
- 9de69c0 modprobe: fix modprobe -r and parsing of /etc/modprobe.d by Natanael Copa · 10 years ago
- 76b2262 modprobe: fix "modprobe devname:snd/timer" case (alias with a slash) by Denys Vlasenko · 10 years ago
- e998b08 modprobe: fix recent breakage: modules.dep reading code needs to strip dirname by Denys Vlasenko · 10 years ago
- 1b67153 modprobe-small: code shrink by Denys Vlasenko · 10 years ago
- 3c75b1c modprobe-small: fix recent breakage: modprobe -r was using full path by Denys Vlasenko · 10 years ago
- 08364da depmod: fix recent breakage in modules.dep generation by Denys Vlasenko · 10 years ago
- 7885452 modprobe: revert checking for /, stop doing basename() on modprobe args by Denys Vlasenko · 10 years ago
- 4e314fa modprobe,rmmod: reject module names with slashes by Denys Vlasenko · 10 years ago
- 7d16964 modinfo: fix module parsing with kernel >= 2.6.37 by David Marchand · 10 years ago
- fd0640e modprobe-small: fix safe_strncpy truncating last char of module name by Denys Vlasenko · 11 years ago
- 07e5555 modprobe-small: (un)load all modules which match the alias, not only first one by Denys Vlasenko · 11 years ago
- 6116cb2 modprobe-small: remove redundant aliases from modules.dep.bb by Denys Vlasenko · 11 years ago
- 5fd3ddf modprobe-small: fix help messages for aliased module-related applets by Denys Vlasenko · 11 years ago
- 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
- 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
- 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 06a98e3 modprobe_small: make rmmod to NOT remove dependencies. Closes 5162 by Denys Vlasenko · 12 years ago
- 772f17a modinfo: match more standard module fields and fix version field by Tanguy Pruvot · 13 years ago
- b2d6688 modprobe-small: add comment about aliased commands' help text by Denys Vlasenko · 13 years ago
- 5a5db93 depmod: supply help text by Lauri Kasanen · 13 years ago
- 428bd2d modprobe: accept -b even if blacklist functionality is disabled by Felipe Contreras · 13 years ago
- b076193 modinfo: make it select PLATFORM_LINUX. Closes 4411 by Denys Vlasenko · 13 years ago
- d48fdde stop declariong our own dirname prototype by Denys Vlasenko · 13 years ago
- e12e0ac modprobe: use hash table. speeds up significantly if modprobe.dep is large by Timo Teras · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
- 5dad4ae modprobe: fix "modprobe -l name-with-dash" by Denys Vlasenko · 14 years ago
- df7f200 modinfo: trivial optimizations by Denys Vlasenko · 14 years ago
- 12f44ea modinfo: show firmware and depends fields by Lauri Kasanen · 14 years ago
- 07cda22 fix bug 3223 (parameter loading problem for 2.4 kernels) by Denys Vlasenko · 14 years ago
- b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
- c5830bd modprobe/insmod: fix parameter quoting by Denys Vlasenko · 14 years ago
- 8ae386b revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84 by Denys Vlasenko · 14 years ago
- b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
- 094cc51 insmod: check for module read errors by Denys Vlasenko · 14 years ago
- 5a163b2 lsmod: fox unsafe usage of strlen() - 1 by Denys Vlasenko · 14 years ago
- e9d12b5 modprobe-small: support compressed modules in insmod by Denys Vlasenko · 14 years ago
- 8578196 modprobe: add -D option (synonym of --show-depends) by Serj Kalichev · 14 years ago
- e4e911e modprobe: add support for --show-depends by Serj Kalichev · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- cadf901 depmod: accept and ignore -u, -q, -C FILE by Pascal Bellard · 14 years ago
- 1a5e11c modutils/*: move help bits into corresponding .c files by Denys Vlasenko · 14 years ago
- c15613c modutils/*: move applet bits into corresponding *.c files by Denys Vlasenko · 14 years ago
- 3b2acb7 tweak help text by Denys Vlasenko · 14 years ago
- 5b3151c modprobe-simple; do not error out on "rmmod module" if module is unloaded ok by Denys Vlasenko · 14 years ago
- 7dd61e3 *: s/perror/bb_simple_perror_msg/g by Marek Polacek · 14 years ago
- 1cd0d86 modutils: explain why we no longer quote params by Denys Vlasenko · 14 years ago
- 1396221 insmod: Do not add a pair of "" around the arguments of the module. by Carmelo AMOROSO · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 58662f2 modutils: Add support for NDS32 architecture. by Macpaul Lin · 14 years ago
- 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
- 4cab7f3 depmod: generate "new-style" modules.dep with relative paths. by Denys Vlasenko · 14 years ago
- a48a29f Modprobe: Make -l open the right file by Lauri Kasanen · 14 years ago
- 1b14cdb modinfo: support relative paths in modules.dep by Lauri Kasanen · 14 years ago
- f646400 modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILE by Lauri Kasanen · 14 years ago
- b87c17c *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway by Denys Vlasenko · 14 years ago
- 7fdf5a8 modinfo: needs modutils.o by Denys Vlasenko · 15 years ago
- d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
- b82b34e modprobe: add support for -l and -s. Remove some unsupported options by Pascal Bellard · 15 years ago
- 22bdf90 modinfo: new applet by Pascal Bellard · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
- ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
- 8597da1 modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modules by Ralf Rösch · 15 years ago
- 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
- 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
- 197202d modprobe: remove 2k limit on /proc/cmdline by Denys Vlasenko · 15 years ago
- 3e26d4f modprobe: pick up module options from /proc/cmdline too by Denys Vlasenko · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- e17764c further work on unicodization by Denys Vlasenko · 15 years ago
- 083e172 style fixes, no code changes by Denys Vlasenko · 15 years ago
- 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
- da879ec modprobe: protect against possible SEGV by Denys Vlasenko · 15 years ago
- 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
- 725b5a3 modprobe: it's not an error if module is already loaded. Closes bug 833 by Denys Vlasenko · 15 years ago
- 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
- a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
- ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
- f8a73bf lsmod: beautify. no code changes by Denys Vlasenko · 15 years ago
- d31a879 lsmod: unicode-aware column formatting by Tomas Heinrich · 15 years ago
- 77c066e modutils: add FEATURE_INSMOD_TRY_MMAP option by Denys Vlasenko · 15 years ago