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