| Commit message (Expand) | Author | Age | Files | Lines |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | xargs: simplify word list management | Denis Vlasenko | 2007-04-15 | 1 | -29/+25 |
* | hush: use NOFORK applets as appropriate. Net reduction of code size. | Denis Vlasenko | 2007-04-14 | 1 | -1/+3 |
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 1 | -1/+1 |
* | xargs: fix my brain fart (resulted in memory leak) | Denis Vlasenko | 2007-04-10 | 1 | -7/+6 |
* | audit small applets and mark some of them as NOFORK. | Denis Vlasenko | 2007-04-10 | 1 | -0/+3 |
* | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | Denis Vlasenko | 2007-04-09 | 1 | -25/+10 |
* | xargs: shrink code, ~80 bytes | Denis Vlasenko | 2007-04-09 | 1 | -75/+77 |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | 2007-02-06 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+2 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | xargs: simplify option parsing | Denis Vlasenko | 2006-09-29 | 1 | -116/+91 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | 2006-08-03 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -10/+1 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 1 | -14/+3 |
* | - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: | Bernhard Reutner-Fischer | 2006-05-27 | 1 | -3/+1 |
* | removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU... | "Vladimir N. Oleynik" | 2006-01-30 | 1 | -28/+28 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | 2005-09-05 | 1 | -1/+1 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -8/+8 |
* | Try to make indent formatting less horrible | Eric Andersen | 2003-10-31 | 1 | -39/+37 |
* | Add a comment with link to the SUSv3 standard for xargs | Glenn L McGrath | 2003-10-30 | 1 | -0/+3 |
* | run through indent | Glenn L McGrath | 2003-10-30 | 1 | -387/+392 |
* | Vods versions of xargs | Glenn L McGrath | 2003-10-10 | 1 | -191/+510 |
* | Bugfix for xargs | Glenn L McGrath | 2003-10-09 | 1 | -58/+99 |
* | Add the x, n, s and E options, remove -r as its expected behaviour. | Glenn L McGrath | 2003-10-04 | 1 | -14/+115 |
* | Dont mix xarg options with utility option, fixes example of | Glenn L McGrath | 2003-10-03 | 1 | -11/+15 |
* | last_patch89 from vodz: | Eric Andersen | 2003-06-20 | 1 | -18/+7 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -7/+5 |
* | Rewrite of xargs by Vladimir N. Oleynik | Glenn L McGrath | 2002-11-10 | 1 | -62/+84 |
* | last_patch55 from vodz: | Eric Andersen | 2002-09-16 | 1 | -18/+20 |
* | Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and | Robert Griebl | 2002-08-03 | 1 | -8/+6 |
* | Call xmalloc before realloc | Eric Andersen | 2001-11-19 | 1 | -0/+1 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -4/+4 |
* | xstrdup xargs cleanup from Jeff Garzik | Eric Andersen | 2001-03-23 | 1 | -1/+1 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | Fix wget error message and add (and use) chomp library function. | Matt Kraai | 2001-02-01 | 1 | -2/+1 |
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
* | Changed email address to codepoet.org, updated list of applets / docs I | Mark Whitley | 2001-01-04 | 1 | -1/+1 |
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -4/+2 |
* | Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato, | Mark Whitley | 2000-11-14 | 1 | -112/+61 |
* | Yet more polish (thanks again to kent robotti for the bug reports). | Eric Andersen | 2000-09-26 | 1 | -10/+12 |
* | Some more polish to make xargs act like GNU xargs (thanks to kent robotti | Eric Andersen | 2000-09-25 | 1 | -5/+6 |