aboutsummaryrefslogtreecommitdiff
path: root/configs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | wget: add fseek calls to make ftp work; enable ftpget/ftpputRon Yorston2014-03-161-4/+4
| |
* | patch: fix and enable by default for mingw32Ron Yorston2014-03-121-2/+2
| |
* | Enable 'tar -m' in mingw32_defconfigRon Yorston2014-03-121-2/+2
| |
* | rev: fix to build with mingw32Ron Yorston2014-03-111-2/+2
| |
* | Update mingw32_defconfig with new featuresRon Yorston2014-03-111-2/+5
| |
* | tar: enable -X, -T and --exclude in MINGW32 configurationRon Yorston2014-01-161-1/+1
| |
* | Remove feature that allows stat -f to be disabledRon Yorston2014-01-061-1/+0
| |
* | Update mingw32 default configurationRon Yorston2014-01-021-30/+34
| |
* | df: limited implementation for WIN32Ron Yorston2013-04-031-3/+3
| |
* | Enable LFS support in MINGW configRon Yorston2013-03-141-3/+3
| |
* | Update WIN32 configRon Yorston2013-02-071-3/+8
| |
* | Update default config following mergeRon Yorston2012-12-111-1/+2
| |
* | Add a build option to turn MSVCRT globbing on or offRon Yorston2012-12-101-1/+2
| |
* | du: enable for MINGW with fake block countRon Yorston2012-11-291-3/+3
| |
* | Enable mktemp in default MINGW configRon Yorston2012-10-101-9/+9
| |
* | stat: allow -f option to be disabledRon Yorston2012-10-091-3/+5
| |
* | Remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from config fileRon Yorston2012-09-191-1/+0
| |
* | Merge branch 'busybox' into mergeRon Yorston2012-09-078-22/+14
|\| | | | | | | | | | | Conflicts: include/libbb.h shell/ash.c
| * remove FEATURE_VI_OPTIMIZE_CURSOR from example configDenys Vlasenko2012-06-128-8/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * android: some sensible defconfig changesTias Guns2012-06-101-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - no /usr - no skip rootfs - use /system/lib/modules And for niceties: - show usage - have installer - long opts - verbose cp - ls --color support - bbconfig Also adds lsof (new in 1.20.0) Signed-off-by: Tias Guns <tias@ulyssis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | mingw32: add manRon Yorston2012-06-261-2/+2
| |
* | mingw32: enable math support for awk in default configRon Yorston2012-05-011-3/+3
| |
* | win32: remove seamless compression from default configRon Yorston2012-04-291-8/+8
| |
* | win32: support fancy prompts and (limited) tilde expansionRon Yorston2012-04-231-3/+3
| |
* | Update default configurationTIG_1_20_0merge_1_20Ron Yorston2012-04-231-2/+3
| |
* | Fix off_t define so MINGW32 doesn't require LFSRon Yorston2012-03-311-2/+2
| |
* | Update mingw.c from latest git/compatRon Yorston2012-03-301-3/+3
| |
* | Put defconfig is the correct place, update README.win32Ron Yorston2012-03-261-0/+1010
|/
* Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker2012-03-071-0/+1016
| | | | | Signed-off-by: Rob Walker <rwalker@rwalker.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* configs/android_defconfig: updateDaniel Fandrich2011-12-151-2/+4
| | | | | Signed-off-by: Daniel Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Added a few more features to android_defconfigDaniel Fandrich2011-11-211-5/+5
| | | | | Signed-off-by: Daniel Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>