about summary refs log tree commit diff stats
path: root/src/box64context.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] some fixes to alternate handling and vsyscall supportptitSeb2021-09-121-3/+3
* Add some support vor VSyscallptitSeb2021-09-021-1/+10
* Removed mutex per bridge and use a global one (remove chance of freeze on fork)ptitSeb2021-07-051-0/+4
* Change the way locked mutex are detected (taken from box86)ptitSeb2021-06-141-2/+1
* Small adjustment to tls recordptitSeb2021-06-071-1/+1
* Some adjustements to elfloader needed libs loadingptitSeb2021-05-311-0/+6
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-0/+2
* Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...ptitSeb2021-04-111-10/+74
* Fixed the libraries free orderingrajdakin2021-04-091-0/+22
* Better Stack handling (backported from box86)ptitSeb2021-03-281-2/+0
* Improved shutdown sequenceptitSeb2021-03-251-5/+5
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-101-2/+3
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-071-2/+2
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-2/+3
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-061-2/+2
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-7/+61
* Added bridge handlingptitSeb2021-03-021-5/+8
* Added basic thread infrastructureptitSeb2021-03-021-6/+13
* Future custommem helper init'd and fini'dptitSeb2021-03-011-2/+3
* Added main elf to contextptitSeb2021-03-011-2/+3
* Added some minimal set of source (now box64 compile and say hello at least)ptitSeb2021-02-281-0/+200