aboutsummaryrefslogtreecommitdiff
path: root/configs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag '1_26_2' into w32_1_26_2w32_1_26_2Ron Yorston2021-03-242-0/+2
|\
* | 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
| |
* | Allow different ways to manipulate environment for XP vs 64-bitRon Yorston2015-07-032-1/+1053
| | | | | | | | | | | | | | | | | | | | | | Commit fa147bd 'Use putenv to implement unsetenv/clearenv' allowed BusyBox to run on ReactOS but broke it on Windows XP so it was reverted. It turns out that the same change is required on 64-bit Windows. Reinstate the 'safe' environment manipulation code but make it a configuration option. Add a config file for 64-bit Windows that does the right thing.
* | Enable seamless compression for WIN32Ron Yorston2015-05-271-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the archival code we pretend that WIN32 is a no-MMU platform and use the new mingw_popen_fd routine to pipe data to/from commands to compress/decompress. The pretence is maintained by redefining MMU macros in bb_archive.h. This is mostly used in the archival code but there are a handful of places where it's used to access public interfaces. The symbol BB_ARCHIVE_PUBLIC is defined in these places. With these changes: tar supports seamless compression/decompression rpm2cpio and dpkg-deb can be enabled
* | mingw: provide fake getgroups and getgrouplistRon Yorston2015-05-181-3/+3
| | | | | | | | | | This makes it possible to enable the id and groups applets, though the results they return are worthless.
* | Update default configuration following mergeRon Yorston2015-05-181-1/+3
| |
* | mingw: enable a minimal version of nc by defaultRon Yorston2015-04-221-3/+3
| |
* | Allow globbing to be enabled with mingw64Ron Yorston2015-04-121-2/+2
| | | | | | | | | | | | | | | | | | | | mingw64 handles globbing differently from mingw32. Add code to allow globbing to be enabled. (By default mingw64 has globbing disabled, though the default can be changed when it's compiled.) Also change the configuration option from ENABLE_NOGLOB to ENABLE_GLOBBING, because double negatives make me think too much. The default is still for globbing to be disabled.
* | Add new truncate applet to mingw32_defconfigRon Yorston2015-03-231-1/+2
| |
* | Post-merge fixesRon Yorston2015-03-141-15/+21
| |
* | Enable logname in mingw32 configurationRon Yorston2015-02-271-3/+3
| |
* | Use MinGW-w64 by defaultRon Yorston2015-01-071-2/+2
| |
* | Update MinGW default configurationRon Yorston2014-12-141-3/+3
| |
* | Enable vi line editing mode in default configurationRon Yorston2014-12-131-2/+2
| |
* | ash: enable saving history to file in default configRon Yorston2014-12-061-4/+4
| |
* | Update MinGW default configurationRon Yorston2014-10-061-3/+5
| |
* | Update MinGW default configurationRon Yorston2014-06-301-1/+11
| |
* | Update MinGW default configurationRon Yorston2014-05-061-5/+10
| |
* | dc: enable pow and exp by defaultRon Yorston2014-03-171-2/+2
| |
* | Drop CONFIG_WIN32_NET settingRon Yorston2014-03-171-1/+0
| |
* | Improved support for characters above 0x7fRon Yorston2014-03-171-2/+2
| |