summaryrefslogtreecommitdiff
path: root/configs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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>
* android build system updatesDaniel Fandrich2011-11-031-106/+119
| | | | | Signed-off-by: Daniel Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* regularize options which control size/speed tradeDenys Vlasenko2011-09-107-7/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak comments in android build filesDenys Vlasenko2011-09-091-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko2011-09-091-0/+995
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* android_defconfig: remove some extra cflags. untestedDenys Vlasenko2011-07-231-1/+18
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>