Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen | |
-Erik | |||
2000-04-06 | Some more minor updates to better use some gcc attributes. | Erik Andersen | |
-Erik | |||
2000-04-04 | Oops. Forgot the usleep.c file. | Erik Andersen | |
/me dons a paper bag. -Erik | |||
2000-03-28 | Yet another installment in the ongoing tar saga | Erik Andersen | |
-Erik | |||
2000-03-24 | The new tar for busybox is now done, and works just fine | Erik Andersen | |
for extracting files. Creation of tarballs is next... -Erik | |||
2000-03-23 | My latest ramblings. | Erik Andersen | |
-Erik | |||
2000-03-22 | Use the nice new find_real_root_device function to find the | Erik Andersen | |
name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik | |||
2000-03-21 | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | |
the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik | |||
2000-03-16 | Forgot these files... | Erik Andersen | |
-Erik | |||
2000-03-08 | + changed a static array (FileList) into a dynamically allocated one | John Beppu | |
in an attempt to make the .bss section smaller. | |||
2000-03-05 | Add in tr and dirname | Erik Andersen | |
-Erik | |||
2000-03-04 | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | |
-Erik | |||
2000-02-21 | Forgot to add basename. More fixes to du from | Erik Andersen | |
Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik | |||
2000-02-19 | Fixed du. Now behaves just like GNU du (only less so). | Erik Andersen | |
-Erik | |||
2000-02-18 | Some updates for the day, | Erik Andersen | |
-Erik | |||
2000-02-13 | - I suspect the problem has something to do w/ symlinks. | John Beppu | |
- It's not completely in agreement w/ GNU/du, but + the answer is much closer than before. - Some of the right-shifts seem to have mysteriously disappeared. I put them back in. | |||
2000-02-11 | Updates | Erik Andersen | |
-Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
2000-02-07 | A few minor updates. ;-) | Erik Andersen | |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||
2000-01-29 | Clear up some ambiguity with old style assignments. | Erik Andersen | |
-Erik | |||
2000-01-27 | Fixed ls formatting for 8 char user names. | Erik Andersen | |
-Erik | |||
2000-01-25 | Some busybox updates. See the changelog for details if you care. | Erik Andersen | |
-Erik | |||
2000-01-23 | * added (and documented) "-n" option for head - | Erik Andersen | |
contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik | |||
2000-01-15 | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen | |
the Embedix release. -Erik | |||
2000-01-13 | Bug fixes. | Erik Andersen | |
-Erik | |||
2000-01-08 | Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, | Erik Andersen | |
and README is a file. -Erik | |||
2000-01-07 | More minor fixes. | Erik Andersen | |
-Erik | |||
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 | |
-Erik | |||
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 | |
a minor inittab design change to accomodate specifying the device to run each process on. -Erik | |||
2000-01-04 | Bunches of fixes. Typos, bugs, etc. | Erik Andersen | |
Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik | |||
1999-12-29 | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen | |
has an append command, thanks to Marco Pantaleoni <panta@prosa.it> * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. * Some cosmetic fixes to ls output formatting to make it behave more like GNU ls. -Erik | |||
1999-12-29 | Fixed mv so it now does the right thing (same method used in cp). Removed | Erik Andersen | |
some cruft from cp. -Erik | |||
1999-12-29 | Fixed cp so it works as God intended it to. | Erik Andersen | |
-Erik | |||
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 | |
it's ok, now. | |||
1999-12-22 | playing w/ $Log$ | John Beppu | |
1999-12-22 | the base is nearly done. | John Beppu | |
need to implement various comparison functions, now. | |||
1999-12-22 | added hooks for sort | John Beppu | |
1999-12-22 | work in progress... | John Beppu | |
1999-12-21 | this is my work in progress. | John Beppu | |
1999-12-17 | Make head --version do the right thing. Update TODO list | Erik Andersen | |
-Erik | |||
1999-12-17 | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | |
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik | |||
1999-12-16 | killed an elusive bug in du -s. | John Beppu | |
1999-12-15 | fixed an embarrasing segfault (head w/ no args | John Beppu | |
used to die (but now it lives)) | |||
1999-12-15 | Implemented du -s | John Beppu | |
1999-12-11 | Ok, so this is reallt 0.38... | Eric Andersen | |
-Erik |