| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixed an issue with grabNCpu function, as getline might use realloc, don't us... | ptitSeb | 2022-11-27 | 1 | -1/+2 |
| * | Improve (non-libc) syscall, and added a few new ones | ptitSeb | 2022-11-22 | 1 | -2/+2 |
| * | x86_64 build don't need CreateCPUInfoFile | ptitSeb | 2022-11-11 | 1 | -1/+1 |
| * | Actualy fix x86_64 build | ptitSeb | 2022-11-11 | 1 | -1/+1 |
| * | Fix x86_64 build | ptitSeb | 2022-11-11 | 1 | -1/+1 |
| * | Improved cpu cores detection and reporting | ptitSeb | 2022-11-11 | 1 | -7/+36 |
| * | Detect when program is linked with glibc 2.34+ to workaround the default libc... | ptitSeb | 2022-11-01 | 1 | -4/+12 |
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 1 | -2/+2 |
| * | Improved handling of execve and posix_spawn, especialy with arv[0] is not the... | ptitSeb | 2022-10-27 | 1 | -37/+64 |
| * | Some fixes to execv and posic_spawn wrapped functions | ptitSeb | 2022-10-26 | 1 | -12/+15 |
| * | More flexibility for BOX64_ROLLING_LOG | ptitSeb | 2022-10-26 | 1 | -3/+3 |
| * | Added BOX64_ROLLING_LOG support to __stack_chk_fail | ptitSeb | 2022-10-26 | 1 | -0/+9 |
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 1 | -13/+13 |
| * | Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ... | ptitSeb | 2022-09-30 | 1 | -1/+1 |
| * | More fixes and improvment to bash handling (helps #360) | ptitSeb | 2022-09-18 | 1 | -2/+30 |
| * | Improved usage of x86_64 bash with BOX64_BASH env var | ptitSeb | 2022-09-15 | 1 | -28/+50 |
| * | Attempt at fixing wrapped __vfwprintf_chk (for #404) | ptitSeb | 2022-09-12 | 1 | -1/+9 |
| * | Added vfwprintf and __vfwprintf_chk wrapped function (for #404) | ptitSeb | 2022-09-12 | 1 | -10/+8 |
| * | When running x86_64 bash, using x86_64 bash to run script automaticaly (for #... | ptitSeb | 2022-09-08 | 1 | -6/+9 |
| * | Limit all libc mmap to 47bits max | ptitSeb | 2022-09-04 | 1 | -2/+2 |
| * | Fixed a warning | ptitSeb | 2022-08-06 | 1 | -2/+2 |
| * | All box internal memory alloc use __libc_ internal one (except on Android, us... | ptitSeb | 2022-08-06 | 1 | -30/+29 |
| * | Small changed to wrapped exit function | ptitSeb | 2022-07-30 | 1 | -0/+1 |
| * | Improve obstack support (for #352) | ptitSeb | 2022-07-30 | 1 | -4/+4 |
| * | Some work around chromium / libcef / electron / nw (still not ok) | ptitSeb | 2022-07-23 | 1 | -12/+95 |
| * | tls parameter of clone libc function needs special treatment (not done yet) | ptitSeb | 2022-07-16 | 1 | -4/+9 |
| * | Changed a bit how wrapped libc clone works | ptitSeb | 2022-07-14 | 1 | -8/+4 |
| * | Added __fwprintf_chk wrapped function (for KSP) | ptitSeb | 2022-07-11 | 1 | -2/+6 |
| * | Various improvement and some workaround to support musl binary (for #324) | ptitSeb | 2022-07-09 | 1 | -1/+21 |
| * | Fixed a regression preventing wine-preloader to work correctly | ptitSeb | 2022-06-30 | 1 | -1/+1 |
| * | Fixed printf_log for __cx_pure_virtual function | ptitSeb | 2022-06-28 | 1 | -1/+1 |
| * | Fixed some potential issue for eroneous execv call (fixes some infinite loopi... | ptitSeb | 2022-06-26 | 1 | -2/+2 |
| * | Also changed the other wrapped __Xstat(64) function to accept a NULL buffer | ptitSeb | 2022-06-26 | 1 | -11/+15 |
| * | Fixed wrapped __xtsat call with NULL buffer (helps Surviving Mars) | ptitSeb | 2022-06-26 | 1 | -2/+3 |
| * | Various small debugging improvments | ptitSeb | 2022-06-19 | 1 | -8/+10 |
| * | Added __cxa_pure_virtual wrapped function (for #299) | ptitSeb | 2022-06-11 | 1 | -0/+7 |
| * | Added wrapped __wprintf_chk and wprintf (for #311) | ptitSeb | 2022-06-11 | 1 | -0/+12 |
| * | Added wrapped fstat64 (for #309) | ptitSeb | 2022-05-21 | 1 | -0/+1 |
| * | Small change to avoid wlib_t declaration in wrappedlibs.h (from box86) | ptitSeb | 2022-05-09 | 1 | -1/+1 |
| * | Some refactor on wrapped lib handling, to limit calloc/free used and get more... | ptitSeb | 2022-05-09 | 1 | -34/+7 |
| * | Added a few wrapped functions to libc | ptitSeb | 2022-04-30 | 1 | -0/+9 |
| * | Various small fixes and warning removal | ptitSeb | 2022-04-11 | 1 | -1/+1 |
| * | Update test10 (it was a bit flaky), update libstdc++ binary, and added fake _... | ptitSeb | 2022-03-31 | 1 | -0/+3 |
| * | Added clone wrapped function and libgbm wrapped lib | ptitSeb | 2022-03-27 | 1 | -0/+43 |
| * | Fixed the new memmap tracking | ptitSeb | 2022-03-13 | 1 | -7/+4 |
| * | Better handling of environ and envp in execve | ptitSeb | 2022-03-08 | 1 | -0/+4 |
| * | Improved speed of mmap changes | ptitSeb | 2022-03-06 | 1 | -3/+3 |
| * | Change on mmap to help some stagging version of wine | ptitSeb | 2022-03-06 | 1 | -2/+4 |
| * | Various changes and improvement centered around steam (but still not good eno... | ptitSeb | 2022-03-04 | 1 | -5/+63 |
| * | More work on readlinkat and clone syscall | ptitSeb | 2022-03-01 | 1 | -2/+12 |