1. f998007 modprobe: when reading modules.builtin, use basenames of files from it by Denys Vlasenko · 3 years, 5 months ago
  2. 894466c uniq: support -z by Denys Vlasenko · 3 years, 6 months ago
  3. fecb169 modprobe-small: convert to new recursive_action() API by Denys Vlasenko · 4 years ago
  4. e4202df modprobe: Add support for modprobe.blacklist=module1,module2,... by Andy Shevchenko · 4 years, 1 month ago
  5. fd3c512 libbb: create and use mmap() helpers by Denys Vlasenko · 4 years ago
  6. 84d5edd help text: replace [OPTIONS] with actual options (if not too long) by Denys Vlasenko · 4 years ago
  7. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  8. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  9. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  10. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  11. 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
  12. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  13. f4fc303 tar: fix too eager autodetection, closes 11531 by Denys Vlasenko · 6 years ago
  14. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  15. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  16. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  17. 3346b4a modutils: make them NOEXEC except depmod by Denys Vlasenko · 7 years ago
  18. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  19. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  20. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  21. ae2b9f2 modutils: delete unused replace_underscores() by Denys Vlasenko · 7 years ago
  22. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  23. 4f0b540 modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686 by Denys Vlasenko · 8 years ago
  24. 0d6e3ad modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1) by Denys Vlasenko · 8 years ago
  25. 803c85a modprobe: read modules.builtin by Ben Hutchings · 8 years ago
  26. 2577348 Update depmod & modprobe upstream help text in comments by Kang-Che Sung · 8 years ago
  27. af316aa modprobe-small: define and use DEPMOD_OPT_n (option mask) by Kang-Che Sung · 8 years ago
  28. c393b1e modprobe-small: document '-n' in depmod usage by Kang-Che Sung · 8 years ago
  29. c2b1858 modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for them by Denys Vlasenko · 8 years ago
  30. 415cc42 Reorder modutils config options & fix yet more dependency by Kang-Che Sung · 8 years ago
  31. 4ae658f modutils: fix config options dependency (2) by Kang-Che Sung · 8 years ago
  32. b1d6a2c cmdline module options can be disabled on "big" modutils by Kang-Che Sung · 8 years ago
  33. 264cb01 modutils: remove redundant "select PLATFORM_LINUX" configs by Kang-Che Sung · 8 years ago
  34. fdfd716 modprobe-small: move lsmod code out of modprobe_main() by Kang-Che Sung · 8 years ago
  35. dc7637d modprobe-small: improve config help text by Denys Vlasenko · 8 years ago
  36. ca659f8 modprobe-small: fix --help texts, they are from "big" modutils by Denys Vlasenko · 8 years ago
  37. 065e988 modutils: fix config options dependency by Kang-Che Sung · 8 years ago
  38. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  39. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  40. e7b54d0 make_single_applets.sh: show errors and warnings by Denys Vlasenko · 8 years ago
  41. 6bf52b6 modprobe-small: build fixes by Denys Vlasenko · 8 years ago
  42. 80172e4 modprobe-small: optimizations for single applet build by Explorer09 · 8 years ago
  43. 9c083f5 modutils: remove special handling of uClibc by Waldemar Brodkorb · 8 years ago
  44. 1f71014 depmod: don't build it if MODPROBE_SMALL=y by Denys Vlasenko · 8 years ago
  45. 04c1a2a Make RMMOD=y by default by Denys Vlasenko · 8 years ago
  46. 3bf4d69 Make INSMOD=y by default by Denys Vlasenko · 8 years ago
  47. a1cd0d9 modprobe-small: make applets individually selectable by Denys Vlasenko · 8 years ago
  48. 326edc3 Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" by Denys Vlasenko · 8 years ago
  49. e32b64c Convert all modutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  50. 3a45b87 modutils: support finit_module syscall by Mike Frysinger · 8 years ago
  51. 5c3e060 modprobe-small: fix bogus handling of unpack errors by Denys Vlasenko · 8 years ago
  52. 015db58 randomconfig fixes by Denys Vlasenko · 8 years ago
  53. 20dd499 modprobe: skip non-.conf files only in subdirectories by Denys Vlasenko · 9 years ago
  54. 3a5cc98 modprobe: only parse files that end in .conf by Mike Frysinger · 9 years ago
  55. 196e400 modutils: fix build error with !DEPMOD by Denys Vlasenko · 9 years ago
  56. 48dc80b modutils: merge module_entry and module_info to common by Timo Teräs · 9 years ago
  57. 4c8576f modinfo: fix "-F firmware", add "intree" field display by Denys Vlasenko · 9 years ago
  58. 941e7a4 reuse a string by Denys Vlasenko · 9 years ago
  59. cd13974 rmmod: fix bad error message by Denys Vlasenko · 9 years ago
  60. 2e9a066 MODPROBE_SMALL is not experimental anymore by Denys Vlasenko · 9 years ago
  61. 8752973 modprobe: handle module arguments containing spaces by Peter Korsgaard · 9 years ago
  62. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  63. a88db5c modinfo: fix fallout from basename removal by Denys Vlasenko · 10 years ago
  64. 402afe1 modprobe-small: fix thinko in previous commit by Denys Vlasenko · 10 years ago
  65. 1fd8442 modprobe-small: if concurrent module load did not succeed, wait by Denys Vlasenko · 10 years ago
  66. 68c048f modprobe-small: fix and simplify rmmod by Denys Vlasenko · 10 years ago
  67. cc70b6f depmod: simple memory optimization by Denys Vlasenko · 10 years ago
  68. 9de69c0 modprobe: fix modprobe -r and parsing of /etc/modprobe.d by Natanael Copa · 10 years ago
  69. 76b2262 modprobe: fix "modprobe devname:snd/timer" case (alias with a slash) by Denys Vlasenko · 10 years ago
  70. e998b08 modprobe: fix recent breakage: modules.dep reading code needs to strip dirname by Denys Vlasenko · 10 years ago
  71. 1b67153 modprobe-small: code shrink by Denys Vlasenko · 10 years ago
  72. 3c75b1c modprobe-small: fix recent breakage: modprobe -r was using full path by Denys Vlasenko · 10 years ago
  73. 08364da depmod: fix recent breakage in modules.dep generation by Denys Vlasenko · 10 years ago
  74. 7885452 modprobe: revert checking for /, stop doing basename() on modprobe args by Denys Vlasenko · 10 years ago
  75. 4e314fa modprobe,rmmod: reject module names with slashes by Denys Vlasenko · 10 years ago
  76. 7d16964 modinfo: fix module parsing with kernel >= 2.6.37 by David Marchand · 10 years ago
  77. fd0640e modprobe-small: fix safe_strncpy truncating last char of module name by Denys Vlasenko · 11 years ago
  78. 07e5555 modprobe-small: (un)load all modules which match the alias, not only first one by Denys Vlasenko · 11 years ago
  79. 6116cb2 modprobe-small: remove redundant aliases from modules.dep.bb by Denys Vlasenko · 11 years ago
  80. 5fd3ddf modprobe-small: fix help messages for aliased module-related applets by Denys Vlasenko · 11 years ago
  81. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  82. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  83. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  84. 06a98e3 modprobe_small: make rmmod to NOT remove dependencies. Closes 5162 by Denys Vlasenko · 12 years ago
  85. 772f17a modinfo: match more standard module fields and fix version field by Tanguy Pruvot · 13 years ago
  86. b2d6688 modprobe-small: add comment about aliased commands' help text by Denys Vlasenko · 13 years ago
  87. 5a5db93 depmod: supply help text by Lauri Kasanen · 13 years ago
  88. 428bd2d modprobe: accept -b even if blacklist functionality is disabled by Felipe Contreras · 13 years ago
  89. b076193 modinfo: make it select PLATFORM_LINUX. Closes 4411 by Denys Vlasenko · 13 years ago
  90. d48fdde stop declariong our own dirname prototype by Denys Vlasenko · 13 years ago
  91. e12e0ac modprobe: use hash table. speeds up significantly if modprobe.dep is large by Timo Teras · 13 years ago
  92. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  93. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  94. 5dad4ae modprobe: fix "modprobe -l name-with-dash" by Denys Vlasenko · 14 years ago
  95. df7f200 modinfo: trivial optimizations by Denys Vlasenko · 14 years ago
  96. 12f44ea modinfo: show firmware and depends fields by Lauri Kasanen · 14 years ago
  97. 07cda22 fix bug 3223 (parameter loading problem for 2.4 kernels) by Denys Vlasenko · 14 years ago
  98. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  99. c5830bd modprobe/insmod: fix parameter quoting by Denys Vlasenko · 14 years ago
  100. 8ae386b revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84 by Denys Vlasenko · 14 years ago