aboutsummaryrefslogtreecommitdiff
path: root/Config.h
AgeCommit message (Collapse)Author
2001-03-02Whoops! BB_TFTP should prolly be off by default.Mark Whitley
2001-03-02Added Magnus Damm's tftp applet to Busybox.Mark Whitley
2001-02-23Only default to BB_FEATURE_NEW_MODULE_INTERFACE whenEric Andersen
BB_FEATURE_OLD_MODULE_INTERFACE is not defined. -Erik
2001-02-22Add in kent robotti's updated dos2unix.cEric Andersen
2001-02-17Update the build system for pristine source directory builds. ThisEric Andersen
update is primarily work done by Larry Doolittle, but I did some touchups of my own to make it work for me, -Erik
2001-02-16Several features were hard coded on. Stop that. List tab completionEric Andersen
as working (thanks Vladimir!) and taking 4k. -Erik
2001-02-16Make dpkg require dpkg-debEric Andersen
2001-02-14Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen
-Erik
2001-02-14Add in ifconfig and routeEric Andersen
2001-02-13Apply a patch from Evin Robertson -- new pivot_root applet.Eric Andersen
-Erik
2001-02-10New applet: dpkgGlenn L McGrath
2001-02-09Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set.Mark Whitley
2001-02-07Reworked find with David Douthitt to support -type, -perm, -mtime, andMatt Kraai
other improvements.
2001-02-02After testing multi-build, I stupidly committed Config.hEric Andersen
with nearly everything turned off. Doh! -Erik
2001-02-01Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen
to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik
2001-01-30Patch from Bryan Rittmeyer -- be more conservative by defaultEric Andersen
with the lash prompt. -Erik
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
2001-01-26Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionMark Whitley
in Busybox shell. (Thanks, Vlad.)
2001-01-26Update some comments to clarify things.Eric Andersen
2001-01-25Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen
-Erik
2001-01-25Add in spoon's watchdog timer app.Eric Andersen
-Erik
2001-01-24more bugs fixed -- found doing regression testingEric Andersen
-Erik
2001-01-24Cleanup for build problem found using regression scriptEric Andersen
2001-01-22Remove host* applets from the default build.Eric Andersen
2001-01-22Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June
Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default) Fix bug #1084
2001-01-20Clarify the statusbar config option so it states which applet it applies to.Eric Andersen
2001-01-20Adjust the default feature set a wee bitEric Andersen
2001-01-03Disable a bunch of less common stuff by default. This producesEric Andersen
a more reasonable sized default build.
2001-01-02add dpkg-deb commandGlenn L McGrath
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