1. 8003e26 explain why we use mmap instead of malloc by Denis Vlasenko · 17 years ago
  2. 4c13922 Introduce FEATURE_COPYBUF_KB. by Denis Vlasenko · 17 years ago
  3. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  4. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  5. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
  6. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 18 years ago
  7. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  8. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  9. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  10. 4fbb584 tar: cry murder and bail out if file shrinks under us while we tar it up by Denis Vlasenko · 18 years ago
  11. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  12. 6231e87 style fixes by Denis Vlasenko · 18 years ago
  13. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  14. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  15. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  16. 90632d0 Bug fix from Kim B. Heino, manifested via: by Rob Landley · 19 years ago
  17. 7600eec avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago
  18. c1ef7bd just whitespace by Tim Riker · 19 years ago
  19. 9033453 My last change to this file broke tar x. Sigh. (Trying to make sure we work by Rob Landley · 19 years ago
  20. 3fc4ad1 Fix bug 424: doing full_read breaks things like cat which should return a by Rob Landley · 19 years ago
  21. 21ccbb6 When cp ran out of space it didn't return a nonzero error code. Fixes bug 493. by Rob Landley · 19 years ago
  22. fef32b5 Correct errors preventing busybox tar from working properly, by Eric Andersen · 19 years ago
  23. 451c0d2 Rework to fix http://bugs.uclibc.org/view.php?id=107 by Eric Andersen · 20 years ago
  24. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  25. 181f077 bb_full_fd_action was incorrectly returning an error message causing by Glenn L McGrath · 21 years ago
  26. 15c3512 Sometimes i get carried away with the use of function pointers, im sure by Glenn L McGrath · 21 years ago
  27. c3498f6 When a size of 0 is passed to copyfd_size, dont do anything, it was by Glenn L McGrath · 21 years ago
  28. f0515da Fix warning by Glenn L McGrath · 21 years ago
  29. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  30. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  31. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  32. 25fe94f Merge copyfd and copy_file_chunk by Glenn L McGrath · 22 years ago
  33. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  34. d6ef074 Rewrote copyfd to use library functions, terminate, and copy correct data. by Matt Kraai · 23 years ago
  35. 55f9872 This patch from Adam Heath <doogie@debian.org>, makes print_file by Eric Andersen · 23 years ago