aboutsummaryrefslogtreecommitdiff
path: root/findutils/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Config.in: findutilsNguyễn Thái Ngọc Duy2010-04-291-3/+3
|
* win32: Unmask findutilsNguyễn Thái Ngọc Duy2010-04-201-0/+7
| | | | Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
* Config.in: mark all applets POSIX onlyNguyễn Thái Ngọc Duy2010-04-191-0/+3
|
* find: add optional support for -links. +100 bytesMatheus Izvekov2010-01-061-0/+7
| | | | | Signed-off-by: Matheus Izvekov <mizvekov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak to config wording, no code changesDenys Vlasenko2009-06-181-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak Config texts and some broken English elsewhereDenys Vlasenko2009-06-181-33/+32
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* - typo in documentationBernhard Reutner-Fischer2008-10-271-1/+1
|
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-2/+2
| | | | - s/\. /. /g;# (me)
* find: beautify config prompts a bitDenis Vlasenko2008-05-281-12/+12
|
* find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)Denis Vlasenko2007-06-191-0/+7
| | | | | | | | | | | 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
* find: make -size match GNU findDenis Vlasenko2007-06-161-1/+1
|
* find: add conditional support for -maxdepth and -regexDenis Vlasenko2007-06-151-3/+16
| | | | | | | | | | | | | | | | | (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
* find: add support for -delete, -path (by Natanael Copa)Denis Vlasenko2007-04-131-0/+16
|
* find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)Denis Vlasenko2007-04-041-3/+39
| | | | | find: -group, -depth (Natanael Copa <natanael.copa@gmail.com>) find: make constant array static, declare PARM_xx constants with enum
* - improve wordingBernhard Reutner-Fischer2007-02-041-2/+2
|
* - remove duplicate menu entryBernhard Reutner-Fischer2007-02-041-9/+0
|
* find: support for !Denis Vlasenko2007-02-041-0/+18
|
* find -user support by Natanael Copa <natanael.copa@gmail.com>Denis Vlasenko2007-02-021-0/+7
|
* build system overhaulDenis Vlasenko2006-10-051-35/+35
|
* make the -0 xargs option a little more clearMike Frysinger2006-07-031-1/+1
|
* implement -print0 for findPaul Fox2006-05-121-0/+10
|
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-15/+15
| | | | to do it in Config.in.
* add find's "-mmin" option. configurable.Paul Fox2006-01-131-1/+9
|
* Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_Rob Landley2005-10-041-0/+8
| | | | while we're in the area.
* patch by srowe in Bug 359 to fix fgrep aliasingMike Frysinger2005-07-311-3/+3
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Andreas Mohr writes:Eric Andersen2003-10-221-3/+3
| | | | | | | | | | | 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
* Vodz last_patch_117, update options for new xargsGlenn L McGrath2003-10-101-6/+30
|
* Bugfix for xargsGlenn L McGrath2003-10-091-0/+8
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-2/+3
| | | | | | | | | | | 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.
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-07-141-6/+12
| | | | | The attached two patches add config documentation to init/Config.in and fileutils/Config.in.
* Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen2003-07-051-4/+4
| | | | -Erik
* Config option to create an fgrep aliasGlenn L McGrath2003-04-271-0/+9
|
* Apply patch from Ghozlane Toumi to add -inum support to find.Eric Andersen2003-01-231-0/+15
| | | | | | | | 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
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+70
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