| Commit message (Expand) | Author | Age | Files | Lines |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -2/+0 |
* | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -4/+19 |
* | Add conditional support for -v / --verbose | Denys Vlasenko | 2014-05-19 | 1 | -1/+7 |
* | mv: accept but ignore -v | Simon B | 2012-05-06 | 1 | -8/+11 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 1 | -1/+1 |
* | mv: implement -n option | Denys Vlasenko | 2010-10-26 | 1 | -13/+33 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 1 | -3/+3 |
* | mv: fix a case when we move dangling symlink | Denis Vlasenko | 2008-07-12 | 1 | -6/+6 |
* | whitespace fixes. no code changes | Denis Vlasenko | 2008-04-22 | 1 | -1/+1 |
* | copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. | Denis Vlasenko | 2008-03-28 | 1 | -1/+5 |
* | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko | 2008-03-23 | 1 | -4/+0 |
* | - use standard-imposed constants some more | Bernhard Reutner-Fischer | 2007-11-16 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko | 2007-09-24 | 1 | -1/+1 |
* | cp,mv: simpler arg[cv] handling -> smallish code savings | Denis Vlasenko | 2007-08-24 | 1 | -18/+19 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -2/+3 |
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 1 | -1/+1 |
* | rework long option handling. saves ~1.2k | Denis Vlasenko | 2007-07-23 | 1 | -6/+5 |
* | use "glibc errno" trick not only for ash, but for entire busybox | Denis Vlasenko | 2007-05-31 | 1 | -3/+0 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 1 | -1/+1 |
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 1 | -2/+7 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -1/+1 |
* | cp: add support for -s, -l. Fix free(nonmalloc) bug. | Denis Vlasenko | 2006-10-21 | 1 | -6/+7 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -3/+3 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -14/+1 |
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -0/+4 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -1/+1 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | 2005-09-05 | 1 | -1/+1 |
* | If /tmp and /home were different partitions, then "mv /tmp/file /home/file" | Rob Landley | 2005-07-20 | 1 | -3/+3 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -4/+4 |
* | Use return instead of exit, use == instead of & ==, left justify labels, | Glenn L McGrath | 2004-02-21 | 1 | -33/+29 |
* | last_patch89 from vodz: | Eric Andersen | 2003-06-20 | 1 | -17/+19 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -115/+88 |
* | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. | Matt Kraai | 2001-10-05 | 1 | -2/+2 |
* | Rewrote rm. | Matt Kraai | 2001-04-24 | 1 | -16/+1 |
* | Use generic flag names. | Matt Kraai | 2001-04-24 | 1 | -9/+9 |
* | Rewrite cp and mv to be SUSv2 compliant. | Matt Kraai | 2001-04-23 | 1 | -0/+183 |
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -112/+0 |
* | Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, | Erik Andersen | 2000-01-08 | 1 | -1/+6 |
* | Fixed mv so it now does the right thing (same method used in cp). Removed | Erik Andersen | 1999-12-29 | 1 | -41/+41 |
* | Fixed cp so it works as God intended it to. | Erik Andersen | 1999-12-29 | 1 | -10/+32 |
* | Stuf | Eric Andersen | 1999-11-16 | 1 | -1/+6 |
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 1 | -1/+1 |
* | Fixed up copyright notices and such | Eric Andersen | 1999-10-20 | 1 | -1/+3 |