- c4d296a xargs: implement -o, closes 15146 by Denys Vlasenko · 2 years ago
- 1e7ca18 Regularize "NUL terminated input" --help texts by Denys Vlasenko · 3 years, 4 months ago
- bd202a5 xargs: fix -I SUBSTR behaviour by Denys Vlasenko · 4 years, 2 months ago
- 1c462d4 xargs: restore correct behaviour of -n option by Ron Yorston · 4 years, 10 months ago
- 1ff7002 xargs: fix handling of quoted arguments, closes 11441 by Ron Yorston · 4 years, 11 months ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- 2452247 xargs: mention -E STR in --help by Denys Vlasenko · 6 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- f3e2838 xargs: fix exit code if command exits nonzero, closes 11381 by Denys Vlasenko · 6 years ago
- 4d0e2d5 tweak help texts by Denys Vlasenko · 6 years ago
- bae8fc4 xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy by Denys Vlasenko · 7 years ago
- 58bf902 xargs: fix a thinko in last commit by Denys Vlasenko · 7 years ago
- f8ee849 xargs: support -a FILE by Johannes Schindelin · 7 years ago
- 14551b7 xargs: optional support for -P NUM. Closes 9511 by Denys Vlasenko · 7 years ago
- b270be3 xargs: code shrink by Denys Vlasenko · 7 years ago
- 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 6d777b7 xargs: make -I imply -r by Aaro Koskinen · 9 years ago
- 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
- 97c6491 typo fixes by Maninder Singh · 10 years ago
- f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
- 3795266 xargs: fix compilation breakage by Denys Vlasenko · 11 years ago
- 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 7cfe6ea xargs: support --no-run-if-empty (synonym to -r) by Denys Vlasenko · 14 years ago
- b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 4a96617 xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary by Denys Vlasenko · 14 years ago
- 4f731ce findutils/*: move usage and applet bits to *.c files by Denys Vlasenko · 15 years ago
- 237aece xargs: another code shrink by Denys Vlasenko · 15 years ago
- f7e929e xargs: trivial code shrink by Denys Vlasenko · 15 years ago
- c28cafb xargs: trivial code shrink by Denys Vlasenko · 15 years ago
- 7a4021d xargs: simplify logic by Denys Vlasenko · 15 years ago
- aaa24e0 xargs: fix accounting of -sNUM by Denys Vlasenko · 15 years ago
- 1613de8 xargs: make -s NUM accept practically unlimited range by Denys Vlasenko · 15 years ago
- d5fa1a0 xargs: code shrink -15 bytes by Denys Vlasenko · 15 years ago
- 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- 7fb68f1 make it possible to keep Config/Kbuild snippets in *.c files by Denys Vlasenko · 15 years ago
- d7b5289 xargs: do not decrease orig_arg_max to negative values by Denys Vlasenko · 15 years ago
- 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 82ad032 xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. by Denis Vlasenko · 16 years ago
- cc08ad2 xargs: fix xargs -e; added test for that by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 58394b1 xargs: simplify word list management by Denis Vlasenko · 18 years ago
- f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
- 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
- 8905496 xargs: fix my brain fart (resulted in memory leak) by Denis Vlasenko · 18 years ago
- 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
- cd7001f factor out NOFORK/NOEXEC code from find. Use it for xargs too. by Denis Vlasenko · 18 years ago
- 1b4b2cb xargs: shrink code, ~80 bytes applets.h: +#undef APPLET_NOEXEC by Denis Vlasenko · 18 years ago
- 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 6248a73 xargs: simplify option parsing by Denis Vlasenko · 18 years ago
- 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
- 59c4e5c removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
- 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
- aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 252183e Try to make indent formatting less horrible by Eric Andersen · 21 years ago
- 40c9489 Add a comment with link to the SUSv3 standard for xargs by Glenn L McGrath · 21 years ago
- 09c295a run through indent by Glenn L McGrath · 21 years ago
- 6179694 Vods versions of xargs by Glenn L McGrath · 21 years ago
- 9982596 Bugfix for xargs by Glenn L McGrath · 21 years ago
- add3ead Add the x, n, s and E options, remove -r as its expected behaviour. by Glenn L McGrath · 21 years ago
- 07cf926 Dont mix xarg options with utility option, fixes example of by Glenn L McGrath · 21 years ago
- 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- f57674e Rewrite of xargs by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- d4ee989 last_patch55 from vodz: by Eric Andersen · 22 years ago
- 0d833ca Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and by Robert Griebl · 22 years ago
- d81891a Call xmalloc before realloc by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 6f3240a xstrdup xargs cleanup from Jeff Garzik by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
- 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
- 6c6ea6c Changed email address to codepoet.org, updated list of applets / docs I by Mark Whitley · 24 years ago