about summary refs log tree commit diff stats
path: root/src/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use box86 to launch x86 binary (if box86 is present in same folder as box64)ptitSeb2021-07-122-0/+2
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-123-5/+5
* Splitted mmx and x87 register (from box86)ptitSeb2021-07-111-3/+3
* Removed mutex per bridge and use a global one (remove chance of freeze on fork)ptitSeb2021-07-051-0/+1
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-021-0/+1
* Improved low memory pre-allocation and added 47bits pre-allocation for Wine64ptitSeb2021-07-012-0/+4
* Added getauxval wrapped functionptitSeb2021-06-251-1/+1
* [DYNAREC] Try to free dynablocks when no longer usedptitSeb2021-06-191-1/+2
* Change the way locked mutex are detected (taken from box86)ptitSeb2021-06-141-2/+2
* Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)ptitSeb2021-06-072-1/+3
* Improvment to a few libc wrapped functionsptitSeb2021-06-061-0/+3
* Added a few more wrapped function and improved getopt handlingptitSeb2021-06-051-0/+3
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-041-0/+1
* Added a wrokaround for libtinfo global variablesptitSeb2021-06-031-0/+14
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-298-21/+60
* Splited Elf Dump from LOG handlingptitSeb2021-05-281-1/+5
* Aligned struct epollptitSeb2021-04-261-0/+3
* Fixed nexttoward(f) wrapped functions, and improved long double handlingptitSeb2021-04-171-0/+1
* Second passrajdakin2021-04-142-10/+9
* First passrajdakin2021-04-145-14/+12
* Merge pull request #6 from rajdakin/generalImprovementsptitSeb2021-04-112-8/+4
|\
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-112-8/+4
* | Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...ptitSeb2021-04-113-0/+12
|/
* Fixed the libraries free orderingrajdakin2021-04-093-4/+6
* Changed missed unwanted "box86"rajdakin2021-04-093-6/+6
* [TRACE] Added a new trace optionrajdakin2021-04-071-5/+8
* Added RK3326 definitions.krishenriksen2021-04-071-1/+1
* More work on mmap and the MAP_32BIT flagptitSeb2021-04-041-3/+6
* More work around stack alignement and frame pointerptitSeb2021-04-031-0/+1
* Added wrapped swscanfptitSeb2021-04-021-0/+1
* Implemented a workaround for mmap64 with MAP_32BIT flagptitSeb2021-04-021-0/+3
* Added more libc and pthreads wrapped functionsptitSeb2021-03-281-0/+18
* [DYNAREC] Improved Dynablock construction, stopping when overlaping block is ...ptitSeb2021-03-281-0/+1
* Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfixptitSeb2021-03-251-1/+1
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ...ptitSeb2021-03-251-0/+3
* Improved shutdown sequenceptitSeb2021-03-252-2/+2
* [DYNAREC] Added 0F BE/BF ocpodes, and fixed LDRSB emitterptitSeb2021-03-221-1/+1
* [DYNAREC] Various bugfixes (and now the 4 tests games works again)ptitSeb2021-03-201-0/+1
* [DYNAREC] Added D3 opcodes, and fixed sl32/shl32c/shr32/shr32c emitterptitSeb2021-03-201-9/+9
* Excplicit handling of bit size for defered flagsptitSeb2021-03-171-1/+2
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...ptitSeb2021-03-161-1/+2
* [DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)ptitSeb2021-03-151-2/+10
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-145-4/+53
* Added custom memory handlingptitSeb2021-03-131-27/+27
* Added many wrapped function, and fixed a few one tooptitSeb2021-03-131-0/+1
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-101-2/+9
* Alignement of struct stat / stat64ptitSeb2021-03-091-0/+2
* Switched emu flags to 64bitsptitSeb2021-03-081-1/+2
* Fixed va_list conversion for aarch64ptitSeb2021-03-081-5/+5
* Attempts at conversion of va_listptitSeb2021-03-081-2/+33