1. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago
  2. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago
  3. 5b46d79 Some more portability updates -Erik by Erik Andersen · 25 years ago
  4. 499f65f Some updates for better portability. -Erik by Erik Andersen · 25 years ago
  5. 73c8c9c More doc updates -Erik by Erik Andersen · 25 years ago
  6. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  7. 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 25 years ago
  8. ac130e1 Add suffix stripping support to basename -Erik by Erik Andersen · 25 years ago
  9. 5afc864 More stuff -Erik by Erik Andersen · 25 years ago
  10. 8f8d6d5 Due to the license change I can now use Minix code. Minix tr by Erik Andersen · 25 years ago
  11. 9b7d964 My little adventure of analyzing lib usage has already rooted out by Erik Andersen · 25 years ago
  12. 94f5e0b Some accrued fixes/updates. by Erik Andersen · 25 years ago
  13. 6ed02a0 Fix stupid bugs. update was segfaulting. mknod minor # was always 0 by Erik Andersen · 25 years ago
  14. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 25 years ago
  15. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 25 years ago
  16. 91e581f - grep -v ^\.PHONY < Makefile by John Beppu · 25 years ago
  17. 26702fe Bugfixes. -Erik by Erik Andersen · 25 years ago
  18. e5b6c7d More updates to the docs, and fixes to sync things with the docs. -Erik by Erik Andersen · 25 years ago
  19. 5a728cf + in the interest of robustness, I added by John Beppu · 25 years ago
  20. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 25 years ago
  21. 9cf3bfa More doc updates for BusyBox, with fixes to apps for bugs revealed by Erik Andersen · 25 years ago
  22. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
  23. 93d6513 Some more minor updates to better use some gcc attributes. -Erik by Erik Andersen · 25 years ago
  24. cbb0a4b Oops. Forgot the usleep.c file. /me dons a paper bag. -Erik by Erik Andersen · 25 years ago
  25. 3364d78 Yet another installment in the ongoing tar saga -Erik by Erik Andersen · 25 years ago
  26. 1ad302a The new tar for busybox is now done, and works just fine by Erik Andersen · 25 years ago
  27. 298854f My latest ramblings. -Erik by Erik Andersen · 25 years ago
  28. ec5bd90 Use the nice new find_real_root_device function to find the by Erik Andersen · 25 years ago
  29. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 25 years ago
  30. 13456d1 Forgot these files... -Erik by Erik Andersen · 25 years ago
  31. 692a450 + changed a static array (FileList) into a dynamically allocated one by John Beppu · 25 years ago
  32. fb002d0 Add in tr and dirname -Erik by Erik Andersen · 25 years ago
  33. 029011b A few updates (including the cp fix the Craig has been looking for) -Erik by Erik Andersen · 25 years ago
  34. 42387e4 Forgot to add basename. More fixes to du from by Erik Andersen · 25 years ago
  35. 27fdd08 Fixed du. Now behaves just like GNU du (only less so). -Erik by Erik Andersen · 25 years ago
  36. e272915 Some updates for the day, -Erik by Erik Andersen · 25 years ago
  37. 08c965a - I suspect the problem has something to do w/ symlinks. by John Beppu · 25 years ago
  38. 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago
  39. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  40. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  41. 04e9702 Clear up some ambiguity with old style assignments. -Erik by Erik Andersen · 25 years ago
  42. ccc7488 Fixed ls formatting for 8 char user names. -Erik by Erik Andersen · 25 years ago
  43. 3fe39dc Some busybox updates. See the changelog for details if you care. -Erik by Erik Andersen · 25 years ago
  44. 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
  45. 3163821 Sync up busybox with the latest and greatest. This is not stuff for by Erik Andersen · 25 years ago
  46. 05df239 Bug fixes. -Erik by Erik Andersen · 25 years ago
  47. 1dbc17f Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, by Erik Andersen · 25 years ago
  48. 812d466 More minor fixes. -Erik by Erik Andersen · 25 years ago
  49. 9d83165 added uniq_usage message by John Beppu · 25 years ago
  50. 96f1f33 did tedious stuff by John Beppu · 25 years ago
  51. 0b874ed Cool. Beppu is doing uniq. -Erik by Erik Andersen · 25 years ago
  52. abb4772 i am busybox of borg. unix will be assimilated. by John Beppu · 25 years ago
  53. 0881de7 The latest and greatest. init basically works, though needs by Erik Andersen · 25 years ago
  54. 7dc1607 Bunches of fixes. Typos, bugs, etc. by Erik Andersen · 25 years ago
  55. 1266a13 * sed now supports addresses (numeric or regexp, with negation) and by Erik Andersen · 25 years ago
  56. f664c00 Fixed mv so it now does the right thing (same method used in cp). Removed by Erik Andersen · 25 years ago
  57. 2fe08c7 Fixed cp so it works as God intended it to. -Erik by Erik Andersen · 25 years ago
  58. 00417a3 sort is good to go. by John Beppu · 25 years ago
  59. ee512a3 implemented numeric sort (sort -g) by John Beppu · 25 years ago
  60. 568cb7b oops.. qsort(2) misunderstanding on my part. it's ok, now. by John Beppu · 25 years ago
  61. d19385e playing w/ $Log$ by John Beppu · 25 years ago
  62. f3e5904 the base is nearly done. need to implement various comparison functions, now. by John Beppu · 25 years ago
  63. 019513a added hooks for sort by John Beppu · 25 years ago
  64. 38efa79 work in progress... by John Beppu · 25 years ago
  65. c0ca473 this is my work in progress. by John Beppu · 25 years ago
  66. 10c341a Make head --version do the right thing. Update TODO list -Erik by Erik Andersen · 25 years ago
  67. 4d1d011 Reworked the source so it will compile and run under glibc 2.0.7 by Erik Andersen · 25 years ago
  68. 0aa6118 killed an elusive bug in du -s. by John Beppu · 25 years ago
  69. 25ab653 fixed an embarrasing segfault (head w/ no args used to die (but now it lives)) by John Beppu · 25 years ago
  70. e1618e4 Implemented du -s by John Beppu · 25 years ago
  71. 19db07b Ok, so this is reallt 0.38... -Erik by Eric Andersen · 25 years ago
  72. b52a218 Removed a redundant call du(); Save cpu cycles. by John Beppu · 25 years ago
  73. cf53687 Fixed John's email address again. by Eric Andersen · 25 years ago
  74. 2cb5507 Added poweroff (and adjusted init to use it). Inlined function by Eric Andersen · 25 years ago
  75. 3157b1f Implemented head(1). tried to mimic GNU behaviour. by John Beppu · 25 years ago
  76. a3e0d79 changed tee_usage from being a function to a char[] by John Beppu · 25 years ago
  77. 9835541 Fixed bug when dealing with files specified by John Beppu · 25 years ago
  78. 70e2f0b Fix beppu's email address. BTW, John, go to sleep. It is late. :) -Erik by Eric Andersen · 25 years ago
  79. 14c82b6 Fleshed out du_main(). I'm not sure which options to support. by John Beppu · 25 years ago
  80. 059f152 Implemented tee(1). by John Beppu · 25 years ago
  81. 0f5e1ab This is my preliminary by John Beppu · 25 years ago
  82. 1792f8c Tail now works (costs 6k). Several other updates. -Erik by Eric Andersen · 25 years ago
  83. abc0f4f Latest and greatest by Eric Andersen · 25 years ago
  84. b186d98 Stuf by Eric Andersen · 25 years ago
  85. c054b21 Stuf by Eric Andersen · 25 years ago
  86. 394f764 Stuf by Eric Andersen · 25 years ago
  87. cb41c2e Bug fixes by Eric Andersen · 25 years ago
  88. e1850dd Stuf by Eric Andersen · 25 years ago
  89. 6a76e65 Stuf by Eric Andersen · 25 years ago
  90. 08b1034 Stuf by Eric Andersen · 25 years ago
  91. ded6259 Latest and greatest by Eric Andersen · 25 years ago 0_36
  92. d80e851 Stuf by Eric Andersen · 25 years ago
  93. a9c95ea Updates by Eric Andersen · 25 years ago
  94. b6a44b8 updates for the day by Eric Andersen · 25 years ago
  95. 96bcfd3 Latest and greatest -Erik by Eric Andersen · 25 years ago
  96. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  97. 50d6360 Stuff by Eric Andersen · 25 years ago
  98. 07e5297 init and ls -l fixes by Eric Andersen · 25 years ago
  99. 29d2e36 Fixed ln, df, and removed redundant stuff from mtab. by Eric Andersen · 25 years ago
  100. d0246fb More stuff. by Eric Andersen · 25 years ago