summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski4-42/+71
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-26libbb/copyfd.c: fix the case of copy buffer <= 4kbDenys Vlasenko1-1/+3
2010-06-26tar: fix --to-command wrt short writesDenys Vlasenko2-6/+17
2010-03-19libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kbDenys Vlasenko1-0/+3
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-12-02explain why we use mmap instead of mallocDenis Vlasenko1-0/+2
2007-12-02Introduce FEATURE_COPYBUF_KB.Denis Vlasenko2-8/+34
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko20-162/+183
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko18-83/+114
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko41-128/+173
2007-04-09make xfunctions optionally longjump instead of exit.Denis Vlasenko10-24/+39
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko48-310/+310
2006-12-22tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko13-66/+85
2006-11-25tee: fix bug: argv[-1] is a no-no!Denis Vlasenko4-58/+71
2006-11-24tar: cry murder and bail out if file shrinks under us while we tar it upDenis Vlasenko2-4/+13
2006-10-08correct largefile support, add comments about it.Denis Vlasenko15-91/+121
2006-09-17style fixesDenis Vlasenko1-5/+4
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley39-224/+204
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer18-109/+47
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-02-13Bug fix from Kim B. Heino, manifested via:Rob Landley1-0/+1
2006-01-31avoid signed<->unsigned warning"Vladimir N. Oleynik"1-1/+1
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-11-12My last change to this file broke tar x. Sigh. (Trying to make sure we workRob Landley1-4/+5
2005-11-04Fix bug 424: doing full_read breaks things like cat which should return aRob Landley1-1/+1
2005-11-04When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.Rob Landley1-57/+27
2005-04-27Correct errors preventing busybox tar from working properly,Eric Andersen1-6/+11
2005-04-16Rework to fix http://bugs.uclibc.org/view.php?id=107Eric Andersen1-32/+41
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-02-23bb_full_fd_action was incorrectly returning an error message causingGlenn L McGrath1-2/+2
2004-02-21Sometimes i get carried away with the use of function pointers, im sureGlenn L McGrath3-7/+6
2003-11-24When a size of 0 is passed to copyfd_size, dont do anything, it wasGlenn L McGrath1-1/+4
2003-11-22Fix warningGlenn L McGrath1-2/+6
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath18-148/+55
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-12-13Merge copyfd and copy_file_chunkGlenn L McGrath5-65/+54
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-05-18Rewrote copyfd to use library functions, terminate, and copy correct data.Matt Kraai3-26/+18
2001-05-15This patch from Adam Heath <doogie@debian.org>, makes print_fileEric Andersen5-6/+72