1. 237aece xargs: another code shrink by Denys Vlasenko · 14 years ago
  2. f7e929e xargs: trivial code shrink by Denys Vlasenko · 14 years ago
  3. c28cafb xargs: trivial code shrink by Denys Vlasenko · 14 years ago
  4. 7a4021d xargs: simplify logic by Denys Vlasenko · 14 years ago
  5. aaa24e0 xargs: fix accounting of -sNUM by Denys Vlasenko · 14 years ago
  6. 1613de8 xargs: make -s NUM accept practically unlimited range by Denys Vlasenko · 14 years ago
  7. d5fa1a0 xargs: code shrink -15 bytes by Denys Vlasenko · 14 years ago
  8. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  9. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  10. 7fb68f1 make it possible to keep Config/Kbuild snippets in *.c files by Denys Vlasenko · 15 years ago
  11. d7b5289 xargs: do not decrease orig_arg_max to negative values by Denys Vlasenko · 15 years ago
  12. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  13. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  14. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  15. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  16. 82ad032 xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. by Denis Vlasenko · 16 years ago
  17. cc08ad2 xargs: fix xargs -e; added test for that by Denis Vlasenko · 16 years ago
  18. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  19. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  20. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  21. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  22. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  23. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  24. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  25. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  26. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  27. 58394b1 xargs: simplify word list management by Denis Vlasenko · 18 years ago
  28. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  29. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  30. 8905496 xargs: fix my brain fart (resulted in memory leak) by Denis Vlasenko · 18 years ago
  31. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
  32. cd7001f factor out NOFORK/NOEXEC code from find. Use it for xargs too. by Denis Vlasenko · 18 years ago
  33. 1b4b2cb xargs: shrink code, ~80 bytes applets.h: +#undef APPLET_NOEXEC by Denis Vlasenko · 18 years ago
  34. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  35. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  36. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  37. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  38. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  39. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  40. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  41. 6248a73 xargs: simplify option parsing by Denis Vlasenko · 18 years ago
  42. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  43. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  44. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  45. 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
  46. 59c4e5c removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
  47. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  48. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  49. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  50. 252183e Try to make indent formatting less horrible by Eric Andersen · 21 years ago
  51. 40c9489 Add a comment with link to the SUSv3 standard for xargs by Glenn L McGrath · 21 years ago
  52. 09c295a run through indent by Glenn L McGrath · 21 years ago
  53. 6179694 Vods versions of xargs by Glenn L McGrath · 21 years ago
  54. 9982596 Bugfix for xargs by Glenn L McGrath · 21 years ago
  55. add3ead Add the x, n, s and E options, remove -r as its expected behaviour. by Glenn L McGrath · 21 years ago
  56. 07cf926 Dont mix xarg options with utility option, fixes example of by Glenn L McGrath · 21 years ago
  57. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  58. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  59. f57674e Rewrite of xargs by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  60. d4ee989 last_patch55 from vodz: by Eric Andersen · 22 years ago
  61. 0d833ca Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and by Robert Griebl · 22 years ago
  62. d81891a Call xmalloc before realloc by Eric Andersen · 23 years ago
  63. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  64. 6f3240a xstrdup xargs cleanup from Jeff Garzik by Eric Andersen · 24 years ago
  65. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  66. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  67. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
  68. 6c6ea6c Changed email address to codepoet.org, updated list of applets / docs I by Mark Whitley · 24 years ago
  69. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  70. e2e2c29 Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato, by Mark Whitley · 24 years ago
  71. d266748 Yet more polish (thanks again to kent robotti for the bug reports). -Erik by Eric Andersen · 24 years ago
  72. d89882d Some more polish to make xargs act like GNU xargs (thanks to kent robotti by Eric Andersen · 24 years ago
  73. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  74. e081eae Final (I think) version of xargs. Throw away all that tedious string by Eric Andersen · 24 years ago
  75. bf73909 Be ever so pedantic about escaping chars that the shell might not like... by Eric Andersen · 24 years ago
  76. 6f283c2 Fix up xargs so that things like 'cat cat.c | xargs echo' will by Eric Andersen · 24 years ago
  77. 9ae3838 Fix xargs option parsing by Eric Andersen · 24 years ago
  78. 96bdde9 Fix memory problems, and make behavior correct. by Eric Andersen · 24 years ago
  79. a37d5b7 rewrite, so it should be firly clean now by Eric Andersen · 24 years ago
  80. 5b17693 Use minix xargs instead, and update docs accordingly -Erik by Eric Andersen · 24 years ago
  81. ebc0dd7 Comment on xargs choice. by Eric Andersen · 24 years ago
  82. 92a61c1 Add in xargs by Eric Andersen · 24 years ago