1. 4222ae4 ash: replace xstrdup (shell shall not die) grep: fix mis-indented block by Denis Vlasenko · 18 years ago
  2. b292264 find: fix -not support by Denis Vlasenko · 18 years ago
  3. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  4. 7154b99 - improve wording by Bernhard Reutner-Fischer · 18 years ago
  5. 01986e9 - remove duplicate menu entry by Bernhard Reutner-Fischer · 18 years ago
  6. cf787cf find: support for ! by Denis Vlasenko · 18 years ago
  7. 10b7996 - strip 12 bytes off by using a smaller type for need_print. by Bernhard Reutner-Fischer · 18 years ago
  8. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  9. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  10. a100707 find -user support by Natanael Copa <natanael.copa@gmail.com> by Denis Vlasenko · 18 years ago
  11. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  12. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  13. 434ad54 fix warning in find.c by Denis Vlasenko · 18 years ago
  14. fc7f922 find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) by Denis Vlasenko · 18 years ago
  15. 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
  16. c9d34da find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>) by Denis Vlasenko · 18 years ago
  17. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  18. 9ac9e55 sum: 40% size reduction (-300 bytes) find: one_char -> LONE_CHAR by Denis Vlasenko · 18 years ago
  19. 8f6c792 find: fix spurious -exec error messages by Denis Vlasenko · 18 years ago
  20. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  21. 5fa7148 build system: add "release" target find: support -size N (needed for above) by Denis Vlasenko · 18 years ago
  22. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  23. 31c65f2 find: -type T was actually meaning ! -type T! by Denis Vlasenko · 18 years ago
  24. 5f18e7c find: implement -prune. "make clean" now works! :) by Denis Vlasenko · 18 years ago
  25. a3b4fed find: fix implicit -print (sometime differed from standard) by Denis Vlasenko · 18 years ago
  26. 6191a7a find: implement ( ) by Denis Vlasenko · 18 years ago
  27. 5d499e1 find: a lot more compliant to 'standard' find by Denis Vlasenko · 18 years ago
  28. e2fb719 find: small improvement by Denis Vlasenko · 18 years ago
  29. df0553b find: fix -exec to work like stock find does. by Denis Vlasenko · 18 years ago
  30. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  31. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  32. 2295b49 grep: "grep -h pattern file1 file2" ignored -h by Denis Vlasenko · 18 years ago
  33. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  34. bf39216 grep: -r didn't close files, producing "Too many open files" by Denis Vlasenko · 18 years ago
  35. 3544ae6 grep: fix combination of -r and -h by Denis Vlasenko · 18 years ago
  36. 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago
  37. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  38. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  39. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  40. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  41. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  42. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  43. 6c30db8 grep: add help text; fix style by Denis Vlasenko · 18 years ago
  44. 5193753 grep: implement -o option. Patch by Jac Goudsmit. by Denis Vlasenko · 18 years ago
  45. 6248a73 xargs: simplify option parsing by Denis Vlasenko · 18 years ago
  46. 3312c98 fix 'grep -C' which requires an argument by Eric Andersen · 18 years ago
  47. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  48. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  49. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  50. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  51. 441bfbf make the -0 xargs option a little more clear by Mike Frysinger · 18 years ago
  52. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  53. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  54. 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 18 years ago
  55. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  56. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  57. d738429 implement -print0 for find by Paul Fox · 18 years ago
  58. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 18 years ago
  59. 8416a2d prevent find from ever descending into an xdev'ed directory. by Paul Fox · 18 years ago
  60. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 18 years ago
  61. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 18 years ago
  62. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 18 years ago
  63. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  64. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  65. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  66. 716bbe9 make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_CLEANUP mode by "Vladimir N. Oleynik" · 19 years ago
  67. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  68. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  69. 59c4e5c removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
  70. c1ef7bd just whitespace by Tim Riker · 19 years ago
  71. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  72. 72d1a23 add find's "-mmin" option. configurable. by Paul Fox · 19 years ago
  73. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  74. cee605c The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The by Rob Landley · 19 years ago
  75. 5d3a0e8 Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ by Rob Landley · 19 years ago
  76. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  77. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  78. aaf0e23 - replace variables by defines to save space by Bernhard Reutner-Fischer · 19 years ago
  79. bf44974 SUSv3 -q compatibily exit status correction for grep again by "Vladimir N. Oleynik" · 19 years ago
  80. c96b703 SUSv3 -q compatibily exit status correction for grep by "Vladimir N. Oleynik" · 19 years ago
  81. cf40d81 grep must have exit code >1 if input file not found. Small indent correcion also. by "Vladimir N. Oleynik" · 19 years ago
  82. 007a011 network "default" --> bb_INET_default. Reduce 2 exported from find applet by "Vladimir N. Oleynik" · 19 years ago
  83. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  84. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  85. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  86. 15ca586 patch by srowe in Bug 359 to fix fgrep aliasing by Mike Frysinger · 19 years ago
  87. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  88. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  89. 5ba5f4d In Bug 78, shortkey points out: by Mike Frysinger · 19 years ago
  90. 31c27a9 Hiroshi Ito writes: by Eric Andersen · 20 years ago
  91. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  92. abc513a Make the grep option values a bit less horrible by Eric Andersen · 20 years ago
  93. dec7f81 Rick Richardson writes: by Eric Andersen · 20 years ago
  94. 7f164cd Patch from vodz to correct 'grep -e pattern1 -e pattern2' logic by Eric Andersen · 20 years ago
  95. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  96. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  97. 252183e Try to make indent formatting less horrible by Eric Andersen · 21 years ago
  98. 40c9489 Add a comment with link to the SUSv3 standard for xargs by Glenn L McGrath · 21 years ago
  99. 09c295a run through indent by Glenn L McGrath · 21 years ago
  100. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago