1. c4d296a xargs: implement -o, closes 15146 by Denys Vlasenko · 2 years ago
  2. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  3. aaade69 find: implement -samefile by Aaro Koskinen · 3 years ago
  4. d8e39b5 find: code shrink -{m,a,c}{time,min} by Denys Vlasenko · 3 years, 2 months ago
  5. 04ad683 find: implement -amin, -atime, -cmin, and -ctime by Ismael Luceno · 3 years, 2 months ago
  6. 421c876 find: Unify time comparisons by Ismael Luceno · 3 years, 2 months ago
  7. 0084c44 config: find: Fix mtime/mmin description by Ismael Luceno · 3 years, 2 months ago
  8. 1e7ca18 Regularize "NUL terminated input" --help texts by Denys Vlasenko · 3 years, 3 months ago
  9. 609df6f *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  10. e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  11. ef2366c nsenter: stop option parsing on 1st non-option by Denys Vlasenko · 4 years ago
  12. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  13. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  14. 3c3928f tydy up a few uses of recursive_action(), no logic changes by Denys Vlasenko · 4 years, 2 months ago
  15. bd202a5 xargs: fix -I SUBSTR behaviour by Denys Vlasenko · 4 years, 2 months ago
  16. a77f3ec grep: for -L, exitcode 0 means files *without* matches were found, closes 13151 by Denys Vlasenko · 4 years, 4 months ago
  17. 42a8984 grep: add proper support for pattern_list by Sören Tempel · 4 years, 8 months ago
  18. c3295d2 grep: Fix -f FILE when FILE is empty and -x provided by Gray Wolf · 4 years, 7 months ago
  19. 1c462d4 xargs: restore correct behaviour of -n option by Ron Yorston · 4 years, 10 months ago
  20. 1ff7002 xargs: fix handling of quoted arguments, closes 11441 by Ron Yorston · 4 years, 11 months ago
  21. 1b76ffa grep: add -R by Tomi Leppanen · 5 years ago
  22. af18b30 find: implement -empty by Aaro Koskinen · 5 years ago
  23. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  24. 2452247 xargs: mention -E STR in --help by Denys Vlasenko · 6 years ago
  25. d4b568c grep: short-circuit -v to bail out on first match by Ari Sundholm · 6 years ago
  26. 9a9c6e3 grep: fix -x -v with certain pattern orders by Ari Sundholm · 6 years ago
  27. 2d9e097 find: handle leading -- argument by Denys Vlasenko · 6 years ago
  28. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  29. f3e2838 xargs: fix exit code if command exits nonzero, closes 11381 by Denys Vlasenko · 6 years ago
  30. 8717b14 grep: accept and ignore --color[=anything] by Denys Vlasenko · 6 years ago
  31. 008e73b find: implement -executable by Denys Vlasenko · 6 years ago
  32. 4d0e2d5 tweak help texts by Denys Vlasenko · 6 years ago
  33. abe22cd find: implement -quit by Denys Vlasenko · 6 years ago
  34. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  35. f4eaccb free: improve --help for type option by Denys Vlasenko · 7 years ago
  36. bae8fc4 xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy by Denys Vlasenko · 7 years ago
  37. 03fd7e0 grep: fix echo "aa" | busybox grep -F -w "a" (should not match) by Denys Vlasenko · 7 years ago
  38. 6bcc2c0 grep: skip grepping symlinks to directories by James Clarke · 7 years ago
  39. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  40. 58bf902 xargs: fix a thinko in last commit by Denys Vlasenko · 7 years ago
  41. f8ee849 xargs: support -a FILE by Johannes Schindelin · 7 years ago
  42. 14551b7 xargs: optional support for -P NUM. Closes 9511 by Denys Vlasenko · 7 years ago
  43. b270be3 xargs: code shrink by Denys Vlasenko · 7 years ago
  44. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  45. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  46. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  47. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  48. 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
  49. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  50. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  51. c5496d3 grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" too by Denys Vlasenko · 8 years ago
  52. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  53. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  54. ccc9985 find: fix handling of trailing slashes in -name PATTERN comparisons by Denys Vlasenko · 8 years ago
  55. 1924e99 Make grep/egrep/fgrep independently selectable by Denys Vlasenko · 8 years ago
  56. 7373759 fix "aloc" -> "alloc" typos by Denys Vlasenko · 8 years ago
  57. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  58. 94046d0 randomconfig fixes 3 by Denys Vlasenko · 8 years ago
  59. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  60. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  61. 73dfdda grep: make errors other than "not found" result in exit code 2. Closes 8796 by Denys Vlasenko · 9 years ago
  62. 6d777b7 xargs: make -I imply -r by Aaro Koskinen · 9 years ago
  63. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  64. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  65. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  66. 8c0708a find: support "find . -delete" idiom - do not try rmdir(".") by Denys Vlasenko · 9 years ago
  67. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  68. 97c6491 typo fixes by Maninder Singh · 10 years ago
  69. f7466e4 find: fix regression in status processing for path arguments by Felix Fietkau · 10 years ago
  70. 3e9b13e find: support -perm /BITS. Closes 7340 by Denys Vlasenko · 10 years ago
  71. 34cc6c9 grep: fix "grep -r PATTRN SYMLINK_TO_DIR" by Denys Vlasenko · 10 years ago
  72. f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
  73. 6be3a52 find: exit code fixes for find -exec by Denys Vlasenko · 10 years ago
  74. 14158b4 find: add optional support for '-exec ... {} +' by Bartosz Golaszewski · 10 years ago
  75. 3795266 xargs: fix compilation breakage by Denys Vlasenko · 11 years ago
  76. 83e49ad grep: fix -w match if first match isn't a word, but second is. Closes 4520 by Denys Vlasenko · 11 years ago
  77. 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
  78. 6885e49 find: code shrink by Denys Vlasenko · 11 years ago
  79. 3ba2df8 grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too by Bartosz Golaszewski · 11 years ago
  80. 6eb0cbe find: fix a regression introduced with -HLP support by Denys Vlasenko · 11 years ago
  81. cd55f2d grep: fix two bugs with -w by Denys Vlasenko · 11 years ago
  82. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  83. 6db5f67 find:: get rid of nested function (it's a gcc-ism) by Denys Vlasenko · 12 years ago
  84. 5fc0585 grep: fix grep -x to not set REG_NOSUB by James Hogan · 12 years ago
  85. 414db79 grep: don't bail out on first mismatch if '-w' option is set by Bartosz Golaszewski · 12 years ago
  86. 6782f48 find: support -HLP by Denys Vlasenko · 12 years ago
  87. 2f5b5be grep: fix grep -Fw not respecting the -w option. Closes 5792 by Denys Vlasenko · 12 years ago
  88. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  89. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  90. 2dc1a97 find: make -mindepth N -xdev correctly stop on mountpoints by Denys Vlasenko · 12 years ago
  91. 7c8aa2b typo fix in comment by Denys Vlasenko · 13 years ago
  92. be1cfee find: if DESKTOP=y, support -wholename (synonym for -path) by Denys Vlasenko · 13 years ago
  93. cd09e81 grep: support for -x, match whole line by Natanael Copa · 13 years ago
  94. 7b46220 grep: be GNU compatible with -f EMPTY_FILE by Lauri Kasanen · 13 years ago
  95. abc33ac Fix find -follow support by Ian Wienand · 13 years ago
  96. 87249fb find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config by Denys Vlasenko · 13 years ago
  97. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  98. b24ef03 find: cater for libc w/o FNM_CASEFOLD by Denys Vlasenko · 14 years ago
  99. 7948ecb find: implement -ipath by Bogdan Harjoc · 14 years ago
  100. 7cfe6ea xargs: support --no-run-if-empty (synonym to -r) by Denys Vlasenko · 14 years ago