1. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  2. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  3. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  4. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  5. 58394b1 xargs: simplify word list management by Denis Vlasenko · 17 years ago
  6. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 17 years ago
  7. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  8. 8905496 xargs: fix my brain fart (resulted in memory leak) by Denis Vlasenko · 17 years ago
  9. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 17 years ago
  10. cd7001f factor out NOFORK/NOEXEC code from find. Use it for xargs too. by Denis Vlasenko · 17 years ago
  11. 1b4b2cb xargs: shrink code, ~80 bytes applets.h: +#undef APPLET_NOEXEC by Denis Vlasenko · 17 years ago
  12. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  13. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  14. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  15. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  16. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  17. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  18. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  19. 6248a73 xargs: simplify option parsing by Denis Vlasenko · 18 years ago
  20. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  21. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  22. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  23. 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 18 years ago
  24. 59c4e5c removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
  25. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  26. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  27. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  28. 252183e Try to make indent formatting less horrible by Eric Andersen · 21 years ago
  29. 40c9489 Add a comment with link to the SUSv3 standard for xargs by Glenn L McGrath · 21 years ago
  30. 09c295a run through indent by Glenn L McGrath · 21 years ago
  31. 6179694 Vods versions of xargs by Glenn L McGrath · 21 years ago
  32. 9982596 Bugfix for xargs by Glenn L McGrath · 21 years ago
  33. add3ead Add the x, n, s and E options, remove -r as its expected behaviour. by Glenn L McGrath · 21 years ago
  34. 07cf926 Dont mix xarg options with utility option, fixes example of by Glenn L McGrath · 21 years ago
  35. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  36. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  37. f57674e Rewrite of xargs by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  38. d4ee989 last_patch55 from vodz: by Eric Andersen · 22 years ago
  39. 0d833ca Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and by Robert Griebl · 22 years ago
  40. d81891a Call xmalloc before realloc by Eric Andersen · 23 years ago
  41. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  42. 6f3240a xstrdup xargs cleanup from Jeff Garzik by Eric Andersen · 23 years ago
  43. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  44. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  45. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  46. 6c6ea6c Changed email address to codepoet.org, updated list of applets / docs I by Mark Whitley · 24 years ago
  47. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  48. e2e2c29 Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato, by Mark Whitley · 24 years ago
  49. d266748 Yet more polish (thanks again to kent robotti for the bug reports). -Erik by Eric Andersen · 24 years ago
  50. d89882d Some more polish to make xargs act like GNU xargs (thanks to kent robotti by Eric Andersen · 24 years ago
  51. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  52. e081eae Final (I think) version of xargs. Throw away all that tedious string by Eric Andersen · 24 years ago
  53. bf73909 Be ever so pedantic about escaping chars that the shell might not like... by Eric Andersen · 24 years ago
  54. 6f283c2 Fix up xargs so that things like 'cat cat.c | xargs echo' will by Eric Andersen · 24 years ago
  55. 9ae3838 Fix xargs option parsing by Eric Andersen · 24 years ago
  56. 96bdde9 Fix memory problems, and make behavior correct. by Eric Andersen · 24 years ago
  57. a37d5b7 rewrite, so it should be firly clean now by Eric Andersen · 24 years ago
  58. 5b17693 Use minix xargs instead, and update docs accordingly -Erik by Eric Andersen · 24 years ago
  59. ebc0dd7 Comment on xargs choice. by Eric Andersen · 24 years ago
  60. 92a61c1 Add in xargs by Eric Andersen · 24 years ago