aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - grep -v ^\.PHONY < MakefileJohn Beppu2000-04-171-1/+4
| | | | | | | + busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied.
* Bugfixes.Erik Andersen2000-04-171-5/+2
| | | | -Erik
* More updates to the docs, and fixes to sync things with the docs.Erik Andersen2000-04-175-17/+16
| | | | -Erik
* + in the interest of robustness, I addedJohn Beppu2000-04-171-26/+6
| | | | | | | | utility.c :: cstring_alloc() utility.c :: cstring_lineFromFile() /* they're at the bottom */ so that I could read in lines of arbitrary length from FILE*s (instead of using fgets(huge_ass_buffer,...)). + I tested it out on sort, and it seems to be fine.
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-156-28/+57
| | | | | up with the docs. -Erik
* More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen2000-04-135-144/+73
| | | | | while trying to write docs . :-) -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-1315-30/+33
| | | | -Erik
* Some more minor updates to better use some gcc attributes.Erik Andersen2000-04-061-0/+2
| | | | -Erik
* Oops. Forgot the usleep.c file.Erik Andersen2000-04-041-0/+38
| | | | | /me dons a paper bag. -Erik
* Yet another installment in the ongoing tar sagaErik Andersen2000-03-281-3/+3
| | | | -Erik
* The new tar for busybox is now done, and works just fineErik Andersen2000-03-243-18/+14
| | | | | for extracting files. Creation of tarballs is next... -Erik
* My latest ramblings.Erik Andersen2000-03-234-16/+23
| | | | -Erik
* Use the nice new find_real_root_device function to find theErik Andersen2000-03-221-5/+3
| | | | | | name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-213-9/+4
| | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik
* Forgot these files...Erik Andersen2000-03-162-0/+709
| | | | -Erik
* + changed a static array (FileList) into a dynamically allocated oneJohn Beppu2000-03-081-2/+9
| | | | in an attempt to make the .bss section smaller.
* Add in tr and dirnameErik Andersen2000-03-052-0/+724
| | | | -Erik
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-046-69/+63
| | | | -Erik
* Forgot to add basename. More fixes to du fromErik Andersen2000-02-212-8/+79
| | | | | Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik
* Fixed du. Now behaves just like GNU du (only less so).Erik Andersen2000-02-191-4/+58
| | | | -Erik
* Some updates for the day,Erik Andersen2000-02-181-1/+1
| | | | -Erik
* - I suspect the problem has something to do w/ symlinks.John Beppu2000-02-131-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.
* UpdatesErik Andersen2000-02-114-17/+36
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-0831-2907/+2841
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-0716-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 Andersen2000-01-291-2/+2
| | | | -Erik
* Fixed ls formatting for 8 char user names.Erik Andersen2000-01-271-1/+1
| | | | -Erik
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-253-27/+425
| | | | -Erik
* * added (and documented) "-n" option for head -Erik Andersen2000-01-236-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 forErik Andersen2000-01-156-0/+357
| | | | | the Embedix release. -Erik
* Bug fixes.Erik Andersen2000-01-131-2/+2
| | | | -Erik
* Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,Erik Andersen2000-01-082-2/+12
| | | | | and README is a file. -Erik
* More minor fixes.Erik Andersen2000-01-071-2/+5
| | | | -Erik
* added uniq_usage messageJohn Beppu2000-01-071-2/+9
|
* did tedious stuffJohn Beppu2000-01-061-15/+46
|
* Cool. Beppu is doing uniq.Erik Andersen2000-01-061-2/+3
| | | | -Erik
* i am busybox of borg. unix will be assimilated.John Beppu2000-01-061-0/+157
|
* The latest and greatest. init basically works, though needsErik Andersen2000-01-051-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 Andersen2000-01-041-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) andErik Andersen1999-12-291-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). RemovedErik Andersen1999-12-292-49/+42
| | | | | some cruft from cp. -Erik
* Fixed cp so it works as God intended it to.Erik Andersen1999-12-292-24/+58
| | | | -Erik
* sort is good to go.John Beppu1999-12-231-23/+26
|
* implemented numeric sort (sort -g)John Beppu1999-12-231-9/+30
|
* oops.. qsort(2) misunderstanding on my part.John Beppu1999-12-221-5/+24
| | | | it's ok, now.
* playing w/ $Log$John Beppu1999-12-221-7/+7
|
* the base is nearly done.John Beppu1999-12-221-21/+72
| | | | need to implement various comparison functions, now.
* added hooks for sortJohn Beppu1999-12-221-2/+22
|
* work in progress...John Beppu1999-12-221-11/+82
|
* this is my work in progress.John Beppu1999-12-211-0/+127
|