| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
| |
Import inet_pton from gnulib and enable IPv6 support by default.
|
|
|
|
|
|
| |
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.
|
| |
|
|
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.
|