1. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  2. f6250a3 dd: NOEXEC fix dd: correct wrongly capitalized constant by Denis Vlasenko · 18 years ago
  3. d1801a4 dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) by Denis Vlasenko · 18 years ago
  4. e468ef2 - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off by Bernhard Reutner-Fischer · 18 years ago
  5. 99003b8 - use enum for the OPs as suggested by vda. No obj-code changes. by Bernhard Reutner-Fischer · 18 years ago
  6. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
  7. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 18 years ago
  8. 2a47dea - remove bss users. Shrinkage while at it. See XXX for further, pre-existing bugs by Bernhard Reutner-Fischer · 18 years ago
  9. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  10. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  11. 5dd27b1 dd: support >2gb values for seek, skip, count by Denis Vlasenko · 18 years ago
  12. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  13. 3b8ff68 dd: fix bugs: always assumed conv=sync, died on write errors by Denis Vlasenko · 18 years ago
  14. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  15. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  16. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  17. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  18. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  19. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  20. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  21. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  22. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  23. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  24. 2686d3b Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add by Rob Landley · 19 years ago
  25. c559817 Patch from Jason Schoon to add optional SIGUSR1 support to dd. by Rob Landley · 19 years ago
  26. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  27. 57545c8 avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago
  28. ab26cc3 Avoid symbol naming conflict with libm by Eric Andersen · 21 years ago
  29. 8876fb2 last_patch89 from vodz: by Eric Andersen · 22 years ago
  30. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  31. eaed78a Style by Glenn L McGrath · 22 years ago
  32. cdf142a Woops, forgot they printout applet name as well.... by Glenn L McGrath · 22 years ago
  33. d7d5f42 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  34. ef38b39 Support noerror option by Eric Andersen · 23 years ago
  35. eb83478 * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not a by Matt Kraai · 23 years ago
  36. 3eeab3b Update copyright and close file descriptors (noted by Axel Kittenberger). by Matt Kraai · 23 years ago
  37. 73f6a1b Always write record counts to stderr. by Matt Kraai · 23 years ago
  38. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
  39. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 24 years ago
  40. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  41. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  42. a164c64 Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  43. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  44. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  45. c9acf8c Complicate truncate behavior. by Matt Kraai · 24 years ago
  46. 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
  47. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  48. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  49. ddea368 Apply rev #2 of dd fix from Gennady Feldman. by Eric Andersen · 24 years ago
  50. 324a778 Added a fatalPerror function to simplify error handling. by Matt Kraai · 24 years ago
  51. b60208d Fix for bug #1068 from Kent Robotti by Glenn L McGrath · 24 years ago
  52. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  53. 56a3288 Fix looping bug, use fullRead by Glenn L McGrath · 24 years ago
  54. f0b073f dd now truncates files at the end its write, this can be turned of by by Glenn L McGrath · 24 years ago
  55. 729216c Remove some debugging code by Glenn L McGrath · 24 years ago
  56. 18310f1 Using seek=? used to cause part of the original file to be zero'ed, i by Glenn L McGrath · 24 years ago
  57. 0ae8e5a My previous attempt to make dd use fullRead, fullWrite was very broken, by Glenn L McGrath · 24 years ago
  58. 06aeb6c ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. by Glenn L McGrath · 24 years ago
  59. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  60. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  61. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  62. 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 25 years ago
  63. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
  64. 1ad302a The new tar for busybox is now done, and works just fine by Erik Andersen · 25 years ago
  65. 298854f My latest ramblings. -Erik by Erik Andersen · 25 years ago
  66. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 25 years ago
  67. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  68. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  69. 4d1d011 Reworked the source so it will compile and run under glibc 2.0.7 by Erik Andersen · 25 years ago
  70. 1792f8c Tail now works (costs 6k). Several other updates. -Erik by Eric Andersen · 25 years ago
  71. b186d98 Stuf by Eric Andersen · 25 years ago
  72. cb41c2e Bug fixes by Eric Andersen · 25 years ago
  73. 6a76e65 Stuf by Eric Andersen · 25 years ago
  74. 08b1034 Stuf by Eric Andersen · 25 years ago
  75. b6a44b8 updates for the day by Eric Andersen · 25 years ago
  76. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  77. c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
  78. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  79. 5de3065 Fixed dd by Eric Andersen · 25 years ago
  80. 3cf52d1 More stuff... by Eric Andersen · 25 years ago
  81. 9d3aba7 more stuff by Eric Andersen · 25 years ago
  82. cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2