| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added BOX64_SHOWBT env. var. to have a backtrace on segfault | ptitSeb | 2022-10-27 | 1 | -3/+10 |
| * | Improved handling of execve and posix_spawn, especialy with arv[0] is not the... | ptitSeb | 2022-10-27 | 1 | -11/+13 |
| * | More flexibility for BOX64_ROLLING_LOG | ptitSeb | 2022-10-26 | 1 | -5/+8 |
| * | [DYNAREC] Added BIGBLOCK=3 level | ptitSeb | 2022-10-25 | 1 | -2/+2 |
| * | Refactored, again, elfloader symbol fetching (ported from box86) | ptitSeb | 2022-10-22 | 1 | -5/+5 |
| * | [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGS | ptitSeb | 2022-10-22 | 1 | -0/+12 |
| * | Improved usage of x86_64 bash with BOX64_BASH env var | ptitSeb | 2022-09-15 | 1 | -15/+41 |
| * | When running x86_64 bash, using x86_64 bash to run script automaticaly (for #... | ptitSeb | 2022-09-08 | 1 | -0/+10 |
| * | All box internal memory alloc use __libc_ internal one (except on Android, us... | ptitSeb | 2022-08-06 | 1 | -32/+35 |
| * | Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal | ptitSeb | 2022-07-30 | 1 | -0/+14 |
| * | Disabling steamwebhelper again, it was eanbled by mystake | ptitSeb | 2022-07-23 | 1 | -1/+1 |
| * | Fixed a typo | ptitSeb | 2022-07-17 | 1 | -1/+1 |
| * | Added '+' in FILE_TRACE_NAME to append trace | ptitSeb | 2022-07-17 | 1 | -6/+17 |
| * | Fixed BOX86_ENVx handling (for #347) | ptitSeb | 2022-07-14 | 1 | -1/+1 |
| * | Added BOX64_ENV to create env. var. at load time (for #347) | ptitSeb | 2022-07-11 | 1 | -0/+35 |
| * | Various improvement and some workaround to support musl binary (for #324) | ptitSeb | 2022-07-09 | 1 | -0/+21 |
| * | Restored workaround for Linux GOG installer on SBCs | ptitSeb | 2022-07-07 | 1 | -7/+7 |
| * | [DYNAREC] Fixed a typo when turning off Dynarec | ptitSeb | 2022-06-25 | 1 | -1/+1 |
| * | Change process name (hidding box64, helps mesa find the correct hack for some... | ptitSeb | 2022-06-19 | 1 | -0/+23 |
| * | Update main.c | Jai A P | 2022-06-19 | 1 | -1/+1 |
| * | Better handling of LD_PRELOAD libraries | ptitSeb | 2022-06-19 | 1 | -3/+4 |
| * | Fixed some issue with TLS data not beeing updated correctly after ElfInit (fi... | ptitSeb | 2022-06-06 | 1 | -0/+2 |
| * | Fixed the workaround for gog installer on PI & RK3399 SBC beeing slow to start | ptitSeb | 2022-05-21 | 1 | -1/+1 |
| * | Added fake libunwind wrapping | ptitSeb | 2022-04-30 | 1 | -0/+1 |
| * | Improved BOX64_LOAD_ADDR env. var. to help having reproducible runs | ptitSeb | 2022-04-24 | 1 | -0/+8 |
| * | Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default) | ptitSeb | 2022-04-16 | 1 | -3/+3 |
| * | [DYNAREC] Added option to force x87 to use double (ported from box86) | ptitSeb | 2022-04-13 | 1 | -0/+10 |
| * | [DYNAREC] Refactored dynarec, using box86 refactor | ptitSeb | 2022-04-09 | 1 | -2/+5 |
| * | More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX6... | ptitSeb | 2022-03-31 | 1 | -0/+10 |
| * | Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ... | ptitSeb | 2022-03-27 | 1 | -1/+15 |
| * | More work around steam and proton/SteamPlay (working, but need also latest bo... | ptitSeb | 2022-03-26 | 1 | -7/+10 |
| * | Fixed a warning | ptitSeb | 2022-03-08 | 1 | -1/+1 |
| * | Better handling of environ and envp in execve | ptitSeb | 2022-03-08 | 1 | -5/+5 |
| * | Added an option to always show SIGSEGV messages | ptitSeb | 2022-03-06 | 1 | -0/+11 |
| * | Removed a debugging leftover | ptitSeb | 2022-03-06 | 1 | -1/+1 |
| * | Improved speed of mmap changes | ptitSeb | 2022-03-06 | 1 | -1/+2 |
| * | Change on mmap to help some stagging version of wine | ptitSeb | 2022-03-06 | 1 | -0/+3 |
| * | Some work to have steam streaming working (for #247) | ptitSeb | 2022-03-05 | 1 | -1/+7 |
| * | Include pthread.h when used (should help #249) | ptitSeb | 2022-03-05 | 1 | -0/+1 |
| * | Various changes and improvement centered around steam (but still not good eno... | ptitSeb | 2022-03-04 | 1 | -0/+1 |
| * | Removed a debug trace | ptitSeb | 2022-03-03 | 1 | -2/+2 |
| * | More work on readlinkat and clone syscall | ptitSeb | 2022-03-01 | 1 | -7/+22 |
| * | Some work on glib, gobject and steam | ptitSeb | 2022-03-01 | 1 | -0/+4 |
| * | [DYNAREC] still working on multiarch | ptitSeb | 2022-02-28 | 1 | -0/+5 |
| * | Improved wine detection | ptitSeb | 2022-01-17 | 1 | -1/+3 |
| * | [ARM64] Added some doc about the different hwcap constants | ptitSeb | 2022-01-03 | 1 | -0/+110 |
| * | Added some workaround for program that calls 'uname -m' to get the architectu... | ptitSeb | 2022-01-01 | 1 | -6/+14 |
| * | Cleaned up some special case detection from box86 that are 32bits only | ptitSeb | 2021-12-31 | 1 | -10/+0 |
| * | [DYNAREC] Reduce performance impact of StrongMem, and added old Strongmem met... | ptitSeb | 2021-11-19 | 1 | -2/+2 |
| * | [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ... | ptitSeb | 2021-11-18 | 1 | -0/+10 |