Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-22 | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard 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-20 | Clarify the statusbar config option so it states which applet it applies to. | Eric Andersen | |
2001-01-20 | Adjust the default feature set a wee bit | Eric Andersen | |
2001-01-03 | Disable a bunch of less common stuff by default. This produces | Eric Andersen | |
a more reasonable sized default build. | |||
2001-01-02 | add dpkg-deb command | Glenn L McGrath | |
2000-12-12 | Oops. Unmatched #if | Eric Andersen | |
2000-12-12 | Some compile fixes found by Larry Doolittle | Eric Andersen | |
2000-12-10 | Support for tar -z option for uncompressing only | Glenn L McGrath | |
2000-12-06 | patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WIN | Eric Andersen | |
to the more pedantically correct BB_FEATURE_SH_APPLETS_ALWAYS_WIN. | |||
2000-12-06 | Added 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-04 | Patch to add in the -X option and fix the --exclude bug, originally by | Eric 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-02 | Fix typo | Eric Andersen | |
2000-12-01 | Update some descriptions | Eric Andersen | |
2000-11-29 | Apply 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-17 | Fix up builtin overrides, and hack in the binary search for finding | Eric Andersen | |
matching applets into the shell. | |||
2000-11-17 | Add 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-03 | Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up | Mark 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-09 | Added cmp and readlink applets from Matt Kraai. | Mark Whitley | |
2000-10-03 | Add a spiffy progress meter. | Eric Andersen | |
-Erik | |||
2000-09-26 | Remove all reference to the now obsolete /dev/modules | Eric Andersen | |
-Erik | |||
2000-09-25 | Gratuitously changed the file "busybox.defs.h" to the more | Eric Andersen | |
sensible and noticable "Config.h". -Erik |