2008-06-27 |
Denis Vlasenko | *: introduce and use FAST_FUNC: regparm on i386, otherw... |
blob | commitdiff | raw |
2008-03-28 |
Denis Vlasenko | copy_file: handle "cp /dev/foo file" (almost) compatibl... |
blob | commitdiff | raw | diff to current |
2008-02-13 |
Denis Vlasenko | cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug... |
blob | commitdiff | raw | diff to current |
2007-09-11 |
Denis Vlasenko | cp: make it a bit closer to POSIX, but still refuse... |
blob | commitdiff | raw | diff to current |
2007-09-11 |
Denis Vlasenko | cp: make "cp file /dev/node" special case; explained... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Denis Vlasenko | cp: fix recursion check to not waste bytes remembering... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Denis Vlasenko | cp: detect and prevent infinite recursion |
blob | commitdiff | raw | diff to current |
2007-08-25 |
Denis Vlasenko | make copy_file() a bit easier to understand, and smaller |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Denis Vlasenko | cp: make POSIX-me-harder mode complain with a bit less... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Denis Vlasenko | do not do utime() on links, it acts on link targets... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Denis Vlasenko | style fixes. No code changes |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Denis Vlasenko | bb_full_fd_action: remove potential xmalloc from NOFORK... |
blob | commitdiff | raw | diff to current |
2007-03-20 |
Denis Vlasenko | fix accumulated whitespace and indentation damage |
blob | commitdiff | raw | diff to current |
2007-03-15 |
Denis Vlasenko | copy_file: comment out one condition which is always... |
blob | commitdiff | raw | diff to current |
2007-03-14 |
Denis Vlasenko | stop using big static buffer for inode hash |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Denis Vlasenko | introduce and use setfscreatecon_or_die |
blob | commitdiff | raw | diff to current |
2007-03-10 |
Denis Vlasenko | selinux support by Yuichi Nakamura <ynakam@hitachisoft... |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Denis Vlasenko | syslogd: fix "readpath bug" by using readlink instead |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Denis Vlasenko | Trailing whitespace removal over entire tree |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Denis Vlasenko | cp: add support for -s, -l. Fix free(nonmalloc) bug. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-06-24 |
Rob Landley | The logic to make cp -d or -P treat things like regular... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Rob Landley | Random cleanup of platform.h. |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - add and use bb_opendir(), bb_xopendir(). |
blob | commitdiff | raw | diff to current |
2006-04-03 |
Bernhard Reutner... | - move buffer allocation schemes to libbb.h |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Rob Landley | Attempt to make a warning go away without increasing... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2005-11-01 |
Rob Landley | Fix cp /dev/null filename, and a few in-passing cleanups. |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Paul Fox | applying fix for: |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Paul Fox | applying fix from: |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Mike Frysinger | fake out support for POSIX -H and -L options since... |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Glenn L McGrath | Dont try and preserve hard links to directories. |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Eric Andersen | For the time being, revert the changes for detecting... |
blob | commitdiff | raw | diff to current |
2004-02-19 |
Eric Andersen | Chris Larson (kergoth) writes: |
blob | commitdiff | raw | diff to current |
2004-02-19 |
Eric Andersen | Chris Larson (kergoth) writes: |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Glenn L McGrath | Patch from Matt Kraai to fix debian bug #227081 |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Glenn L McGrath | Use low level file descriptors to match bb_copyfd_eof |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Glenn L McGrath | As we no longer use function pointers for read in commo... |
blob | commitdiff | raw | diff to current |
2003-05-26 |
Glenn L McGrath | Vodz, last_patch_86 |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Glenn L McGrath | Merge copyfd and copy_file_chunk |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Eric Andersen | last_patch56 from vodz to simplify copy_file logic |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Eric Andersen | Let people force overwrite links |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Eric Andersen | Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORC... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
Matt Kraai | * libbb/copy_file.c (copy_file): Check st_dev instead... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Matt Kraai | Make cp and mv optionally preserve hard links. |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Matt Kraai | Open the source before creating the destination. |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Eric Andersen | Major rework of the directory structure and the entire... |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Matt Kraai | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREF... |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Eric Andersen | dfp might be used uninitialized. NULL it. |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Manuel Novoa III | Add some missing includes to kill warnings when buildin... |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Matt Kraai | Copy files until EOF, not the reported file size, to... |
blob | commitdiff | raw | diff to current |
2001-04-30 |
Mark Whitley | Made new xreadlink function for libbb and changed apple... |
blob | commitdiff | raw | diff to current |
2001-04-30 |
Matt Kraai | Fix user permissions of copied directories. |
blob | commitdiff | raw | diff to current |
2001-04-30 |
Matt Kraai | Simplify permission handling for FIFOs. |
blob | commitdiff | raw | diff to current |
2001-04-30 |
Matt Kraai | Fix exit status when there is an error copying a file. |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Matt Kraai | Terminate source correctly when copying symlink. Repor... |
blob | commitdiff | raw | diff to current |
2001-04-24 |
Matt Kraai | Use generic flag names. |
blob | commitdiff | raw | diff to current |
2001-04-24 |
Matt Kraai | Move applet_name declaration from busybox.h to libbb.h. |
blob | commitdiff | raw | diff to current |
2001-04-23 |
Matt Kraai | Rewrite cp and mv to be SUSv2 compliant. |
blob | commitdiff | raw | diff to current |
2001-04-20 |
Glenn L McGrath | Set permissions of created file |
blob | commitdiff | raw | diff to current |
2001-04-11 |
Glenn L McGrath | copy_file_chunk uses streams now. |
blob | commitdiff | raw | diff to current |
2001-03-16 |
Eric Andersen | Convert utility.c into libbb.a. It is now a whole... |
blob | commitdiff | raw | diff to current |
|