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. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  4. 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
  5. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  6. 3346b4a modutils: make them NOEXEC except depmod by Denys Vlasenko · 7 years ago
  7. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  8. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  9. 264cb01 modutils: remove redundant "select PLATFORM_LINUX" configs by Kang-Che Sung · 8 years ago
  10. ca659f8 modprobe-small: fix --help texts, they are from "big" modutils by Denys Vlasenko · 8 years ago
  11. a1cd0d9 modprobe-small: make applets individually selectable by Denys Vlasenko · 8 years ago
  12. e32b64c Convert all modutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  13. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  14. 5a163b2 lsmod: fox unsafe usage of strlen() - 1 by Denys Vlasenko · 14 years ago
  15. 1a5e11c modutils/*: move help bits into corresponding .c files by Denys Vlasenko · 14 years ago
  16. c15613c modutils/*: move applet bits into corresponding *.c files by Denys Vlasenko · 14 years ago
  17. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  18. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  19. e17764c further work on unicodization by Denys Vlasenko · 15 years ago
  20. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
  21. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  22. f8a73bf lsmod: beautify. no code changes by Denys Vlasenko · 15 years ago
  23. d31a879 lsmod: unicode-aware column formatting by Tomas Heinrich · 15 years ago
  24. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  25. ba1315d modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> by Denis Vlasenko · 16 years ago
  26. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  27. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  28. 7d60fc1 replace single-char printf's with bb_putchar by Denis Vlasenko · 17 years ago
  29. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  30. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  31. b68979a insmod: code shrink, stop exporting insmod_ng_main. by Denis Vlasenko · 17 years ago
  32. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  33. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  34. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  35. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  36. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  37. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  38. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  39. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  40. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  41. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  42. 55a9940 lsmod: repair indentation by Denis Vlasenko · 18 years ago
  43. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  44. abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
  45. 4640b05 Bernhard Fischer pointed out some leftover debris needing cleanup. by Rob Landley · 18 years ago
  46. 6ced427 Try to make a "type-punned pointer" warning go away for somebody on the by Rob Landley · 18 years ago
  47. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  48. 75c6b79 fix from uClinux-dist for proper exit status if reading /proc/modules failed by Mike Frysinger · 19 years ago
  49. deda6a5 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  50. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  51. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  52. c1ef7bd just whitespace by Tim Riker · 19 years ago
  53. 705fad2 just use bb_xfopen() by Mike Frysinger · 19 years ago
  54. 4f65360 Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. by Rob Landley · 20 years ago
  55. 627814b Takeharu Kato said: by Rob Landley · 20 years ago
  56. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  57. 4b4e098 Steven Scholz writes: by Eric Andersen · 21 years ago
  58. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  59. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  60. b1c9469 Patch from Robert Schwebel fixing a missing \n by Eric Andersen · 22 years ago
  61. cf93274 rmmod -a removed modules recursively by Tim Riker · 22 years ago
  62. 6fe1960 cleanup by Tim Riker · 22 years ago
  63. 31f9747 Fix needless formatting differences vs modutils by Eric Andersen · 22 years ago
  64. 9060a73 Doh! I screwed up applying vodz' patch. -Erik by Eric Andersen · 22 years ago
  65. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  66. 5286494 Fix missing \n noticed by Robert Schwebel by Eric Andersen · 22 years ago
  67. 166fa46 Support module tainting -Erik by Eric Andersen · 22 years ago
  68. fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
  69. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  70. 0f50bca Fix infinite loop and reallocate if too many modules. by Matt Kraai · 24 years ago
  71. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
  72. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
  73. afeb965 Make output match the real lsmod -- print (autoclean) type by Eric Andersen · 24 years ago
  74. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  75. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  76. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
  77. f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
  78. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  79. 0dab829 Add missing newlines to error messages. by Matt Kraai · 24 years ago
  80. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  81. 21adca7 Added insmod support for ARM, and lsmod support for older kernels, by Eric Andersen · 24 years ago
  82. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  83. 721119e Clean up output. by Matt Kraai · 24 years ago
  84. ccb0a9b Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>. -Erik by Eric Andersen · 24 years ago
  85. de34e43 MAke lsmod act just like modutils lsmod, by printing which modules use by Eric Andersen · 24 years ago
  86. be0dc0d lsmod now uses the query_module syscall, rather then /proc -Erik by Eric Andersen · 24 years ago
  87. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  88. 2f46b66 Add usage messages for applets without them. by Matt Kraai · 24 years ago
  89. cc8a66b Moved functions used by "lsmod" from cat.c to utility.c by Pavel Roskin · 24 years ago
  90. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  91. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
  92. 269bba2 Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler by Erik Andersen · 25 years ago 0_43pre1
  93. 54969a1 Fixed up lsmod so it works with my devmodules kernel driver, by Erik Andersen · 25 years ago
  94. 2ac2fae Fix bugs related to finding PIDs. -Erik by Erik Andersen · 25 years ago
  95. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  96. 6f23cec Added lsmod -Erik by Erik Andersen · 25 years ago