Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |