1. 6b6826f *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  2. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  3. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  4. af5d008 expr: make it NOEXEC by Denys Vlasenko · 7 years ago
  5. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  6. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  7. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  8. 7373759 fix "aloc" -> "alloc" typos by Denys Vlasenko · 8 years ago
  9. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  10. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  11. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  12. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  13. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  14. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  15. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  16. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  17. 230997b expr: a bit more robust handling of regexps with groups (closes bug 87) by Denis Vlasenko · 16 years ago
  18. 272710f expr: on error, exit with exitcode 2 by Denis Vlasenko · 16 years ago
  19. a7f4e4b expr: fix comparisons 'a < b' where we were overflowing a-b by Denis Vlasenko · 17 years ago
  20. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  21. 3952f20 expand, unexpand: new applets from Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  22. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  23. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  24. c6753c1 expr: small code shrink by Denis Vlasenko · 17 years ago
  25. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  26. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 18 years ago
  27. cea0a8b - use bb_error_msg by Bernhard Reutner-Fischer · 18 years ago
  28. 8025afa - use xregcomp. Untested. vda, isn't there a regfree missing here? by Bernhard Reutner-Fischer · 18 years ago
  29. 3c5929a - remove some unneeded forward declarations. No obj-code changes. by Bernhard Reutner-Fischer · 18 years ago
  30. adb01b1 - remove args from bss, minor misc shrinkage while at it. by Bernhard Reutner-Fischer · 18 years ago
  31. cd27c42 chown: support -H -L -P if ENABLE_DESKTOP by Denis Vlasenko · 18 years ago
  32. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  33. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  34. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  35. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  36. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  37. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  38. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  39. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  40. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  41. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  42. 8aa9e57 support 64 arith. Close bug 136 by "Vladimir N. Oleynik" · 19 years ago
  43. c1ef7bd just whitespace by Tim Riker · 19 years ago
  44. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  45. 540d3f6 Patch from Shaun Jackman: by Rob Landley · 20 years ago
  46. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  47. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  48. 0838622 Use bb_xstrdup() instead of strdup(). by Manuel Novoa III · 21 years ago
  49. 7018385 Be stricter when converting strings to integers. Should fix the problem by Manuel Novoa III · 21 years ago
  50. 07f6b95 Patch from Jean Wolter expr currently always adds even if told to subtract by Glenn L McGrath · 21 years ago
  51. 7b8765c vodz, last patch 103 by Glenn L McGrath · 21 years ago
  52. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  53. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  54. eaecbf3 Fixup some silly prototype warnings by Eric Andersen · 23 years ago
  55. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 24 years ago
  56. 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 24 years ago
  57. 827e45c Added some more '/* getopt not needed */' lines. by Mark Whitley · 24 years ago
  58. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  59. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  60. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  61. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  62. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  63. 1b355eb Added expr, from Edward Betts <edward@debian.org>, with some fixups by Eric Andersen · 24 years ago