Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-18 | tweak to config wording, no code changes | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-18 | tweak Config texts and some broken English elsewhere | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2008-10-27 | - typo in documentation | Bernhard Reutner-Fischer | |
2008-07-22 | - wrap overlong lines (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
- s/\. /. /g;# (me) | |||
2008-05-28 | find: beautify config prompts a bit | Denis Vlasenko | |
2007-06-19 | find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>) | Denis Vlasenko | |
find: make it a bit smaller function old new delta .rodata 129018 129050 +32 parse_params 1509 1346 -163 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 32/-163) Total: -131 bytes | |||
2007-06-16 | find: make -size match GNU find | Denis Vlasenko | |
2007-06-15 | find: add conditional support for -maxdepth and -regex | Denis Vlasenko | |
(needed for Linux 2.6.22-rc4 build) -maxdepth: # size busybox_old busybox_unstripped text data bss dec hex filename 675622 2792 15728 694142 a977e busybox_old 675770 2792 15728 694290 a9812 busybox_unstripped -regex: # size busybox_old busybox_unstripped text data bss dec hex filename 675770 2792 15728 694290 a9812 busybox_old 675894 2792 15728 694414 a988e busybox_unstripped | |||
2007-04-13 | find: add support for -delete, -path (by Natanael Copa) | Denis Vlasenko | |
2007-04-04 | find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) | Denis Vlasenko | |
find: -group, -depth (Natanael Copa <natanael.copa@gmail.com>) find: make constant array static, declare PARM_xx constants with enum | |||
2007-02-04 | - improve wording | Bernhard Reutner-Fischer | |
2007-02-04 | - remove duplicate menu entry | Bernhard Reutner-Fischer | |
2007-02-04 | find: support for ! | Denis Vlasenko | |
2007-02-02 | find -user support by Natanael Copa <natanael.copa@gmail.com> | Denis Vlasenko | |
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-07-03 | make the -0 xargs option a little more clear | Mike Frysinger | |
2006-05-12 | implement -print0 for find | Paul Fox | |
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | |
to do it in Config.in. | |||
2006-01-13 | add find's "-mmin" option. configurable. | Paul Fox | |
2005-10-04 | Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ | Rob Landley | |
while we're in the area. | |||
2005-07-31 | patch by srowe in Bug 359 to fix fgrep aliasing | Mike Frysinger | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-10-22 | Andreas Mohr writes: | Eric Andersen | |
the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer | |||
2003-10-10 | Vodz last_patch_117, update options for new xargs | Glenn L McGrath | |
2003-10-09 | Bugfix for xargs | Glenn L McGrath | |
2003-07-14 | Patch from Thomas Cameron: | Eric Andersen | |
Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc. | |||
2003-07-14 | Patch from Lars Kellogg-Stedman: | Eric Andersen | |
The attached two patches add config documentation to init/Config.in and fileutils/Config.in. | |||
2003-07-05 | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen | |
-Erik | |||
2003-04-27 | Config option to create an fgrep alias | Glenn L McGrath | |
2003-01-23 | Apply patch from Ghozlane Toumi to add -inum support to find. | Eric Andersen | |
Apply patch from Ghozlane Toumi to make find smaller by combining similar error messages Forward port find -newer support from busybox stable that was missing from unstable. -Erik. Fixup usage messages for find. -Erik | |||
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | |
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik |