1. 46c8a90 Rebase Cradlepoint changes over busybox v1.36.0 by tarun.kundu · 1 year, 10 months ago cp-main
  2. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  3. fecb169 modprobe-small: convert to new recursive_action() API by Denys Vlasenko · 4 years ago
  4. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  5. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  6. 3346b4a modutils: make them NOEXEC except depmod by Denys Vlasenko · 7 years ago
  7. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  8. 0d6e3ad modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1) by Denys Vlasenko · 8 years ago
  9. 2577348 Update depmod & modprobe upstream help text in comments by Kang-Che Sung · 8 years ago
  10. af316aa modprobe-small: define and use DEPMOD_OPT_n (option mask) by Kang-Che Sung · 8 years ago
  11. c393b1e modprobe-small: document '-n' in depmod usage by Kang-Che Sung · 8 years ago
  12. c2b1858 modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for them by Denys Vlasenko · 8 years ago
  13. 415cc42 Reorder modutils config options & fix yet more dependency by Kang-Che Sung · 8 years ago
  14. 4ae658f modutils: fix config options dependency (2) by Kang-Che Sung · 8 years ago
  15. b1d6a2c cmdline module options can be disabled on "big" modutils by Kang-Che Sung · 8 years ago
  16. fdfd716 modprobe-small: move lsmod code out of modprobe_main() by Kang-Che Sung · 8 years ago
  17. ca659f8 modprobe-small: fix --help texts, they are from "big" modutils by Denys Vlasenko · 8 years ago
  18. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  19. e7b54d0 make_single_applets.sh: show errors and warnings by Denys Vlasenko · 8 years ago
  20. 6bf52b6 modprobe-small: build fixes by Denys Vlasenko · 8 years ago
  21. 80172e4 modprobe-small: optimizations for single applet build by Explorer09 · 8 years ago
  22. 9c083f5 modutils: remove special handling of uClibc by Waldemar Brodkorb · 8 years ago
  23. a1cd0d9 modprobe-small: make applets individually selectable by Denys Vlasenko · 8 years ago
  24. 326edc3 Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" by Denys Vlasenko · 8 years ago
  25. e32b64c Convert all modutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  26. 3a45b87 modutils: support finit_module syscall by Mike Frysinger · 8 years ago
  27. 5c3e060 modprobe-small: fix bogus handling of unpack errors by Denys Vlasenko · 8 years ago
  28. 015db58 randomconfig fixes by Denys Vlasenko · 8 years ago
  29. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  30. 402afe1 modprobe-small: fix thinko in previous commit by Denys Vlasenko · 10 years ago
  31. 1fd8442 modprobe-small: if concurrent module load did not succeed, wait by Denys Vlasenko · 10 years ago
  32. 68c048f modprobe-small: fix and simplify rmmod by Denys Vlasenko · 10 years ago
  33. 1b67153 modprobe-small: code shrink by Denys Vlasenko · 10 years ago
  34. 3c75b1c modprobe-small: fix recent breakage: modprobe -r was using full path by Denys Vlasenko · 10 years ago
  35. 7885452 modprobe: revert checking for /, stop doing basename() on modprobe args by Denys Vlasenko · 10 years ago
  36. fd0640e modprobe-small: fix safe_strncpy truncating last char of module name by Denys Vlasenko · 11 years ago
  37. 07e5555 modprobe-small: (un)load all modules which match the alias, not only first one by Denys Vlasenko · 11 years ago
  38. 6116cb2 modprobe-small: remove redundant aliases from modules.dep.bb by Denys Vlasenko · 11 years ago
  39. 5fd3ddf modprobe-small: fix help messages for aliased module-related applets by Denys Vlasenko · 11 years ago
  40. 06a98e3 modprobe_small: make rmmod to NOT remove dependencies. Closes 5162 by Denys Vlasenko · 12 years ago
  41. b2d6688 modprobe-small: add comment about aliased commands' help text by Denys Vlasenko · 13 years ago
  42. 428bd2d modprobe: accept -b even if blacklist functionality is disabled by Felipe Contreras · 13 years ago
  43. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  44. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  45. 094cc51 insmod: check for module read errors by Denys Vlasenko · 14 years ago
  46. e9d12b5 modprobe-small: support compressed modules in insmod by Denys Vlasenko · 14 years ago
  47. 1a5e11c modutils/*: move help bits into corresponding .c files by Denys Vlasenko · 14 years ago
  48. c15613c modutils/*: move applet bits into corresponding *.c files by Denys Vlasenko · 14 years ago
  49. 5b3151c modprobe-simple; do not error out on "rmmod module" if module is unloaded ok by Denys Vlasenko · 14 years ago
  50. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  51. b82b34e modprobe: add support for -l and -s. Remove some unsupported options by Pascal Bellard · 15 years ago
  52. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  53. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  54. 6332151 modprobe-small: added comment about multiple alias matches by Denys Vlasenko · 15 years ago
  55. 0c6914e modprobe-small: make string buffer code robust; fix help text by Denys Vlasenko · 15 years ago
  56. f9c814b modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-') by Denys Vlasenko · 15 years ago
  57. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  58. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  59. bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 16 years ago
  60. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  61. 1f63229 rmmod: fix bug 263 by Denis Vlasenko · 16 years ago
  62. 1ad4db1 modprobe-small: fix failure to load when no arguments are given by Denis Vlasenko · 16 years ago
  63. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  64. 7c9c1bb modprobe-small: trivial SEGV fix by Denis Vlasenko · 16 years ago
  65. 1c781cc modprobe-small: make insmod command line compatible by Denis Vlasenko · 16 years ago
  66. 279ca69 modprobe-small: support "blacklist" keyword in /etc/modules/<modulename> by Denis Vlasenko · 16 years ago
  67. 8e80411 modprobe-small: fix infinite looping, by Timo Teras by Denis Vlasenko · 16 years ago
  68. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  69. 35d8c47 whitespace fixes, no code changed by Denis Vlasenko · 16 years ago
  70. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  71. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  72. 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
  73. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  74. a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
  75. b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
  76. 0e2c93f modprobe-small: make depmod compatible with kernel build. by Denis Vlasenko · 16 years ago
  77. 7f950a9 modprobe-small: add depfile creation by Denis Vlasenko · 16 years ago
  78. 7843699 modprobe-small: add depfile loading by Denis Vlasenko · 16 years ago
  79. 24a131e modprobe-small: preparatory patch for modprobe.dep.bb creation patches, by Denis Vlasenko · 16 years ago
  80. f62ab2d libbb: use improved xmalloc_read() from modprobe-small by Denis Vlasenko · 16 years ago
  81. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  82. 58f59a2 modprobe-small: match aliases with fnmatch(), making by Denis Vlasenko · 16 years ago
  83. cee0dfc modprobe-small: fix debug leftover by Denis Vlasenko · 16 years ago
  84. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  85. 671691c modutils: optional modutils-small by Vladimir Dronnikov. by Denis Vlasenko · 16 years ago