Age | Commit message (Expand) | Author |
2000-07-03 | Added support for ignoring '-g' per GNU ls, thanks to David Vrabel | Eric Andersen |
2000-06-28 | Yanked out the cstring_alloc() and cstring_lineFromFile() functions from | Mark Whitley |
2000-06-26 | Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. | Eric Andersen |
2000-06-26 | Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in | Eric Andersen |
2000-06-22 | Pavel Roskin <proski@gnu.org> just found a nasty memory | Eric Andersen |
2000-06-21 | Document 'ln --' | Eric Andersen |
2000-06-19 | printf now compiles cleanly under both libc5 and libc6. | Eric Andersen |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-06-18 | Check for 3 and more arguments was incorrect | Pavel Roskin |
2000-06-15 | ln: fixed command line parser. Added support for "--" | Pavel Roskin |
2000-06-14 | Fixed "rm foo" that had been broken while implementing "rm -- foo" | Pavel Roskin |
2000-06-13 | Add new apps md5sum uudecode uuencode, fix some minor formatting things. | Eric Andersen |
2000-06-07 | * Fixed 'swapon -a' and 'swapoff -a', which were broken. | Eric Andersen |
2000-06-06 | Fix 'date -u' | Eric Andersen |
2000-06-06 | Fixed a bunch of stuff: | Eric Andersen |
2000-06-04 | Don't allow mkfifo to create files such as "--help" | Eric Andersen |
2000-06-02 | Fix touch so it behaves itself (it could segfault in some cases). | Eric Andersen |
2000-06-02 | This is a fix for chroot | Eric Andersen |
2000-06-02 | Pavel fixed a segfault in yes. | Eric Andersen |
2000-06-02 | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen |
2000-05-19 | More libc portability updates, add in the website (which has not been | Erik Andersen |
2000-05-17 | Some more portability updates | Erik Andersen |
2000-05-16 | Some updates for better portability. | Erik Andersen |
2000-05-13 | More doc updates | Erik Andersen |
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen |
2000-05-10 | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen |
2000-05-10 | Add suffix stripping support to basename | Erik Andersen |
2000-05-02 | More stuff | Erik Andersen |
2000-05-01 | Due to the license change I can now use Minix code. Minix tr | Erik Andersen |
2000-05-01 | My little adventure of analyzing lib usage has already rooted out | Erik Andersen |
2000-05-01 | Some accrued fixes/updates. | Erik Andersen |
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 |