summaryrefslogtreecommitdiff
path: root/Config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-6/+2
| | | | | | | 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
* Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionMark Whitley2001-01-261-1/+5
| | | | in Busybox shell. (Thanks, Vlad.)
* Update some comments to clarify things.Eric Andersen2001-01-261-2/+6
|
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen2001-01-251-0/+5
| | | | -Erik
* Add in spoon's watchdog timer app.Eric Andersen2001-01-251-6/+7
| | | | -Erik
* more bugs fixed -- found doing regression testingEric Andersen2001-01-241-16/+14
| | | | -Erik
* Cleanup for build problem found using regression scriptEric Andersen2001-01-241-0/+2
|
* Remove host* applets from the default build.Eric Andersen2001-01-221-2/+2
|
* Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June2001-01-221-0/+3
| | | | | 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
* Clarify the statusbar config option so it states which applet it applies to.Eric Andersen2001-01-201-1/+1
|
* Adjust the default feature set a wee bitEric Andersen2001-01-201-2/+2
|
* Disable a bunch of less common stuff by default. This producesEric Andersen2001-01-031-46/+46
| | | | a more reasonable sized default build.
* add dpkg-deb commandGlenn L McGrath2001-01-021-0/+13
|
* Oops. Unmatched #ifEric Andersen2000-12-121-0/+2
|
* Some compile fixes found by Larry DoolittleEric Andersen2000-12-121-1/+1
|
* Support for tar -z option for uncompressing onlyGlenn L McGrath2000-12-101-0/+9
|
* patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WINEric Andersen2000-12-061-6/+6
| | | | to the more pedantically correct BB_FEATURE_SH_APPLETS_ALWAYS_WIN.
* Added insmod support for ARM, and lsmod support for older kernels,Eric Andersen2000-12-061-0/+6
| | | | | | thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and Nicolas Ferre <nicolas.ferre@alcove.fr>. -Erik
* Patch to add in the -X option and fix the --exclude bug, originally byEric Andersen2000-12-041-1/+1
| | | | | 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
|
* Update some descriptionsEric Andersen2000-12-011-2/+3
|
* Apply a patch fromkent robotti:Eric Andersen2000-11-291-1/+1
| | | | | | | | | 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.
* Fix up builtin overrides, and hack in the binary search for findingEric Andersen2000-11-171-5/+5
| | | | matching applets into the shell.
* Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN.Eric Andersen2000-11-171-0/+8
| | | | Make the sh default to using external commands when a path is provided.
* Re-worked the support for s///p, fixed a backref limit buglet, and cleaned upMark Whitley2000-11-031-3/+0
| | | | | | 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).
* Added cmp and readlink applets from Matt Kraai.Mark Whitley2000-10-091-0/+2
|
* Add a spiffy progress meter.Eric Andersen2000-10-031-0/+3
| | | | -Erik
* Remove all reference to the now obsolete /dev/modulesEric Andersen2000-09-261-2/+1
| | | | -Erik
* Gratuitously changed the file "busybox.defs.h" to the moreEric Andersen2000-09-251-0/+330
sensible and noticable "Config.h". -Erik