| Commit message (Expand) | Author | Age | Files | Lines |
| * | More work on gtk wrapping | ptitSeb | 2021-09-20 | 2 | -0/+10 |
| * | Fixed va_list conversion for aarch64 | ptitSeb | 2021-09-19 | 1 | -31/+31 |
| * | More work on GTK wrapping. Still not ok, but better | ptitSeb | 2021-09-19 | 1 | -6/+6 |
| * | Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 samp... | ptitSeb | 2021-09-18 | 3 | -12/+328 |
| * | Add some support vor VSyscall | ptitSeb | 2021-09-02 | 2 | -0/+3 |
| * | [DYNAREC] Added detection of available CPU Extensions | ptitSeb | 2021-08-28 | 1 | -0/+6 |
| * | Added disabled wrapped libfuse (not working for now) | ptitSeb | 2021-08-10 | 1 | -0/+1 |
| * | Added wrapped dbus_message_get_args and a generic mothod to convert VAARG '..... | ptitSeb | 2021-07-27 | 1 | -6/+34 |
| * | Make library loaded with absolute path not wrapped (unless BOX64_PREFER_WRAPP... | ptitSeb | 2021-07-14 | 1 | -0/+1 |
| * | Fixed and improved handling of segments and Call Far and signal (helps Wine64) | ptitSeb | 2021-07-13 | 1 | -2/+2 |
| * | Use box86 to launch x86 binary (if box86 is present in same folder as box64) | ptitSeb | 2021-07-12 | 2 | -0/+2 |
| * | Handling of flag RTLD_NOW in dlopen | ptitSeb | 2021-07-12 | 3 | -5/+5 |
| * | Splitted mmx and x87 register (from box86) | ptitSeb | 2021-07-11 | 1 | -3/+3 |
| * | Removed mutex per bridge and use a global one (remove chance of freeze on fork) | ptitSeb | 2021-07-05 | 1 | -0/+1 |
| * | [DYNAREC] Improved the fast native call path | ptitSeb | 2021-07-02 | 1 | -0/+1 |
| * | Improved low memory pre-allocation and added 47bits pre-allocation for Wine64 | ptitSeb | 2021-07-01 | 2 | -0/+4 |
| * | Added getauxval wrapped function | ptitSeb | 2021-06-25 | 1 | -1/+1 |
| * | [DYNAREC] Try to free dynablocks when no longer used | ptitSeb | 2021-06-19 | 1 | -1/+2 |
| * | Change the way locked mutex are detected (taken from box86) | ptitSeb | 2021-06-14 | 1 | -2/+2 |
| * | Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too) | ptitSeb | 2021-06-07 | 2 | -1/+3 |
| * | Improvment to a few libc wrapped functions | ptitSeb | 2021-06-06 | 1 | -0/+3 |
| * | Added a few more wrapped function and improved getopt handling | ptitSeb | 2021-06-05 | 1 | -0/+3 |
| * | Fixed some wrapped functions, upgraded the python script | rajdakin | 2021-06-04 | 1 | -0/+1 |
| * | Added a wrokaround for libtinfo global variables | ptitSeb | 2021-06-03 | 1 | -0/+14 |
| * | Reworked elfloader, handle versionned symbols now | ptitSeb | 2021-05-29 | 8 | -21/+60 |
| * | Splited Elf Dump from LOG handling | ptitSeb | 2021-05-28 | 1 | -1/+5 |
| * | Aligned struct epoll | ptitSeb | 2021-04-26 | 1 | -0/+3 |
| * | Fixed nexttoward(f) wrapped functions, and improved long double handling | ptitSeb | 2021-04-17 | 1 | -0/+1 |
| * | Second pass | rajdakin | 2021-04-14 | 2 | -10/+9 |
| * | First pass | rajdakin | 2021-04-14 | 5 | -14/+12 |
| * | Merge pull request #6 from rajdakin/generalImprovements | ptitSeb | 2021-04-11 | 2 | -8/+4 |
| |\ |
|
| | * | General improvements to box64 and fixed some SDL2 functions | rajdakin | 2021-04-11 | 2 | -8/+4 |
| * | | Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ... | ptitSeb | 2021-04-11 | 3 | -0/+12 |
| |/ |
|
| * | Fixed the libraries free ordering | rajdakin | 2021-04-09 | 3 | -4/+6 |
| * | Changed missed unwanted "box86" | rajdakin | 2021-04-09 | 3 | -6/+6 |
| * | [TRACE] Added a new trace option | rajdakin | 2021-04-07 | 1 | -5/+8 |
| * | Added RK3326 definitions. | krishenriksen | 2021-04-07 | 1 | -1/+1 |
| * | More work on mmap and the MAP_32BIT flag | ptitSeb | 2021-04-04 | 1 | -3/+6 |
| * | More work around stack alignement and frame pointer | ptitSeb | 2021-04-03 | 1 | -0/+1 |
| * | Added wrapped swscanf | ptitSeb | 2021-04-02 | 1 | -0/+1 |
| * | Implemented a workaround for mmap64 with MAP_32BIT flag | ptitSeb | 2021-04-02 | 1 | -0/+3 |
| * | Added more libc and pthreads wrapped functions | ptitSeb | 2021-03-28 | 1 | -0/+18 |
| * | [DYNAREC] Improved Dynablock construction, stopping when overlaping block is ... | ptitSeb | 2021-03-28 | 1 | -0/+1 |
| * | Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfix | ptitSeb | 2021-03-25 | 1 | -1/+1 |
| * | Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ... | ptitSeb | 2021-03-25 | 1 | -0/+3 |
| * | Improved shutdown sequence | ptitSeb | 2021-03-25 | 2 | -2/+2 |
| * | [DYNAREC] Added 0F BE/BF ocpodes, and fixed LDRSB emitter | ptitSeb | 2021-03-22 | 1 | -1/+1 |
| * | [DYNAREC] Various bugfixes (and now the 4 tests games works again) | ptitSeb | 2021-03-20 | 1 | -0/+1 |
| * | [DYNAREC] Added D3 opcodes, and fixed sl32/shl32c/shr32/shr32c emitter | ptitSeb | 2021-03-20 | 1 | -9/+9 |
| * | Excplicit handling of bit size for defered flags | ptitSeb | 2021-03-17 | 1 | -1/+2 |