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