aboutsummaryrefslogtreecommitdiff
path: root/configs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko2017-08-149-9/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | timeout: provide a basic implementation for WIN32Ron Yorston2017-08-222-2/+2
| | | | | | | | Only the TERM signal is supported.
* | find: enable -exec option in default configurationsRon Yorston2017-08-042-4/+4
| |
* | watch: enable in default configurationsRon Yorston2017-08-012-2/+2
| | | | | | | | | | The recent change to system(3) makes watch work much better, so enable it by default.
* | Post-merge fixesRon Yorston2017-07-242-6/+8
| |
* | Update default configurationsRon Yorston2017-07-182-28/+50
| |
* | Merge branch 'busybox' into mergeRon Yorston2017-07-189-9/+0
|\|
| * msh: delete this appletDenys Vlasenko2017-07-039-9/+0
| | | | | | | | | | | | It's deprecated since 2009 and interferes with make_single_applets.sh tests. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | grep: remove hack to disable EXTRA_COMPATRon Yorston2017-07-182-2/+2
| | | | | | | | | | | | | | | | The hack to disable EXTRA_COMPAT in grep was incomplete and left the -z option enabled but non-functional. Remove the hack and change the default MinGW configurations to disable EXTRA_COMPAT.
* | Update default configurationsRon Yorston2017-05-292-38/+60
| |
* | Update default configurationRon Yorston2017-02-082-62/+114
| |
* | Merge branch 'busybox' into mergeRon Yorston2017-02-089-104/+36
|\|
| * modutils: fix config options dependencyKang-Che Sung2017-01-306-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | module.aliases and module.symbols files have no use in modprobe-small implementation. So FEATURE_MODUTILS_ALIAS and FEATURE_MODUTILS_SYMBOLS will depend on !MODPROBE_SMALL. The try_to_mmap_module() function is not called in modprobe-small.c, so I will let FEATURE_INSMOD_TRY_MMAP depend on !MODPROBE_SMALL for now. Signed-off-by: Kang-Che Sung <explorer09@gmail.com> Likewise, FEATURE_2_4_MODULES is not used by modprobe-small. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko2017-01-119-41/+0
| | | | | | | | | | | | No code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko2017-01-119-9/+0
| | | | | | | | | | | | No code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIETDenys Vlasenko2017-01-109-9/+9
| | | | | | | | | | | | The former name had no INIT anywhere in its name, sounded generic Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko2017-01-109-27/+27
| | | | | | | | | | | | | | This makes hash and ash more symmetrical wrt config menu and config options. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | ash: make the noconsole option configurable at build timeRon Yorston2017-02-072-0/+2
| | | | | | | | | | | | | | | | | | The noconsole option depends on APIs that aren't available in all incarnations of Microsoft Windows. Allow it to be disabled at build time. Note that, by default, 'noconsole' is enabled in 32-bit builds but disabled in 64-bit builds.
* | win32: implement nanosleep and enable float sleep by defaultRon Yorston2017-01-182-2/+2
| | | | | | | | Don't expect sleeping for fractions of a second to be very accurate.
* | Update default configurationRon Yorston2017-01-042-40/+36
| |
* | Update default configurationRon Yorston2016-11-292-422/+446
| |
* | Merge branch 'busybox' into mergeRon Yorston2016-11-299-9/+0
|\|
| * dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config optionDenys Vlasenko2016-11-279-9/+0
| | | | | | | | | | | | Its usage in C code was removed in 2004. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Post-merge fixesRon Yorston2016-10-202-30/+32
| | | | | | | | | | Update default configurations; rename ststrdup -> sstrdup; fix status returns in evalcommand.
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-199-9/+0
|\|
| * traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko2016-09-289-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove FEATURE_TRACEROUTE_SOURCE_ROUTE: it's off by default, and source routing is not used in real world. Tested that "traceroute -n ::1 100" and "traceroute -n 127.0.0.1 100" both send 100 byte IP packets (this matches what traceroute on Fedora Rawhide is doing). function old new delta common_traceroute_main 3731 3738 +7 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | mingw: enable whois in default configurationRon Yorston2016-07-082-2/+2
| |
* | Merge branch 'busybox' into mergeRon Yorston2016-07-072-4/+6
|\|
* | Update default configurationRon Yorston2016-05-162-2/+4
| |
* | mingw: enable busybox --install by defaultRon Yorston2016-04-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | Allow FEATURE_INSTALLER to be configured and enable it in the default configuration. The behaviour is slightly different from upstream BusyBox: symbolic links are not permitted; if no target directory is provided the directory containing the busybox binary is used as the target.
* | mingw: post-merge build fixesRon Yorston2016-04-042-4/+14
| |
* | Merge branch 'busybox' into mergeRon Yorston2016-04-049-8/+1150
|\|
| * Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko2016-03-319-9/+9
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * New example config: android_502_defconfigDenys Vlasenko2016-03-141-0/+1142
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | mingw: remove bbconfig from default configurationRon Yorston2016-03-272-4/+4
| | | | | | | | bbconfig isn't very useful. Removing it saves over 5KB.
* | mingw: update default configurationRon Yorston2016-02-222-2/+10
| |
* | find: enable -perm option in default configurationRon Yorston2015-11-032-2/+2
| |
* | Update default configurationRon Yorston2015-11-012-18/+18
| |
* | Merge branch 'busybox' into mergeRon Yorston2015-10-314-4/+0
|\|
| * remove systemd supportDenys Vlasenko2015-10-224-4/+0
| | | | | | | | | | | | | | systemd people are not willing to play nice with the rest of the world. Therefore there is no reason for the rest of the world to cooperate with them. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Enable install applet and HTTP authentication in wgetRon Yorston2015-10-202-44/+48
| |
* | ln: enable in default configurationRon Yorston2015-10-192-4/+4
| |
* | Update default configurationRon Yorston2015-10-132-14/+20
| |
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-69/+112
|\|
| * updated android_ndk_defconfigDenys Vlasenko2015-10-081-69/+112
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | less: port to WIN32 and enable by defaultRon Yorston2015-08-062-20/+20
| |
* | Update default configuration after mergeRon Yorston2015-08-042-4/+10
| |
* | mingw: enable support for IPv6Ron Yorston2015-07-152-6/+6
| | | | | | | | Import inet_pton from gnulib and enable IPv6 support by default.
* | mingw: include unwind tables in 64-bit build by defaultRon Yorston2015-07-141-1/+1
| | | | | | | | | | | | Add "-funwind-tables -fasynchronous-unwind-tables" to CFLAGS for the 64-bit build, overriding the usual default. Without this change setjmp/longjmp don't work.
* | ipcalc: enable by default for WIN32Ron Yorston2015-07-132-8/+8
| |