aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch to add in the -X option and fix the --exclude bug, originally byEric Andersen2000-12-045-3/+61
| | | | | Sebastien Huet, and now ported to the latest and greatest by both Arne Bernin <ab@netropol.de> and kent robotti <robotti@metconnect.com>.
* Fix typoEric Andersen2000-12-021-1/+2
|
* Patch from Larry Doolittle so it will build the newdocs right.Eric Andersen2000-12-025-57/+49
|
* Update for handling .udebs and building using a pristine source dir...Eric Andersen2000-12-015-88/+781
|
* More doc handling updatesEric Andersen2000-12-011-7/+6
|
* Update some descriptionsEric Andersen2000-12-011-2/+3
|
* Fix yet another blunder. Create symlink correctly this time.Eric Andersen2000-12-011-1/+1
|
* I forgot a "/". Oops.Eric Andersen2000-12-011-1/+1
|
* More pristine source directory updates. It now worksEric Andersen2000-12-018-34/+116
| | | | | for me (including doing install). How about you? -Erik
* More updates for the Makefile to do BB_SRC_DIR. This isEric Andersen2000-12-011-15/+48
| | | | | primarily a patch from Larry Doolittle, but with updates from me to handle docs and link creation properly...
* Make tar shutup on compileEric Andersen2000-12-012-4/+4
|
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen2000-12-018-290/+6
| | | | so no point acting like we do.
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-01132-373/+375
|
* Apply some patches from Gennady Feldman <gfeldman@mail.com> toEric Andersen2000-11-303-117/+195
| | | | | . /etc/profile, and to emulate bash prompt. I've cleaned up his patches a bit and all looks good now...
* Note new dependency.Matt Kraai2000-11-301-1/+1
|
* Note an error if we are unable to list/extract specified files.Matt Kraai2000-11-302-4/+28
|
* Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen2000-11-3010-713/+302
| | | | | and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes.
* Fix escape char problem.Eric Andersen2000-11-303-12/+39
|
* Add "\r" to utility.c:process_escape_sequence() (from email aboutEric Andersen2000-11-291-0/+3
| | | | | "echo vs. optarg" from Larry Doolittle Tue, 28 Nov 2000 10:36:04 -0800) -Erik
* Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>Eric Andersen2000-11-292-58/+134
|
* Apply rev #2 of dd fix from Gennady Feldman.Eric Andersen2000-11-294-16/+46
|
* Update the changelog a bitEric Andersen2000-11-291-1/+11
|
* Moar Speling fickes frum Larry DoolittleEric Andersen2000-11-292-11/+11
|
* Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaborationEric Andersen2000-11-291-6/+15
| | | | | | with Matt Kraai <kraai@alumni.carnegiemellon.edu>) to allow for a pristine source directory -- where all the .o files and such are not placed into the source tree. Thanks Larry!
* Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to closeEric Andersen2000-11-294-130/+100
| | | | | | bug 1069. This shaves about 100 bytes from the executable, and about 200 bytes of heap usage. Also document the "-d" option in the usage message.
* Patch from Matt Kraai to fix an infinate loop with ls -aREric Andersen2000-11-292-12/+64
|
* Finish commit of rpmunpack and add in scripts for undeb and unrpmEric Andersen2000-11-296-10/+193
|
* Apply a patch fromkent robotti:Eric Andersen2000-11-297-29/+29
| | | | | | | | | Renamed unrpm to original rpmunpack, so you can use an included shell script called unrpm as a front end to it. There's also a shell script called undeb included for debian packages. Change undeb and unrpm scripts to work with the busybox tar and gunzip.
* Re-organized some sections and added a whole new section on avoiding theMark Whitley2000-11-221-58/+204
| | | | preprocessor. Comments welcome.
* Fix behavior when removal fails.Matt Kraai2000-11-222-6/+10
|
* Check for archive errors even for files we aren't extracting.Matt Kraai2000-11-182-8/+16
|
* Fixed return status (thanks to David Douthitt for the fix).Matt Kraai2000-11-182-4/+12
|
* Fixed user and group name listing.Matt Kraai2000-11-182-44/+26
|
* Added AdTran to the list of products using Busybox.Mark Whitley2000-11-171-4/+9
|
* Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle theMark Whitley2000-11-172-48/+74
| | | | special-case of using newlines as field delimiters.
* Numerous spelling / grammar corrections from Larry DoolittleMark Whitley2000-11-171-27/+52
| | | | <ldoolitt@recycle.lbl.gov>, as well as a few additions / clarifications.
* "I will always compile before I commit."Eric Andersen2000-11-179-47/+71
| | | | | | "I will always compile before I commit." "I will always compile before I commit." -Erik
* Fix up builtin overrides, and hack in the binary search for findingEric Andersen2000-11-179-105/+113
| | | | matching applets into the shell.
* Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>.Mark Whitley2000-11-172-8/+4
|
* Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN.Eric Andersen2000-11-174-3/+62
| | | | Make the sh default to using external commands when a path is provided.
* Fix typo pointed out by Michael Renzmann <renzmann@gmx.de>Eric Andersen2000-11-172-3/+3
|
* Add BB_CMP to xfopenEric Andersen2000-11-171-1/+3
|
* Remove the BSD advertising clause, and replace it with a link to howEric Andersen2000-11-1412-234/+356
| | | | the advertising clause has been retroactivly declared null and void.
* Oops. I kant tipe.Eric Andersen2000-11-141-1/+1
|
* Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato,Mark Whitley2000-11-142-224/+122
| | | | Mr. Robotti...) Closes bug #1065.
* Grammer fix. Changed "longer then" to "longer than". Fix thanks to JimEric Andersen2000-11-143-10/+10
| | | | Gleason <jimg@lineo.com>.
* Patch from Gennady Feldman <gfeldman@tradeline.net> to:Eric Andersen2000-11-143-69/+102
| | | | | | 1. Opens redirections w/ the right access. 2. Doesn't do globbing for every single parameter (so it doesn't stat every parameter).
* Ulp. "expr" listed as a second "echo" (oops) -- thanks to David DouthittEric Andersen2000-11-141-2/+2
| | | | for noticing....
* Add in ZdiskEric Andersen2000-11-141-0/+1
|
* Remove unneeded junkEric Andersen2000-11-142-8/+0
|