| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added llrintl wrapped function (for #419) | ptitSeb | 2022-11-01 | 4 | -1/+13 |
| * | Added XftNameUnparse wrapped function (for #424) | ptitSeb | 2022-11-01 | 1 | -1/+1 |
| * | Added a few libflac wrapped function (for #425) | ptitSeb | 2022-11-01 | 1 | -3/+3 |
| * | Addedsyscall 24 (for #429) | ptitSeb | 2022-11-01 | 1 | -0/+1 |
| * | Detect when program is linked with glibc 2.34+ to workaround the default libc... | ptitSeb | 2022-11-01 | 6 | -5/+47 |
| * | Remove dynablocklist (#438) | ptitSeb | 2022-10-31 | 19 | -747/+475 |
| * | [DYNAREC] Reprotect bridge when emu is running | ptitSeb | 2022-10-30 | 1 | -1/+5 |
| * | Added some more wrapped function to libX11 (for #436) | ptitSeb | 2022-10-29 | 4 | -5/+9 |
| * | Fixed a signature in tbbmallocproxy wrapped lib | ptitSeb | 2022-10-29 | 5 | -9/+3 |
| * | Re-disabled the abort when quitting, seems stable now | ptitSeb | 2022-10-29 | 1 | -1/+1 |
| * | [DYNAREC] Small change to use alloca instead of customMalloc | ptitSeb | 2022-10-29 | 1 | -8/+2 |
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 23 | -64/+771 |
| * | Added support for MOVBE extension ([DYNAREC] too) | ptitSeb | 2022-10-29 | 3 | -0/+45 |
| * | Better fix, again, for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -2/+2 |
| * | Optimized custom pthread_once | ptitSeb | 2022-10-29 | 1 | -0/+3 |
| * | Better fix for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -8/+11 |
| * | Don't enable steamwebhelper yet | ptitSeb | 2022-10-29 | 1 | -1/+1 |
| * | Fixed FT_Outline_Decompose wrapped function | ptitSeb | 2022-10-29 | 5 | -2/+125 |
| * | Added a few x11 wrapped function (for #436) | ptitSeb | 2022-10-29 | 1 | -6/+6 |
| * | Fix for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -0/+2 |
| * | Small imrpovment to custom phtread_once | ptitSeb | 2022-10-29 | 1 | -2/+1 |
| * | [DYNAREC] Fixed a potential issue with free range of dynablock | ptitSeb | 2022-10-29 | 1 | -1/+2 |
| * | Imrpoved Bridges, again | ptitSeb | 2022-10-29 | 1 | -14/+21 |
| * | Added 66 0F 38 10 opcode ({DYNAREC] too) | ptitSeb | 2022-10-29 | 2 | -0/+25 |
| * | Added a few more wrapped libfuse functions | ptitSeb | 2022-10-29 | 1 | -5/+5 |
| * | [DYNAREC] More log when using BOX64_NODYNAREC | ptitSeb | 2022-10-28 | 2 | -1/+4 |
| * | [DYNAREC] Fixed F3 0F 5B opcode | ptitSeb | 2022-10-28 | 1 | -4/+13 |
| * | [DYNAREC] Fixed an emitter | ptitSeb | 2022-10-28 | 1 | -1/+1 |
| * | [DYNAREC] Added 66 F0 0F B1 opcode | ptitSeb | 2022-10-28 | 1 | -0/+47 |
| * | [DYNAREC] Added 66 87 opcode | ptitSeb | 2022-10-28 | 1 | -0/+29 |
| * | [DYNAREC] Added (F2/F3) AD ocpodes | ptitSeb | 2022-10-28 | 1 | -0/+20 |
| * | Added 66 0F 7D opcode | ptitSeb | 2022-10-28 | 1 | -1/+25 |
| * | Re-enabled the abort if exit is too long, seems to be still needed | ptitSeb | 2022-10-27 | 1 | -1/+1 |
| * | Wrapping of GtkTextView and GtkContainer classes for Gtk3 | ptitSeb | 2022-10-27 | 3 | -0/+163 |
| * | Added posix_spawn_file_actions_addclose wrapped function | ptitSeb | 2022-10-27 | 1 | -1/+1 |
| * | Try to get a cleaner exit | ptitSeb | 2022-10-27 | 3 | -0/+8 |
| * | Fixed some issue with bridge memory protection handling | ptitSeb | 2022-10-27 | 1 | -3/+3 |
| * | Added BOX64_SHOWBT env. var. to have a backtrace on segfault | ptitSeb | 2022-10-27 | 3 | -3/+35 |
| * | Fixed dlopen that should increment refcount even with RTLD_NOLOAD | ptitSeb | 2022-10-27 | 1 | -2/+1 |
| * | Improved handling of execve and posix_spawn, especialy with arv[0] is not the... | ptitSeb | 2022-10-27 | 2 | -48/+77 |
| * | Some fixes to execv and posic_spawn wrapped functions | ptitSeb | 2022-10-26 | 1 | -12/+15 |
| * | Added libudev.so synonym of libudev.so.1 | ptitSeb | 2022-10-26 | 1 | -0/+1 |
| * | Added one more gtk3 wrapped function | ptitSeb | 2022-10-26 | 4 | -1/+8 |
| * | [DYNAREC] Fixed 0F BA opcodes | ptitSeb | 2022-10-26 | 1 | -4/+4 |
| * | Try to improve the shell detection, again (for #433) | ptitSeb | 2022-10-26 | 1 | -7/+4 |
| * | Added syscalls 7 and 112 | ptitSeb | 2022-10-26 | 1 | -0/+14 |
| * | Actually fixed (this time) syscall 78 | ptitSeb | 2022-10-26 | 1 | -12/+22 |
| * | Fixed an issue with syscall 78 | ptitSeb | 2022-10-26 | 1 | -1/+1 |
| * | Added syscall to BOX64_ROLLING_LOG too | ptitSeb | 2022-10-26 | 1 | -5/+22 |
| * | More flexibility for BOX64_ROLLING_LOG | ptitSeb | 2022-10-26 | 6 | -20/+27 |