Age | Commit message (Expand) | Author |
2000-04-28 | Fix stupid bugs. update was segfaulting. mknod minor # was always 0 | Erik Andersen |
2000-04-28 | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen |
2000-04-21 | More Doc updates. cmdedit and more termio fixes. | Erik Andersen |
2000-04-17 | - grep -v ^\.PHONY < Makefile | John Beppu |
2000-04-17 | Bugfixes. | Erik Andersen |
2000-04-17 | More updates to the docs, and fixes to sync things with the docs. | Erik Andersen |
2000-04-17 | + in the interest of robustness, I added | John Beppu |
2000-04-15 | More documentation updates, and minor fixes to make things sync | Erik Andersen |
2000-04-13 | More doc updates for BusyBox, with fixes to apps for bugs revealed | Erik Andersen |
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen |
2000-04-06 | Some more minor updates to better use some gcc attributes. | Erik Andersen |
2000-04-04 | Oops. Forgot the usleep.c file. | Erik Andersen |
2000-03-28 | Yet another installment in the ongoing tar saga | Erik Andersen |
2000-03-24 | The new tar for busybox is now done, and works just fine | Erik Andersen |
2000-03-23 | My latest ramblings. | Erik Andersen |
2000-03-22 | Use the nice new find_real_root_device function to find the | Erik Andersen |
2000-03-21 | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen |
2000-03-16 | Forgot these files... | Erik Andersen |
2000-03-08 | + changed a static array (FileList) into a dynamically allocated one | John Beppu |
2000-03-05 | Add in tr and dirname | Erik Andersen |
2000-03-04 | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen |
2000-02-21 | Forgot to add basename. More fixes to du from | Erik Andersen |
2000-02-19 | Fixed du. Now behaves just like GNU du (only less so). | Erik Andersen |
2000-02-18 | Some updates for the day, | Erik Andersen |
2000-02-13 | - I suspect the problem has something to do w/ symlinks. | John Beppu |
2000-02-11 | Updates | Erik Andersen |
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen |
2000-02-07 | A few minor updates. ;-) | Erik Andersen |
2000-01-29 | Clear up some ambiguity with old style assignments. | Erik Andersen |
2000-01-27 | Fixed ls formatting for 8 char user names. | Erik Andersen |
2000-01-25 | Some busybox updates. See the changelog for details if you care. | Erik Andersen |
2000-01-23 | * added (and documented) "-n" option for head - | Erik Andersen |
2000-01-15 | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen |
2000-01-13 | Bug fixes. | Erik Andersen |
2000-01-08 | Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, | Erik Andersen |
2000-01-07 | More minor fixes. | Erik Andersen |
2000-01-07 | added uniq_usage message | John Beppu |
2000-01-06 | did tedious stuff | John Beppu |
2000-01-06 | Cool. Beppu is doing uniq. | Erik Andersen |
2000-01-06 | i am busybox of borg. unix will be assimilated. | John Beppu |
2000-01-05 | The latest and greatest. init basically works, though needs | Erik Andersen |
2000-01-04 | Bunches of fixes. Typos, bugs, etc. | Erik Andersen |
1999-12-29 | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen |
1999-12-29 | Fixed mv so it now does the right thing (same method used in cp). Removed | Erik Andersen |
1999-12-29 | Fixed cp so it works as God intended it to. | Erik Andersen |
1999-12-23 | sort is good to go. | John Beppu |
1999-12-23 | implemented numeric sort (sort -g) | John Beppu |
1999-12-22 | oops.. qsort(2) misunderstanding on my part. | John Beppu |
1999-12-22 | playing w/ $Log$ | John Beppu |
1999-12-22 | the base is nearly done. | John Beppu |