1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 6fef6a3 fix most sign and variable initialization warnings by Tanguy Pruvot · 12 years ago
  4. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  5. 8a90e61 Apply post-1.19.3 patches, bump version to 1.19.4 by Denys Vlasenko · 12 years ago
  6. b12cc7b Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  7. 14bd16a more tweak for bionic by Denys Vlasenko · 13 years ago
  8. 4aadeff cleanup by Tanguy Pruvot · 13 years ago
  9. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  10. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  11. d616ab6 reformime: do not require \r\n by Denys Vlasenko · 13 years ago
  12. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 13 years ago
  13. 95f5c52 diff: optimize diffing of files with the same metadata by Roman Borisov · 13 years ago
  14. f18a82d diff: return 1 when skipping directories with -r, but without -N by Alexander Shishkin · 13 years ago
  15. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  16. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  17. 25b4755 typo fix in comment by Denys Vlasenko · 14 years ago
  18. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  19. 75703eb diff: make diff -r much less eager to recurse into directories by Denys Vlasenko · 14 years ago
  20. 32a6bae diff: cosmetic change on top of last commit by Denys Vlasenko · 14 years ago
  21. 61f5f78 diff: fix "diff dir1 dir2/". Closes bug 2203 by Matheus Izvekov · 14 years ago
  22. 1821d18 diff: more compiler compat fixes. no code changes by Dan Fandrich · 14 years ago
  23. f111b67 diff: make code more portable by Dan Fandrich · 14 years ago
  24. 6f99c91 diff: fix flag -B, cleanups and a couple more tests V2 by Matheus Izvekov · 14 years ago
  25. 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 14 years ago
  26. 94a6fd1 diff: don't exit in case we can't open input files. -2 bytes by Matheus Izvekov · 14 years ago
  27. 404f144 diff: don't use FILE_and_pos_t where it's not needed. -31 bytes by Matheus Izvekov · 14 years ago
  28. 4de4cb6 diff: correct handling of labels. -10 bytes by Matheus Izvekov · 14 years ago
  29. b32aa0c diff: support long options by Matheus Izvekov · 14 years ago
  30. fe1ce2e diff: implement flag -B (Ignore changes whose lines are all blank) by Matheus Izvekov · 14 years ago
  31. b7a0440 diff: honor flag -i (ignore case differences) by Matheus Izvekov · 14 years ago
  32. 9e0879a diff: add NOINLINE by Denys Vlasenko · 14 years ago
  33. 032bf65 diff: defeat gcc's optimization by Denys Vlasenko · 14 years ago
  34. d4a7728 diff: rewrite. much smaller and more correct by Matheus Izvekov · 14 years ago
  35. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  36. d8dd25a diff: debug macros; one trivial size optimization by Denys Vlasenko · 15 years ago
  37. 3e02050 diff: fix bug 613 (diff -ub segfaults) by Denys Vlasenko · 15 years ago
  38. 38d9072 diff: tiny compat tweak by Denys Vlasenko · 15 years ago
  39. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  40. 4c83025 diff: emit /dev/null if diff -rN diffs a file against /dev/null by Denis Vlasenko · 16 years ago
  41. 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
  42. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  43. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  44. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  45. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  46. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  47. a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 16 years ago
  48. dccfe05 diff: improve comments (no code chages) by Denis Vlasenko · 16 years ago
  49. c4c2cd4 diff: exclude D_EMPTY code if there is no support for -r by Denis Vlasenko · 16 years ago
  50. e9d67a8 diff: fix small bug; don't make a copy for "/dev/null" case by Denis Vlasenko · 16 years ago
  51. 7fe0eba diff: reordering and renaming of variables by Denis Vlasenko · 16 years ago
  52. 73132b9 diff: make a few variables local by Denis Vlasenko · 16 years ago
  53. 04211fd diff: make it work on pipes etc (needed for kernel compile) by Denis Vlasenko · 16 years ago
  54. dc1cbf8 diff: shrink by Denis Vlasenko · 16 years ago
  55. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 16 years ago
  56. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  57. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 16 years ago
  58. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 16 years ago
  59. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  60. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  61. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  62. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  63. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  64. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 17 years ago
  65. cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 17 years ago[Renamed from coreutils/diff.c]
  66. 1622cb8 - i need this disabled code for testing a patch. Please leave it in. by Bernhard Reutner-Fischer · 17 years ago
  67. ae5a8aa awk: move all data to malloc space by Denis Vlasenko · 17 years ago
  68. ef4bb26 diff: stop using data/bss by Denis Vlasenko · 17 years ago
  69. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  70. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 17 years ago
  71. df5bbb9 diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) by Denis Vlasenko · 17 years ago
  72. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 17 years ago
  73. 3983bd5 diff: fix SEGV (NULL deref) in diff -N by Denis Vlasenko · 17 years ago
  74. a4688bf fix buglets found by randomconfig run by Denis Vlasenko · 17 years ago
  75. 02f0c4c diff: failed to confirm "static bug" in gcc - reinstating statics. by Denis Vlasenko · 17 years ago
  76. 0085f23 diff: make -U0 work by Denis Vlasenko · 17 years ago
  77. 6089c2c diff: fix access past end of array by Denis Vlasenko · 17 years ago
  78. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  79. 088a212 - small size tweaks by Bernhard Reutner-Fischer · 17 years ago
  80. 7ae93f0 - FIXME: someone broke diff -r by Bernhard Reutner-Fischer · 17 years ago
  81. b05955e work around gcc's false warning by Denis Vlasenko · 17 years ago
  82. 8336f08 diff: small optimizations; do not try to diff non-seekable stream by Denis Vlasenko · 17 years ago
  83. ea9e35f - minor shrinkage: -25 bytes or so. by Bernhard Reutner-Fischer · 17 years ago
  84. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 17 years ago
  85. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 17 years ago
  86. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 17 years ago
  87. 6a1d661 diff: fix -q exit code last_char_is: sacrifice 9 bytes but avoid double-scan by Denis Vlasenko · 17 years ago
  88. 56b9569 - minor shrinkage by Bernhard Reutner-Fischer · 17 years ago
  89. 5b6f776 - remove warning about unused depth parameter in add_to_dirlist() by Bernhard Reutner-Fischer · 17 years ago
  90. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  91. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  92. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  93. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  94. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  95. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  96. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  97. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  98. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  99. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  100. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago