| Commit message (Expand) | Author | Age | Files | Lines |
* | tee: fix bug: argv[-1] is a no-no! | vda | 2006-11-25 | 1 | -17/+30 |
* | tar: cry murder and bail out if file shrinks under us while we tar it up | vda | 2006-11-24 | 1 | -2/+1 |
* | correct largefile support, add comments about it. | vda | 2006-10-08 | 1 | -5/+5 |
* | style fixes | vda | 2006-09-17 | 1 | -5/+4 |
* | Cleaup read() and write() variants, plus a couple of new functions like | landley | 2006-07-16 | 1 | -8/+8 |
* | - move buffer allocation schemes to libbb.h | aldot | 2006-04-03 | 1 | -1/+0 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 1 | -2/+2 |
* | Bug fix from Kim B. Heino, manifested via: | landley | 2006-02-13 | 1 | -0/+1 |
* | avoid signed<->unsigned warning | vodz | 2006-01-31 | 1 | -1/+1 |
* | just whitespace | timr | 2006-01-25 | 1 | -2/+2 |
* | My last change to this file broke tar x. Sigh. (Trying to make sure we work | landley | 2005-11-12 | 1 | -4/+5 |
* | Fix bug 424: doing full_read breaks things like cat which should return a | landley | 2005-11-04 | 1 | -1/+1 |
* | When cp ran out of space it didn't return a nonzero error code. Fixes bug 493. | landley | 2005-11-04 | 1 | -57/+27 |
* | Correct errors preventing busybox tar from working properly, | andersen | 2005-04-27 | 1 | -6/+11 |
* | Rework to fix http://bugs.uclibc.org/view.php?id=107 | andersen | 2005-04-16 | 1 | -32/+41 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 1 | -1/+1 |
* | bb_full_fd_action was incorrectly returning an error message causing | bug1 | 2004-02-23 | 1 | -2/+2 |
* | Sometimes i get carried away with the use of function pointers, im sure | bug1 | 2004-02-21 | 1 | -5/+5 |
* | When a size of 0 is passed to copyfd_size, dont do anything, it was | bug1 | 2003-11-24 | 1 | -1/+4 |
* | Fix warning | bug1 | 2003-11-22 | 1 | -2/+6 |
* | As we no longer use function pointers for read in common archiving code | bug1 | 2003-11-21 | 1 | -25/+36 |
* | Update a bunch of docs. Run a script to update my email addr. | andersen | 2003-07-14 | 1 | -1/+1 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -45/+31 |
* | Merge copyfd and copy_file_chunk | bug1 | 2002-12-13 | 1 | -15/+42 |
* | Major rework of the directory structure and the entire build system. | andersen | 2001-10-24 | 1 | -1/+1 |
* | Rewrote copyfd to use library functions, terminate, and copy correct data. | kraai | 2001-05-18 | 1 | -24/+16 |
* | This patch from Adam Heath <doogie@debian.org>, makes print_file | andersen | 2001-05-15 | 1 | -0/+67 |