1. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  2. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  3. 441bfbf make the -0 xargs option a little more clear by Mike Frysinger · 18 years ago
  4. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  5. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  6. 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 18 years ago
  7. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  8. 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
  9. d738429 implement -print0 for find by Paul Fox · 18 years ago
  10. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 18 years ago
  11. 8416a2d prevent find from ever descending into an xdev'ed directory. by Paul Fox · 18 years ago
  12. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 18 years ago
  13. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 18 years ago
  14. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 18 years ago
  15. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  16. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  17. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  18. 716bbe9 make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_CLEANUP mode by "Vladimir N. Oleynik" · 19 years ago
  19. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  20. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  21. 59c4e5c removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
  22. c1ef7bd just whitespace by Tim Riker · 19 years ago
  23. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  24. 72d1a23 add find's "-mmin" option. configurable. by Paul Fox · 19 years ago
  25. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  26. cee605c The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The by Rob Landley · 19 years ago
  27. 5d3a0e8 Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ by Rob Landley · 19 years ago
  28. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  29. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  30. aaf0e23 - replace variables by defines to save space by Bernhard Reutner-Fischer · 19 years ago
  31. bf44974 SUSv3 -q compatibily exit status correction for grep again by "Vladimir N. Oleynik" · 19 years ago
  32. c96b703 SUSv3 -q compatibily exit status correction for grep by "Vladimir N. Oleynik" · 19 years ago
  33. cf40d81 grep must have exit code >1 if input file not found. Small indent correcion also. by "Vladimir N. Oleynik" · 19 years ago
  34. 007a011 network "default" --> bb_INET_default. Reduce 2 exported from find applet by "Vladimir N. Oleynik" · 19 years ago
  35. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  36. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  37. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  38. 15ca586 patch by srowe in Bug 359 to fix fgrep aliasing by Mike Frysinger · 19 years ago
  39. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  40. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  41. 5ba5f4d In Bug 78, shortkey points out: by Mike Frysinger · 19 years ago
  42. 31c27a9 Hiroshi Ito writes: by Eric Andersen · 20 years ago
  43. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  44. abc513a Make the grep option values a bit less horrible by Eric Andersen · 20 years ago
  45. dec7f81 Rick Richardson writes: by Eric Andersen · 20 years ago
  46. 7f164cd Patch from vodz to correct 'grep -e pattern1 -e pattern2' logic by Eric Andersen · 20 years ago
  47. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  48. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  49. 252183e Try to make indent formatting less horrible by Eric Andersen · 21 years ago
  50. 40c9489 Add a comment with link to the SUSv3 standard for xargs by Glenn L McGrath · 21 years ago
  51. 09c295a run through indent by Glenn L McGrath · 21 years ago
  52. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  53. d12061b Vodz last_patch_117, update options for new xargs by Glenn L McGrath · 21 years ago
  54. 6179694 Vods versions of xargs by Glenn L McGrath · 21 years ago
  55. 9982596 Bugfix for xargs by Glenn L McGrath · 21 years ago
  56. add3ead Add the x, n, s and E options, remove -r as its expected behaviour. by Glenn L McGrath · 21 years ago
  57. 07cf926 Dont mix xarg options with utility option, fixes example of by Glenn L McGrath · 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. e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
  60. fb0c6af Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
  61. 65e20a3 Patch from Kent Robotti adding a bunch of needed docs! -Erik by Eric Andersen · 21 years ago
  62. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  63. c91ce57 Config option to create an fgrep alias by Glenn L McGrath · 21 years ago
  64. c5408fe Fix segfault when cleaning up by Glenn L McGrath · 21 years ago
  65. 26df70a grep -f support, adds only 60 Bytes, but regex's now compiled as by Glenn L McGrath · 21 years ago
  66. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  67. 97d86f2 Apply patch from Ghozlane Toumi to add -inum support to find. by Eric Andersen · 22 years ago
  68. 49b0f86 Fix -mtime, by Ian Abbott by Glenn L McGrath · 22 years ago
  69. c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
  70. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  71. 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago
  72. f57674e Rewrite of xargs by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  73. d4ee989 last_patch55 from vodz: by Eric Andersen · 22 years ago
  74. 0d833ca Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and by Robert Griebl · 22 years ago
  75. 41369af Patch for bug #1183: Added a -xdev option to find (configurable) by Robert Griebl · 22 years ago
  76. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 22 years ago
  77. eed9451 * findutils/grep.c (grep_main): Remove unnecessary use of junk. by Matt Kraai · 23 years ago
  78. a3181dd Do not segfault if PATH is unset. by Matt Kraai · 23 years ago
  79. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  80. 585f657 Fix undeclared variable error. by Matt Kraai · 23 years ago
  81. 81ee96f Usr get_last_path_component() name basename() by Eric Andersen · 23 years ago
  82. 6f8b7ea oops by Eric Andersen · 23 years ago
  83. 55805bc More scrubbing by Eric Andersen · 23 years ago
  84. d81891a Call xmalloc before realloc by Eric Andersen · 23 years ago
  85. 43626d7 Fixup CLEANUP behavior by Eric Andersen · 23 years ago
  86. a21c24b Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from by Matt Kraai · 23 years ago
  87. dba4e6f Add in grep -E support by Eric Andersen · 23 years ago
  88. 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
  89. bb0088e Make egrep only set REG_EXTENDED flag. by Matt Kraai · 23 years ago
  90. ccd96f1 Patch from Charles Steinkuehler <charles@steinkuehler.net> by Eric Andersen · 23 years ago
  91. 999623e Use extended regular expressions when invoked as egrep (noted and initial by Matt Kraai · 23 years ago
  92. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  93. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  94. 0034443 Fix behavior of grep -lc to match GNU grep. SuS2 is ambiguous by Eric Andersen · 23 years ago
  95. 86f0167 grep failed to compile when BB_FEATURE_CLEAN_UP was defined -- types were wrong. by Eric Andersen · 23 years ago
  96. fa43e54 Added support for grep -e and grep -f, closes bug #1164. Also added some by Mark Whitley · 23 years ago
  97. edc8065 Fixed extra -- lines (noted by Christophe Boyanique). by Matt Kraai · 23 years ago
  98. 1d9d411 Fixed mishandling of -c & -l options and accounted for case when we're by Mark Whitley · 23 years ago
  99. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  100. 35e59be Fixed a subtle bug in the handling of -l and -c flags. by Mark Whitley · 23 years ago