| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2016-07-07 | 1 | -0/+21 |
|\ |
|
| * | cp: add -u/--update and --remove-destination | Denys Vlasenko | 2016-05-27 | 1 | -0/+21 |
* | | Don't store file details in inode hash table | Ron Yorston | 2014-11-30 | 1 | -6/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-06-30 | 1 | -0/+4 |
|\| |
|
| * | Add conditional support for -v / --verbose | Denys Vlasenko | 2014-05-19 | 1 | -0/+4 |
* | | Revise mingw_stat to minimise changes from upstream BusyBox | Ron Yorston | 2014-01-07 | 1 | -3/+1 |
* | | Ensure mingw_stat is called when necessary | Ron Yorston | 2012-11-29 | 1 | -1/+3 |
* | | Update mingw.c from latest git/compat | Ron Yorston | 2012-03-30 | 1 | -5/+0 |
* | | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge | Ron Yorston | 2012-03-22 | 1 | -4/+4 |
|\| |
|
| * | libbb/copy_file.c: use smallints instead of signed chars | Denys Vlasenko | 2011-01-28 | 1 | -4/+4 |
* | | copy_file: kkip inode/device check | Daniel Klessing | 2011-11-21 | 1 | -0/+6 |
* | | Added missing stat() tweaks for mingw port | Zheng, Lei | 2011-11-20 | 1 | -0/+3 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+1 |
|\| |
|
| * | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | | win32: copy_file: always use lstat to avoid macro conflict | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+5 |
|/ |
|
* | cosmetic fixes | Denys Vlasenko | 2010-02-06 | 1 | -2/+2 |
* | cp: fix -H handling | Denys Vlasenko | 2010-01-15 | 1 | -2/+2 |
* | fix improper utimes usage | Denys Vlasenko | 2009-11-29 | 1 | -4/+4 |
* | some non-gnu compilers can't have non-const struct initializers | Denys Vlasenko | 2009-11-15 | 1 | -2/+4 |
* | use utimes() rather than obsolescent utime() | Bernhard Reutner-Fischer | 2009-11-15 | 1 | -5/+3 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 1 | -20/+20 |
* | cp: make "non-POSIX" cp a bit more consistent | Denys Vlasenko | 2009-07-05 | 1 | -34/+28 |
* | cp: by popular demand, make it POSIX compliant (but less safe) | Denys Vlasenko | 2009-07-05 | 1 | -9/+9 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -1/+1 |
* | copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. | Denis Vlasenko | 2008-03-28 | 1 | -8/+29 |
* | cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 | Denis Vlasenko | 2008-02-13 | 1 | -1/+11 |
* | cp: make it a bit closer to POSIX, but still refuse to open and | Denis Vlasenko | 2007-09-11 | 1 | -5/+7 |
* | cp: make "cp file /dev/node" special case; explained in comments | Denis Vlasenko | 2007-09-11 | 1 | -7/+15 |
* | cp: fix recursion check to not waste bytes remembering names of dirs | Denis Vlasenko | 2007-08-27 | 1 | -6/+5 |
* | cp: detect and prevent infinite recursion | Denis Vlasenko | 2007-08-27 | 1 | -17/+35 |
* | make copy_file() a bit easier to understand, and smaller | Denis Vlasenko | 2007-08-25 | 1 | -67/+66 |
* | cp: make POSIX-me-harder mode complain with a bit less insane message | Denis Vlasenko | 2007-08-24 | 1 | -7/+8 |
* | do not do utime() on links, it acts on link targets, and we don't want that. | Denis Vlasenko | 2007-06-20 | 1 | -5/+5 |
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 1 | -1/+1 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko | 2007-04-11 | 1 | -6/+4 |
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 1 | -2/+2 |
* | copy_file: comment out one condition which is always false. | Denis Vlasenko | 2007-03-15 | 1 | -28/+50 |
* | stop using big static buffer for inode hash | Denis Vlasenko | 2007-03-14 | 1 | -12/+11 |
* | introduce and use setfscreatecon_or_die | Denis Vlasenko | 2007-03-12 | 1 | -1/+1 |
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 1 | -0/+40 |
* | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | 2007-02-11 | 1 | -1/+1 |
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -1/+1 |
* | cp: add support for -s, -l. Fix free(nonmalloc) bug. | Denis Vlasenko | 2006-10-21 | 1 | -84/+126 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -3/+1 |
* | The logic to make cp -d or -P treat things like regular files should only | Rob Landley | 2006-06-24 | 1 | -21/+14 |
* | Random cleanup of platform.h. | Rob Landley | 2006-06-13 | 1 | -7/+0 |
* | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+1 |
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -1/+1 |
* | Attempt to make a warning go away without increasing size. | Rob Landley | 2006-03-14 | 1 | -4/+3 |