Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | grep: remove hack to disable EXTRA_COMPAT | Ron Yorston | 2017-07-18 | 1 | -1/+1 | |
| | | | | | | | | 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 | 1 | -19/+30 | |
| | ||||||
* | Update default configuration | Ron Yorston | 2017-02-08 | 1 | -31/+57 | |
| | ||||||
* | ash: make the noconsole option configurable at build time | Ron Yorston | 2017-02-07 | 1 | -0/+1 | |
| | | | | | | | | | 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 | 1 | -1/+1 | |
| | | | | Don't expect sleeping for fractions of a second to be very accurate. | |||||
* | Update default configuration | Ron Yorston | 2017-01-04 | 1 | -20/+18 | |
| | ||||||
* | Update default configuration | Ron Yorston | 2016-11-29 | 1 | -211/+223 | |
| | ||||||
* | Post-merge fixes | Ron Yorston | 2016-10-20 | 1 | -15/+16 | |
| | | | | | Update default configurations; rename ststrdup -> sstrdup; fix status returns in evalcommand. | |||||
* | mingw: enable whois in default configuration | Ron Yorston | 2016-07-08 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'busybox' into merge | Ron Yorston | 2016-07-07 | 1 | -2/+3 | |
| | ||||||
* | Update default configuration | Ron Yorston | 2016-05-16 | 1 | -1/+2 | |
| | ||||||
* | mingw: enable busybox --install by default | Ron Yorston | 2016-04-06 | 1 | -1/+1 | |
| | | | | | | | | | | | 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 | 1 | -2/+7 | |
| | ||||||
* | mingw: remove bbconfig from default configuration | Ron Yorston | 2016-03-27 | 1 | -2/+2 | |
| | | | | bbconfig isn't very useful. Removing it saves over 5KB. | |||||
* | mingw: update default configuration | Ron Yorston | 2016-02-22 | 1 | -1/+5 | |
| | ||||||
* | find: enable -perm option in default configuration | Ron Yorston | 2015-11-03 | 1 | -1/+1 | |
| | ||||||
* | Update default configuration | Ron Yorston | 2015-11-01 | 1 | -9/+9 | |
| | ||||||
* | Enable install applet and HTTP authentication in wget | Ron Yorston | 2015-10-20 | 1 | -22/+24 | |
| | ||||||
* | ln: enable in default configuration | Ron Yorston | 2015-10-19 | 1 | -2/+2 | |
| | ||||||
* | Update default configuration | Ron Yorston | 2015-10-13 | 1 | -7/+10 | |
| | ||||||
* | less: port to WIN32 and enable by default | Ron Yorston | 2015-08-06 | 1 | -10/+10 | |
| | ||||||
* | Update default configuration after merge | Ron Yorston | 2015-08-04 | 1 | -2/+5 | |
| | ||||||
* | mingw: enable support for IPv6 | Ron Yorston | 2015-07-15 | 1 | -3/+3 | |
| | | | | 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 | 1 | -4/+4 | |
| | ||||||
* | Allow different ways to manipulate environment for XP vs 64-bit | Ron Yorston | 2015-07-03 | 1 | -0/+1051 | |
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. |