summaryrefslogtreecommitdiff
path: root/libbb/copyfd.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski2014-11-271-31/+56
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb/copyfd.c: fix the case of copy buffer <= 4kbDenys Vlasenko2010-06-261-1/+3
* tar: fix --to-command wrt short writesDenys Vlasenko2010-06-261-5/+16
* libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kbDenys Vlasenko2010-03-191-0/+3
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-4/+4
* explain why we use mmap instead of mallocDenis Vlasenko2007-12-021-0/+2
* Introduce FEATURE_COPYBUF_KB.Denis Vlasenko2007-12-021-8/+24
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-4/+2
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-2/+2
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-7/+4
* make xfunctions optionally longjump instead of exit.Denis Vlasenko2007-04-091-2/+2
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-6/+26
* tee: fix bug: argv[-1] is a no-no!Denis Vlasenko2006-11-251-17/+30
* tar: cry murder and bail out if file shrinks under us while we tar it upDenis Vlasenko2006-11-241-2/+1
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-5/+5
* style fixesDenis Vlasenko2006-09-171-5/+4
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-8/+8
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-1/+0
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-2/+2
* Bug fix from Kim B. Heino, manifested via:Rob Landley2006-02-131-0/+1
* avoid signed<->unsigned warning"Vladimir N. Oleynik"2006-01-311-1/+1
* just whitespaceTim Riker2006-01-251-2/+2
* My last change to this file broke tar x. Sigh. (Trying to make sure we workRob Landley2005-11-121-4/+5
* Fix bug 424: doing full_read breaks things like cat which should return aRob Landley2005-11-041-1/+1
* When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.Rob Landley2005-11-041-57/+27
* Correct errors preventing busybox tar from working properly,Eric Andersen2005-04-271-6/+11
* Rework to fix http://bugs.uclibc.org/view.php?id=107Eric Andersen2005-04-161-32/+41
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* bb_full_fd_action was incorrectly returning an error message causingGlenn L McGrath2004-02-231-2/+2
* Sometimes i get carried away with the use of function pointers, im sureGlenn L McGrath2004-02-211-5/+5
* When a size of 0 is passed to copyfd_size, dont do anything, it wasGlenn L McGrath2003-11-241-1/+4
* Fix warningGlenn L McGrath2003-11-221-2/+6
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-211-25/+36
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-45/+31
* Merge copyfd and copy_file_chunkGlenn L McGrath2002-12-131-15/+42
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-1/+1
* Rewrote copyfd to use library functions, terminate, and copy correct data.Matt Kraai2001-05-181-24/+16
* This patch from Adam Heath <doogie@debian.org>, makes print_fileEric Andersen2001-05-151-0/+67