about summary refs log tree commit diff stats
path: root/src/emu/x64tls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reworked TLS to limit resizing, as it tends to break Unity3D gamesptitSeb2022-07-031-23/+58
* Added handling of ARCH_GET_FS to arch_prctlptitSeb2021-11-011-0/+3
* Added the macro, for later use (maybe)ptitSeb2021-07-171-0/+2
* Fixed and improved handling of segments and Call Far and signal (helps Wine64)ptitSeb2021-07-131-6/+4
* Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)ptitSeb2021-06-071-1/+33
* Small adjustment to tls recordptitSeb2021-06-071-3/+22
* First passrajdakin2021-04-141-4/+4
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-061-9/+9
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+213