about summary refs log tree commit diff stats
path: root/src/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ↵ptitSeb2021-04-113-0/+12
| | | | changes to the JmpTable
* 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
| | | | detected
* 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
| | | | libc wrapped functions
* 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, ↵ptitSeb2021-03-161-1/+2
| | | | that's some convoluted encoding here)
* [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 ↵ptitSeb2021-03-101-2/+9
| | | | stuff again
* 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
|
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-072-0/+52
|
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-072-14/+44
|
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-062-2/+2
|
* Added 0F A2 cpuid opcodeptitSeb2021-03-062-0/+102
|
* Somes fixes to float/double/long double handling in va_listptitSeb2021-03-051-0/+1
|
* Fixed va_list handling on aarch64ptitSeb2021-03-051-3/+3
|
* A bit more work on va_list handlingptitSeb2021-03-051-3/+22
|
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-051-0/+43
|
* Preparing defered flags handlingptitSeb2021-03-041-4/+25
|
* Add symbols from main elf to maplibptitSeb2021-03-031-1/+1
|
* More infrastructure added to elf and x64 emuptitSeb2021-03-0310-44/+273
|
* Added bridge handlingptitSeb2021-03-022-0/+32
|
* More preparation on main x64emu_t structureptitSeb2021-03-021-2/+2
|
* Added basic thread infrastructureptitSeb2021-03-022-0/+28
|
* Added Zydis lib support for Trace enabled buildptitSeb2021-03-022-2/+21
|
* More x64emu preparationptitSeb2021-03-021-6/+8
|
* Initializing x64emu structureptitSeb2021-03-022-6/+9
|
* Added some x86_64 regs and emu infrastructureptitSeb2021-03-024-0/+374
|
* Preparing auxval handlingptitSeb2021-03-021-0/+13
|
* More elf loader and parsing and stack preparingptitSeb2021-03-022-2/+19
|
* Detecting tcmalloc nowptitSeb2021-03-021-1/+1
|
* Load elf in memoryptitSeb2021-03-011-2/+2
|