aboutsummaryrefslogtreecommitdiff
path: root/Config.h
AgeCommit message (Collapse)Author
2000-12-12Oops. Unmatched #ifEric Andersen
2000-12-12Some compile fixes found by Larry DoolittleEric Andersen
2000-12-10Support for tar -z option for uncompressing onlyGlenn L McGrath
2000-12-06patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WINEric Andersen
to the more pedantically correct BB_FEATURE_SH_APPLETS_ALWAYS_WIN.
2000-12-06Added insmod support for ARM, and lsmod support for older kernels,Eric Andersen
thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and Nicolas Ferre <nicolas.ferre@alcove.fr>. -Erik
2000-12-04Patch to add in the -X option and fix the --exclude bug, originally byEric Andersen
Sebastien Huet, and now ported to the latest and greatest by both Arne Bernin <ab@netropol.de> and kent robotti <robotti@metconnect.com>.
2000-12-02Fix typoEric Andersen
2000-12-01Update some descriptionsEric Andersen
2000-11-29Apply a patch fromkent robotti:Eric Andersen
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.
2000-11-17Fix up builtin overrides, and hack in the binary search for findingEric Andersen
matching applets into the shell.
2000-11-17Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN.Eric Andersen
Make the sh default to using external commands when a path is provided.
2000-11-03Re-worked the support for s///p, fixed a backref limit buglet, and cleaned upMark Whitley
a few other ugly places (do_subst_command got a much-needed overhaul). Also took out BB_FEATURE_SED_PATTERN_SPACE from Config.h[.Hurd] as the 'p' is now a standard feature (adds almost no bloat).
2000-10-09Added cmp and readlink applets from Matt Kraai.Mark Whitley
2000-10-03Add a spiffy progress meter.Eric Andersen
-Erik
2000-09-26Remove all reference to the now obsolete /dev/modulesEric Andersen
-Erik
2000-09-25Gratuitously changed the file "busybox.defs.h" to the moreEric Andersen
sensible and noticable "Config.h". -Erik