Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-03-23My latest ramblings.Erik Andersen
2000-03-22Use the nice new find_real_root_device function to find theErik Andersen
2000-03-22* all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen
2000-03-16Forgot these files...Erik Andersen
2000-03-08+ changed a static array (FileList) into a dynamically allocated oneJohn Beppu
2000-03-05Add in tr and dirnameErik Andersen
2000-03-05A few updates (including the cp fix the Craig has been looking for)Erik Andersen
2000-02-21Forgot to add basename. More fixes to du fromErik Andersen
2000-02-19Fixed du. Now behaves just like GNU du (only less so).Erik Andersen
2000-02-19Some updates for the day,Erik Andersen
2000-02-13- I suspect the problem has something to do w/ symlinks.John Beppu
2000-02-12UpdatesErik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
2000-02-07A few minor updates. ;-)Erik Andersen
2000-01-29Clear up some ambiguity with old style assignments.Erik Andersen
2000-01-27Fixed ls formatting for 8 char user names.Erik Andersen
2000-01-25Some busybox updates. See the changelog for details if you care.Erik Andersen
2000-01-23* added (and documented) "-n" option for head -Erik Andersen
2000-01-16Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
2000-01-13Bug fixes.Erik Andersen
2000-01-09Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,Erik Andersen
2000-01-07More minor fixes.Erik Andersen
2000-01-07added uniq_usage messageJohn Beppu
2000-01-07did tedious stuffJohn Beppu
2000-01-06Cool. Beppu is doing uniq.Erik Andersen
2000-01-06i am busybox of borg. unix will be assimilated.John Beppu
2000-01-05The latest and greatest. init basically works, though needsErik Andersen
2000-01-04Bunches of fixes. Typos, bugs, etc.Erik Andersen
1999-12-30* sed now supports addresses (numeric or regexp, with negation) andErik Andersen
1999-12-29Fixed mv so it now does the right thing (same method used in cp). RemovedErik Andersen
1999-12-29Fixed cp so it works as God intended it to.Erik Andersen
1999-12-24 sort is good to go.John Beppu
1999-12-23 implemented numeric sort (sort -g)John Beppu
1999-12-23 oops.. qsort(2) misunderstanding on my part.John Beppu
1999-12-23playing w/ $Log$John Beppu
1999-12-23 the base is nearly done.John Beppu
1999-12-22 added hooks for sortJohn Beppu
1999-12-22 work in progress...John Beppu
1999-12-21 this is my work in progress.John Beppu
1999-12-17Make head --version do the right thing. Update TODO listErik Andersen
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen
1999-12-17 killed an elusive bug in du -s.John Beppu
1999-12-15 fixed an embarrasing segfault (head w/ no argsJohn Beppu
1999-12-15 Implemented du -sJohn Beppu
1999-12-11Ok, so this is reallt 0.38...Eric Andersen
1999-12-10 Removed a redundant call du(); Save cpu cycles.John Beppu
1999-12-10Fixed John's email address again.Eric Andersen
1999-12-10Added poweroff (and adjusted init to use it). Inlined functionEric Andersen
1999-12-10 Implemented head(1).John Beppu
1999-12-10 changed tee_usage from being a function to a char[]John Beppu