1. 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
  2. 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
  3. f998007 modprobe: when reading modules.builtin, use basenames of files from it by Denys Vlasenko · 3 years, 5 months ago
  4. e4202df modprobe: Add support for modprobe.blacklist=module1,module2,... by Andy Shevchenko · 4 years, 1 month ago
  5. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  6. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  7. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  8. f4fc303 tar: fix too eager autodetection, closes 11531 by Denys Vlasenko · 6 years ago
  9. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  10. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  11. 3346b4a modutils: make them NOEXEC except depmod by Denys Vlasenko · 7 years ago
  12. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  13. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  14. 4f0b540 modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686 by Denys Vlasenko · 8 years ago
  15. 803c85a modprobe: read modules.builtin by Ben Hutchings · 8 years ago
  16. b1d6a2c cmdline module options can be disabled on "big" modutils by Kang-Che Sung · 8 years ago
  17. 264cb01 modutils: remove redundant "select PLATFORM_LINUX" configs by Kang-Che Sung · 8 years ago
  18. a1cd0d9 modprobe-small: make applets individually selectable by Denys Vlasenko · 8 years ago
  19. e32b64c Convert all modutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  20. 20dd499 modprobe: skip non-.conf files only in subdirectories by Denys Vlasenko · 9 years ago
  21. 3a5cc98 modprobe: only parse files that end in .conf by Mike Frysinger · 9 years ago
  22. 48dc80b modutils: merge module_entry and module_info to common by Timo Teräs · 9 years ago
  23. 941e7a4 reuse a string by Denys Vlasenko · 9 years ago
  24. cd13974 rmmod: fix bad error message by Denys Vlasenko · 9 years ago
  25. 8752973 modprobe: handle module arguments containing spaces by Peter Korsgaard · 9 years ago
  26. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  27. 9de69c0 modprobe: fix modprobe -r and parsing of /etc/modprobe.d by Natanael Copa · 10 years ago
  28. 76b2262 modprobe: fix "modprobe devname:snd/timer" case (alias with a slash) by Denys Vlasenko · 10 years ago
  29. e998b08 modprobe: fix recent breakage: modules.dep reading code needs to strip dirname by Denys Vlasenko · 10 years ago
  30. 7885452 modprobe: revert checking for /, stop doing basename() on modprobe args by Denys Vlasenko · 10 years ago
  31. 4e314fa modprobe,rmmod: reject module names with slashes by Denys Vlasenko · 10 years ago
  32. 5fd3ddf modprobe-small: fix help messages for aliased module-related applets by Denys Vlasenko · 11 years ago
  33. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  34. 428bd2d modprobe: accept -b even if blacklist functionality is disabled by Felipe Contreras · 13 years ago
  35. e12e0ac modprobe: use hash table. speeds up significantly if modprobe.dep is large by Timo Teras · 13 years ago
  36. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  37. 5dad4ae modprobe: fix "modprobe -l name-with-dash" by Denys Vlasenko · 14 years ago
  38. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  39. c5830bd modprobe/insmod: fix parameter quoting by Denys Vlasenko · 14 years ago
  40. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  41. 8578196 modprobe: add -D option (synonym of --show-depends) by Serj Kalichev · 14 years ago
  42. e4e911e modprobe: add support for --show-depends by Serj Kalichev · 14 years ago
  43. c15613c modutils/*: move applet bits into corresponding *.c files by Denys Vlasenko · 14 years ago
  44. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  45. a48a29f Modprobe: Make -l open the right file by Lauri Kasanen · 14 years ago
  46. b82b34e modprobe: add support for -l and -s. Remove some unsupported options by Pascal Bellard · 15 years ago
  47. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  48. 197202d modprobe: remove 2k limit on /proc/cmdline by Denys Vlasenko · 15 years ago
  49. 3e26d4f modprobe: pick up module options from /proc/cmdline too by Denys Vlasenko · 15 years ago
  50. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  51. da879ec modprobe: protect against possible SEGV by Denys Vlasenko · 15 years ago
  52. 725b5a3 modprobe: it's not an error if module is already loaded. Closes bug 833 by Denys Vlasenko · 15 years ago
  53. ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
  54. 5da42fc modprobe: treat tabs in modules.dep as delimiters too. closes bug 567 by Denys Vlasenko · 15 years ago
  55. 7eaf58d modprobe: do not use ->probed_name blidly by Denys Vlasenko · 15 years ago
  56. ee47f6e modprobe: correct exitcode handling and error messages with respect to -q by Denys Vlasenko · 15 years ago
  57. f3cbfc0 modprobe: fix more bugs in modprobe -r by Denys Vlasenko · 16 years ago
  58. 140def8 modprobe: fix modprobe -r. closes bug 315 by Denys Vlasenko · 16 years ago
  59. 1e12ae9 modprobe: add comment about expected modules.dep format by Mike Frysinger · 16 years ago
  60. 00ffaea modprobe: add more useful debug points by Mike Frysinger · 16 years ago
  61. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  62. a6b6f05 further work on modprobe by Denis Vlasenko · 16 years ago
  63. 0e2f362 modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi) by Denis Vlasenko · 16 years ago
  64. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  65. 54d1005 *: tweak error messages by Denis Vlasenko · 16 years ago
  66. bb26db4 modprobe: fix a segfault when modprobe is called with no arguments at all by Denis Vlasenko · 16 years ago
  67. ba1315d modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> by Denis Vlasenko · 16 years ago
  68. 9ddc004 modprobe: semi-trivial code shrink by Denis Vlasenko · 16 years ago
  69. 855ff6f modprobe: use buffering line reads (fgets) instead of reads(). by Denis Vlasenko · 16 years ago
  70. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  71. e1ee48e modprobe: support for /etc/modprobe.d, by Timo Teras. by Denis Vlasenko · 16 years ago
  72. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  73. 8124a96 mdoprobe: fix SEGV bug (by Vlad Dronnikov) by Denis Vlasenko · 16 years ago
  74. f45c4f4 whitespace and comment fixes, no code changes by Denis Vlasenko · 16 years ago
  75. e0fd13e - shrink modprobe a little bit (~-40 bytes). ACKed by Yann. by Bernhard Reutner-Fischer · 17 years ago
  76. db508e3 - fix overflow; improve documentation while at it by Bernhard Reutner-Fischer · 17 years ago
  77. b85fb69 - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. by Bernhard Reutner-Fischer · 17 years ago
  78. ae84b11 modprobe: fix for blacklisting by Denis Vlasenko · 17 years ago
  79. 9ddc8d5 modprobe: optional "blacklist" command support (by Natanael Copa) by Denis Vlasenko · 17 years ago
  80. c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
  81. e7fca51 *: remove superfluous "?" in option parsing by Denis Vlasenko · 17 years ago
  82. cb12cb2 modprobe: fix a bug where we were entering endless loop by Denis Vlasenko · 17 years ago
  83. b68979a insmod: code shrink, stop exporting insmod_ng_main. by Denis Vlasenko · 17 years ago
  84. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  85. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  86. f848305 modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols by Denis Vlasenko · 17 years ago
  87. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  88. d67cef2 hush: fix read builtin to not read ahead past eol and to not use by Denis Vlasenko · 17 years ago
  89. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  90. ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
  91. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 18 years ago
  92. ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
  93. 4423e5b /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modules are 2.4.x and older files by Mike Frysinger · 18 years ago
  94. c5d9e8f touchup style; no functional changes by Mike Frysinger · 18 years ago
  95. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  96. 322661d preparatory patch for -Wwrite-strings #6 by Denis Vlasenko · 18 years ago
  97. cf70433 modprobe: reformat to match bbox style by Denis Vlasenko · 18 years ago
  98. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  99. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  100. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago