1. 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
  2. 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
  3. 6c750f1 find: do not recurse into directories with depth == --maxdepth by Denys Vlasenko · 15 years ago
  4. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  5. aa7da73 add USE_PORTABLE_CODE option and use it in find applet by Denys Vlasenko · 15 years ago
  6. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  7. 0944963 grep: fix -E + {range}; fix -o not printing all matches (bug 489) by Denys Vlasenko · 15 years ago
  8. 2207cd6 tweak to config wording, no code changes by Denys Vlasenko · 15 years ago
  9. bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
  10. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  11. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  12. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  13. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  14. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  15. d498850 - typo in documentation by Bernhard Reutner-Fischer · 16 years ago
  16. f60719c grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case by Natanael Copa by Denis Vlasenko · 16 years ago
  17. 9ac706b grep: yet another fixlet for EXTRA_COMPAT by Denis Vlasenko · 16 years ago
  18. c110b7d grep: fix EXTRA_COMPAT grep to honor -E and -i by Denis Vlasenko · 16 years ago
  19. 3fd15e1 grep: option to use GNU regex matching instead of POSIX one. by Denis Vlasenko · 16 years ago
  20. 82ad032 xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. by Denis Vlasenko · 16 years ago
  21. cc08ad2 xargs: fix xargs -e; added test for that by Denis Vlasenko · 16 years ago
  22. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  23. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  24. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  25. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  26. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  27. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  28. a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
  29. ea9f7a6 find: beautify config prompts a bit by Denis Vlasenko · 17 years ago
  30. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  31. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  32. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  33. 0f3a580 gcc compat fix and warning suppression by Joe Krahn <krahn AT niehs.nih.gov> by Denis Vlasenko · 17 years ago
  34. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  35. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  36. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  37. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  38. 8e8200a grep: fix wrong filename in error message by Denis Vlasenko · 17 years ago
  39. 75aa615 find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>) by Denis Vlasenko · 17 years ago
  40. 6810236 grep: fix -Fo by Denis Vlasenko · 17 years ago
  41. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  42. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  43. ac074b3 grep: delete obsolete comment by Denis Vlasenko · 17 years ago
  44. 04ea11b grep: fix grep -F -e str1 -e str2 (was matching str2 only) by Denis Vlasenko · 17 years ago
  45. dcf9bba fix -xdev behavior in the presence of two or more nested mount points by Paul Fox · 17 years ago
  46. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  47. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  48. 838daca find: fix SELinux-related warning by Denis Vlasenko · 17 years ago
  49. 319f8eb httpd: round down sendfile byte count to 64k *: style fixes by Denis Vlasenko · 17 years ago
  50. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  51. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
  52. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  53. 4652daa grep: implement -m MAX_MATCHES; fix help text by Denis Vlasenko · 17 years ago
  54. 8d5aa87 grep: fix buglets with context printing by Denis Vlasenko · 17 years ago
  55. 4b9b0ce find: fix build failure on certain configs by Denis Vlasenko · 17 years ago
  56. 99fcc62 find: style fix by Denis Vlasenko · 17 years ago
  57. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  58. a19faf8 find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>) by Denis Vlasenko · 17 years ago
  59. 53a0e97 find: make -size match GNU find by Denis Vlasenko · 18 years ago
  60. b941129 find: add conditional support for -maxdepth and -regex by Denis Vlasenko · 18 years ago
  61. 9acfed2 grep: selection done by FEATURE_GREP_EGREP_ALIAS was broken, fix. by Denis Vlasenko · 18 years ago
  62. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  63. 58394b1 xargs: simplify word list management by Denis Vlasenko · 18 years ago
  64. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  65. 62f0479 find: add support for -delete, -path (by Natanael Copa) by Denis Vlasenko · 18 years ago
  66. 3a62a73 make sure we free the grep data as well by Mike Frysinger · 18 years ago
  67. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  68. 8905496 xargs: fix my brain fart (resulted in memory leak) by Denis Vlasenko · 18 years ago
  69. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
  70. cd7001f factor out NOFORK/NOEXEC code from find. Use it for xargs too. by Denis Vlasenko · 18 years ago
  71. 1b4b2cb xargs: shrink code, ~80 bytes applets.h: +#undef APPLET_NOEXEC by Denis Vlasenko · 18 years ago
  72. 7e754f1 Implement first instance of NOFORK applet - echo by Denis Vlasenko · 18 years ago
  73. b04b435 find: fix -prune more. Add big comment about it. by Denis Vlasenko · 18 years ago
  74. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 18 years ago
  75. 6d79dd6 - size and prune were mixed up by Bernhard Reutner-Fischer · 18 years ago
  76. 7d6c929 find: missed 'ststic' on const data by Denis Vlasenko · 18 years ago
  77. 56fce00 find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) by Denis Vlasenko · 18 years ago
  78. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  79. a87ed2c - use index_in_str_array also for find_main by Bernhard Reutner-Fischer · 18 years ago
  80. 307d27d - remove bloated switch statement. by Bernhard Reutner-Fischer · 18 years ago
  81. 557b458 - implement a TODO: Use index_in_str_array in parse_params by Bernhard Reutner-Fischer · 18 years ago
  82. 32773ac - Purely cosmetic type fiddling by Bernhard Reutner-Fischer · 18 years ago
  83. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 18 years ago
  84. f8ea0f3 grep: "implement" -a and -I by ignoring them by Denis Vlasenko · 18 years ago
  85. 385304d grep: implement -w by Denis Vlasenko · 18 years ago
  86. 4222ae4 ash: replace xstrdup (shell shall not die) grep: fix mis-indented block by Denis Vlasenko · 18 years ago
  87. b292264 find: fix -not support by Denis Vlasenko · 18 years ago
  88. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  89. 7154b99 - improve wording by Bernhard Reutner-Fischer · 18 years ago
  90. 01986e9 - remove duplicate menu entry by Bernhard Reutner-Fischer · 18 years ago
  91. cf787cf find: support for ! by Denis Vlasenko · 18 years ago
  92. 10b7996 - strip 12 bytes off by using a smaller type for need_print. by Bernhard Reutner-Fischer · 18 years ago
  93. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  94. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  95. a100707 find -user support by Natanael Copa <natanael.copa@gmail.com> by Denis Vlasenko · 18 years ago
  96. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  97. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  98. 434ad54 fix warning in find.c by Denis Vlasenko · 18 years ago
  99. fc7f922 find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) by Denis Vlasenko · 18 years ago
  100. 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago