Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stty: changes required to build for WIN32 | Ron Yorston | 2016-08-02 | 1 | -3/+3 |
| | |||||
* | 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. |