Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forgot these files... | Erik Andersen | 2000-03-16 | 2 | -0/+709 |
| | | | | -Erik | ||||
* | + changed a static array (FileList) into a dynamically allocated one | John Beppu | 2000-03-08 | 1 | -2/+9 |
| | | | | in an attempt to make the .bss section smaller. | ||||
* | Add in tr and dirname | Erik Andersen | 2000-03-05 | 2 | -0/+724 |
| | | | | -Erik | ||||
* | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | 2000-03-04 | 6 | -69/+63 |
| | | | | -Erik | ||||
* | Forgot to add basename. More fixes to du from | Erik Andersen | 2000-02-21 | 2 | -8/+79 |
| | | | | | Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik | ||||
* | Fixed du. Now behaves just like GNU du (only less so). | Erik Andersen | 2000-02-19 | 1 | -4/+58 |
| | | | | -Erik | ||||
* | Some updates for the day, | Erik Andersen | 2000-02-18 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | - I suspect the problem has something to do w/ symlinks. | John Beppu | 2000-02-13 | 1 | -2/+2 |
| | | | | | | | - 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. | ||||
* | Updates | Erik Andersen | 2000-02-11 | 4 | -17/+36 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 31 | -2907/+2841 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 16 | -320/+139 |
| | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | ||||
* | Clear up some ambiguity with old style assignments. | Erik Andersen | 2000-01-29 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Fixed ls formatting for 8 char user names. | Erik Andersen | 2000-01-27 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Some busybox updates. See the changelog for details if you care. | Erik Andersen | 2000-01-25 | 3 | -27/+425 |
| | | | | -Erik | ||||
* | * added (and documented) "-n" option for head - | Erik Andersen | 2000-01-23 | 6 | -21/+23 |
| | | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik | ||||
* | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen | 2000-01-15 | 6 | -0/+357 |
| | | | | | the Embedix release. -Erik | ||||
* | Bug fixes. | Erik Andersen | 2000-01-13 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, | Erik Andersen | 2000-01-08 | 2 | -2/+12 |
| | | | | | and README is a file. -Erik | ||||
* | More minor fixes. | Erik Andersen | 2000-01-07 | 1 | -2/+5 |
| | | | | -Erik | ||||
* | added uniq_usage message | John Beppu | 2000-01-07 | 1 | -2/+9 |
| | |||||
* | did tedious stuff | John Beppu | 2000-01-06 | 1 | -15/+46 |
| | |||||
* | Cool. Beppu is doing uniq. | Erik Andersen | 2000-01-06 | 1 | -2/+3 |
| | | | | -Erik | ||||
* | i am busybox of borg. unix will be assimilated. | John Beppu | 2000-01-06 | 1 | -0/+157 |
| | |||||
* | The latest and greatest. init basically works, though needs | Erik Andersen | 2000-01-05 | 1 | -3/+0 |
| | | | | | | a minor inittab design change to accomodate specifying the device to run each process on. -Erik | ||||
* | Bunches of fixes. Typos, bugs, etc. | Erik Andersen | 2000-01-04 | 1 | -1/+1 |
| | | | | | | Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik | ||||
* | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen | 1999-12-29 | 1 | -11/+15 |
| | | | | | | | | 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 | ||||
* | Fixed mv so it now does the right thing (same method used in cp). Removed | Erik Andersen | 1999-12-29 | 2 | -49/+42 |
| | | | | | some cruft from cp. -Erik | ||||
* | Fixed cp so it works as God intended it to. | Erik Andersen | 1999-12-29 | 2 | -24/+58 |
| | | | | -Erik | ||||
* | sort is good to go. | John Beppu | 1999-12-23 | 1 | -23/+26 |
| | |||||
* | implemented numeric sort (sort -g) | John Beppu | 1999-12-23 | 1 | -9/+30 |
| | |||||
* | oops.. qsort(2) misunderstanding on my part. | John Beppu | 1999-12-22 | 1 | -5/+24 |
| | | | | it's ok, now. | ||||
* | playing w/ $Log$ | John Beppu | 1999-12-22 | 1 | -7/+7 |
| | |||||
* | the base is nearly done. | John Beppu | 1999-12-22 | 1 | -21/+72 |
| | | | | need to implement various comparison functions, now. | ||||
* | added hooks for sort | John Beppu | 1999-12-22 | 1 | -2/+22 |
| | |||||
* | work in progress... | John Beppu | 1999-12-22 | 1 | -11/+82 |
| | |||||
* | this is my work in progress. | John Beppu | 1999-12-21 | 1 | -0/+127 |
| | |||||
* | Make head --version do the right thing. Update TODO list | Erik Andersen | 1999-12-17 | 1 | -2/+1 |
| | | | | -Erik | ||||
* | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | 1999-12-17 | 3 | -5/+3 |
| | | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik | ||||
* | killed an elusive bug in du -s. | John Beppu | 1999-12-16 | 1 | -2/+2 |
| | |||||
* | fixed an embarrasing segfault (head w/ no args | John Beppu | 1999-12-15 | 1 | -2/+3 |
| | | | | used to die (but now it lives)) | ||||
* | Implemented du -s | John Beppu | 1999-12-15 | 1 | -6/+31 |
| | |||||
* | Ok, so this is reallt 0.38... | Eric Andersen | 1999-12-11 | 1 | -0/+61 |
| | | | | -Erik | ||||
* | Removed a redundant call du(); Save cpu cycles. | John Beppu | 1999-12-10 | 1 | -2/+2 |
| | |||||
* | Fixed John's email address again. | Eric Andersen | 1999-12-10 | 1 | -6/+6 |
| | | | | | John. Your email address is "john@lineo.com" not @line.com. :) -Erik | ||||
* | Added poweroff (and adjusted init to use it). Inlined function | Eric Andersen | 1999-12-10 | 1 | -36/+24 |
| | | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik | ||||
* | Implemented head(1). | John Beppu | 1999-12-10 | 1 | -0/+106 |
| | | | | tried to mimic GNU behaviour. | ||||
* | changed tee_usage from being a function to a char[] | John Beppu | 1999-12-10 | 1 | -20/+11 |
| | | | | that gets used be usage(); | ||||
* | Fixed bug when dealing with files specified | John Beppu | 1999-12-10 | 1 | -3/+9 |
| | | | | on the command line that didn't exist. | ||||
* | Fix beppu's email address. | Eric Andersen | 1999-12-10 | 2 | -4/+4 |
| | | | | | BTW, John, go to sleep. It is late. :) -Erik | ||||
* | Fleshed out du_main(). | John Beppu | 1999-12-10 | 1 | -6/+38 |
| | | | | I'm not sure which options to support. |