aboutsummaryrefslogtreecommitdiff
path: root/libbb/copyfd.c
AgeCommit message (Expand)Author
2020-12-14libbb: create and use mmap() helpersDenys Vlasenko
2019-10-11dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-07-15copyfd: guard use of munmap() with #if (windows builds need this)Johannes Schindelin
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-26libbb/copyfd.c: fix the case of copy buffer <= 4kbDenys Vlasenko
2010-06-26tar: fix --to-command wrt short writesDenys Vlasenko
2010-03-19libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kbDenys Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-12-02explain why we use mmap instead of mallocDenis Vlasenko
2007-12-02Introduce FEATURE_COPYBUF_KB.Denis Vlasenko
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2007-04-09make xfunctions optionally longjump instead of exit.Denis Vlasenko
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko
2006-12-22tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko
2006-11-25tee: fix bug: argv[-1] is a no-no!Denis Vlasenko
2006-11-24tar: cry murder and bail out if file shrinks under us while we tar it upDenis Vlasenko
2006-10-08correct largefile support, add comments about it.Denis Vlasenko
2006-09-17style fixesDenis Vlasenko
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-02-13Bug fix from Kim B. Heino, manifested via:Rob Landley
2006-01-31avoid signed<->unsigned warning"Vladimir N. Oleynik"
2006-01-25just whitespaceTim Riker
2005-11-12My last change to this file broke tar x. Sigh. (Trying to make sure we workRob Landley
2005-11-04Fix bug 424: doing full_read breaks things like cat which should return aRob Landley
2005-11-04When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.Rob Landley
2005-04-27Correct errors preventing busybox tar from working properly,Eric Andersen
2005-04-16Rework to fix http://bugs.uclibc.org/view.php?id=107Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-23bb_full_fd_action was incorrectly returning an error message causingGlenn L McGrath
2004-02-21Sometimes i get carried away with the use of function pointers, im sureGlenn L McGrath
2003-11-24When a size of 0 is passed to copyfd_size, dont do anything, it wasGlenn L McGrath
2003-11-22Fix warningGlenn L McGrath
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-13Merge copyfd and copy_file_chunkGlenn L McGrath
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-05-18Rewrote copyfd to use library functions, terminate, and copy correct data.Matt Kraai
2001-05-15This patch from Adam Heath <doogie@debian.org>, makes print_fileEric Andersen