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