aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - grep -v ^\.PHONY < Makefilebeppu2000-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. git-svn-id: svn://busybox.net/trunk/busybox@471 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bugfixes.erik2000-04-171-5/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@468 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More updates to the docs, and fixes to sync things with the docs.erik2000-04-175-17/+16
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@467 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + in the interest of robustness, I addedbeppu2000-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. git-svn-id: svn://busybox.net/trunk/busybox@463 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More documentation updates, and minor fixes to make things syncerik2000-04-156-28/+57
| | | | | | | | up with the docs. -Erik git-svn-id: svn://busybox.net/trunk/busybox@457 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc updates for BusyBox, with fixes to apps for bugs revealederik2000-04-135-144/+73
| | | | | | | | while trying to write docs . :-) -Erik git-svn-id: svn://busybox.net/trunk/busybox@451 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Upates to include copyright 2000 to everythingerik2000-04-1315-30/+33
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more minor updates to better use some gcc attributes.erik2000-04-061-0/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@436 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Forgot the usleep.c file.erik2000-04-041-0/+38
| | | | | | | | /me dons a paper bag. -Erik git-svn-id: svn://busybox.net/trunk/busybox@429 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet another installment in the ongoing tar sagaerik2000-03-281-3/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@424 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The new tar for busybox is now done, and works just fineerik2000-03-243-18/+14
| | | | | | | | for extracting files. Creation of tarballs is next... -Erik git-svn-id: svn://busybox.net/trunk/busybox@421 69ca8d6d-28ef-0310-b511-8ec308f3f277
* My latest ramblings.erik2000-03-234-16/+23
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@419 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use the nice new find_real_root_device function to find theerik2000-03-221-5/+3
| | | | | | | | | name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik git-svn-id: svn://busybox.net/trunk/busybox@418 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * all mallocs now use xmalloc (and so are OOM error safe), anderik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@416 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot these files...erik2000-03-162-0/+709
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@407 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + changed a static array (FileList) into a dynamically allocated onebeppu2000-03-081-2/+9
| | | | | | | in an attempt to make the .bss section smaller. git-svn-id: svn://busybox.net/trunk/busybox@398 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in tr and dirnameerik2000-03-052-0/+724
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@389 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few updates (including the cp fix the Craig has been looking for)erik2000-03-046-69/+63
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@386 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot to add basename. More fixes to du fromerik2000-02-212-8/+79
| | | | | | | | Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik git-svn-id: svn://busybox.net/trunk/busybox@375 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed du. Now behaves just like GNU du (only less so).erik2000-02-191-4/+58
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@374 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some updates for the day,erik2000-02-181-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@373 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - I suspect the problem has something to do w/ symlinks.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. git-svn-id: svn://busybox.net/trunk/busybox@371 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updateserik2000-02-114-17/+36
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@368 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some formatting updates (ran the code through indent)erik2000-02-0831-2907/+2841
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@357 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few minor updates. ;-)erik2000-02-0716-320/+139
| | | | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik git-svn-id: svn://busybox.net/trunk/busybox@351 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Clear up some ambiguity with old style assignments.erik2000-01-291-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@348 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed ls formatting for 8 char user names.erik2000-01-271-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@343 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some busybox updates. See the changelog for details if you care.erik2000-01-253-27/+425
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@338 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * added (and documented) "-n" option for head -erik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@336 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sync up busybox with the latest and greatest. This is not stuff forerik2000-01-156-0/+357
| | | | | | | | the Embedix release. -Erik git-svn-id: svn://busybox.net/trunk/busybox@309 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fixes.erik2000-01-131-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@303 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,erik2000-01-082-2/+12
| | | | | | | | and README is a file. -Erik git-svn-id: svn://busybox.net/trunk/busybox@296 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More minor fixes.erik2000-01-071-2/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@291 69ca8d6d-28ef-0310-b511-8ec308f3f277
* added uniq_usage messagebeppu2000-01-071-2/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@285 69ca8d6d-28ef-0310-b511-8ec308f3f277
* did tedious stuffbeppu2000-01-061-15/+46
| | | | git-svn-id: svn://busybox.net/trunk/busybox@284 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cool. Beppu is doing uniq.erik2000-01-061-2/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@281 69ca8d6d-28ef-0310-b511-8ec308f3f277
* i am busybox of borg. unix will be assimilated.beppu2000-01-061-0/+157
| | | | git-svn-id: svn://busybox.net/trunk/busybox@280 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The latest and greatest. init basically works, though needserik2000-01-051-3/+0
| | | | | | | | | a minor inittab design change to accomodate specifying the device to run each process on. -Erik git-svn-id: svn://busybox.net/trunk/busybox@279 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bunches of fixes. Typos, bugs, etc.erik2000-01-041-1/+1
| | | | | | | | | Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik git-svn-id: svn://busybox.net/trunk/busybox@276 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * sed now supports addresses (numeric or regexp, with negation) anderik1999-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 git-svn-id: svn://busybox.net/trunk/busybox@274 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed mv so it now does the right thing (same method used in cp). Removederik1999-12-292-49/+42
| | | | | | | | some cruft from cp. -Erik git-svn-id: svn://busybox.net/trunk/busybox@268 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed cp so it works as God intended it to.erik1999-12-292-24/+58
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@267 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sort is good to go.beppu1999-12-231-23/+26
| | | | git-svn-id: svn://busybox.net/trunk/busybox@262 69ca8d6d-28ef-0310-b511-8ec308f3f277
* implemented numeric sort (sort -g)beppu1999-12-231-9/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@261 69ca8d6d-28ef-0310-b511-8ec308f3f277
* oops.. qsort(2) misunderstanding on my part.beppu1999-12-221-5/+24
| | | | | | | it's ok, now. git-svn-id: svn://busybox.net/trunk/busybox@260 69ca8d6d-28ef-0310-b511-8ec308f3f277
* playing w/ $Log$beppu1999-12-221-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@259 69ca8d6d-28ef-0310-b511-8ec308f3f277
* the base is nearly done.beppu1999-12-221-21/+72
| | | | | | | need to implement various comparison functions, now. git-svn-id: svn://busybox.net/trunk/busybox@258 69ca8d6d-28ef-0310-b511-8ec308f3f277
* added hooks for sortbeppu1999-12-221-2/+22
| | | | git-svn-id: svn://busybox.net/trunk/busybox@257 69ca8d6d-28ef-0310-b511-8ec308f3f277
* work in progress...beppu1999-12-221-11/+82
| | | | git-svn-id: svn://busybox.net/trunk/busybox@256 69ca8d6d-28ef-0310-b511-8ec308f3f277
* this is my work in progress.beppu1999-12-211-0/+127
| | | | git-svn-id: svn://busybox.net/trunk/busybox@255 69ca8d6d-28ef-0310-b511-8ec308f3f277