Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | build system: remove unused CONFIG_FEATURE_HAVE_RPC | Denys Vlasenko | 2017-08-14 | 9 | -9/+0 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | timeout: provide a basic implementation for WIN32 | Ron Yorston | 2017-08-22 | 2 | -2/+2 | |
| | | | | | | | | Only the TERM signal is supported. | |||||
* | | find: enable -exec option in default configurations | Ron Yorston | 2017-08-04 | 2 | -4/+4 | |
| | | ||||||
* | | watch: enable in default configurations | Ron Yorston | 2017-08-01 | 2 | -2/+2 | |
| | | | | | | | | | | The recent change to system(3) makes watch work much better, so enable it by default. | |||||
* | | Post-merge fixes | Ron Yorston | 2017-07-24 | 2 | -6/+8 | |
| | | ||||||
* | | Update default configurations | Ron Yorston | 2017-07-18 | 2 | -28/+50 | |
| | | ||||||
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-18 | 9 | -9/+0 | |
|\| | ||||||
| * | msh: delete this applet | Denys Vlasenko | 2017-07-03 | 9 | -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_COMPAT | Ron Yorston | 2017-07-18 | 2 | -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 configurations | Ron Yorston | 2017-05-29 | 2 | -38/+60 | |
| | | ||||||
* | | Update default configuration | Ron Yorston | 2017-02-08 | 2 | -62/+114 | |
| | | ||||||
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-02-08 | 9 | -104/+36 | |
|\| | ||||||
| * | modutils: fix config options dependency | Kang-Che Sung | 2017-01-30 | 6 | -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 it | Denys Vlasenko | 2017-01-11 | 9 | -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 it | Denys Vlasenko | 2017-01-11 | 9 | -9/+0 | |
| | | | | | | | | | | | | No code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET | Denys Vlasenko | 2017-01-10 | 9 | -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_foo | Denys Vlasenko | 2017-01-10 | 9 | -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 time | Ron Yorston | 2017-02-07 | 2 | -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 default | Ron Yorston | 2017-01-18 | 2 | -2/+2 | |
| | | | | | | | | Don't expect sleeping for fractions of a second to be very accurate. | |||||
* | | Update default configuration | Ron Yorston | 2017-01-04 | 2 | -40/+36 | |
| | | ||||||
* | | Update default configuration | Ron Yorston | 2016-11-29 | 2 | -422/+446 | |
| | | ||||||
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-11-29 | 9 | -9/+0 | |
|\| | ||||||
| * | dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config option | Denys Vlasenko | 2016-11-27 | 9 | -9/+0 | |
| | | | | | | | | | | | | Its usage in C code was removed in 2004. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Post-merge fixes | Ron Yorston | 2016-10-20 | 2 | -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 Yorston | 2016-10-19 | 9 | -9/+0 | |
|\| | ||||||
| * | traceroute: cleanup and fixes for packet size calculations | Denys Vlasenko | 2016-09-28 | 9 | -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 configuration | Ron Yorston | 2016-07-08 | 2 | -2/+2 | |
| | | ||||||
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-07-07 | 2 | -4/+6 | |
|\| | ||||||
* | | Update default configuration | Ron Yorston | 2016-05-16 | 2 | -2/+4 | |
| | | ||||||
* | | mingw: enable busybox --install by default | Ron Yorston | 2016-04-06 | 2 | -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 fixes | Ron Yorston | 2016-04-04 | 2 | -4/+14 | |
| | | ||||||
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-04-04 | 9 | -8/+1150 | |
|\| | ||||||
| * | Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init | Denys Vlasenko | 2016-03-31 | 9 | -9/+9 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | New example config: android_502_defconfig | Denys Vlasenko | 2016-03-14 | 1 | -0/+1142 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | mingw: remove bbconfig from default configuration | Ron Yorston | 2016-03-27 | 2 | -4/+4 | |
| | | | | | | | | bbconfig isn't very useful. Removing it saves over 5KB. | |||||
* | | mingw: update default configuration | Ron Yorston | 2016-02-22 | 2 | -2/+10 | |
| | | ||||||
* | | find: enable -perm option in default configuration | Ron Yorston | 2015-11-03 | 2 | -2/+2 | |
| | | ||||||
* | | Update default configuration | Ron Yorston | 2015-11-01 | 2 | -18/+18 | |
| | | ||||||
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-31 | 4 | -4/+0 | |
|\| | ||||||
| * | remove systemd support | Denys Vlasenko | 2015-10-22 | 4 | -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 wget | Ron Yorston | 2015-10-20 | 2 | -44/+48 | |
| | | ||||||
* | | ln: enable in default configuration | Ron Yorston | 2015-10-19 | 2 | -4/+4 | |
| | | ||||||
* | | Update default configuration | Ron Yorston | 2015-10-13 | 2 | -14/+20 | |
| | | ||||||
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-13 | 1 | -69/+112 | |
|\| | ||||||
| * | updated android_ndk_defconfig | Denys Vlasenko | 2015-10-08 | 1 | -69/+112 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | less: port to WIN32 and enable by default | Ron Yorston | 2015-08-06 | 2 | -20/+20 | |
| | | ||||||
* | | Update default configuration after merge | Ron Yorston | 2015-08-04 | 2 | -4/+10 | |
| | | ||||||
* | | mingw: enable support for IPv6 | Ron Yorston | 2015-07-15 | 2 | -6/+6 | |
| | | | | | | | | Import inet_pton from gnulib and enable IPv6 support by default. | |||||
* | | mingw: include unwind tables in 64-bit build by default | Ron Yorston | 2015-07-14 | 1 | -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 WIN32 | Ron Yorston | 2015-07-13 | 2 | -8/+8 | |
| | |