about summary refs log tree commit diff stats
path: root/src/emu/x64tls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WOW64] Added non-functional PE build (#2532)Yang Liu2025-04-141-32/+1
* Moved more OS-dependent functions to os.h (#2491)Yang Liu2025-04-011-0/+1
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-1/+1
* [BOX32] Small change on how tls memory is allocatedptitSeb2024-12-171-2/+2
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-23/+58
* Fixes (#1659)rajdakin2024-07-091-11/+11
* Remove a warning on known unhandled arch_prctl commandsptitSeb2024-06-081-0/+13
* Increased default size for number of elf in the tls dts zoneptitSeb2024-02-091-3/+5
* Show TLS resize warning only if old size is not 0ptitSeb2023-12-051-1/+3
* Clear errno when pctrl_arch has no errorptitSeb2023-11-231-0/+1
* Removed a debug leftoverptitSeb2023-07-221-3/+3
* Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)ptitSeb2023-07-221-5/+17
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Added some support for 32bits code (doesn't seems enough for wow64 yet)ptitSeb2023-06-181-60/+22
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-171-56/+122
* | Improve logs a bitptitSeb2023-06-091-0/+2
|/
* fix some spelling mistakes (#640)josch2023-03-261-1/+1
* Removed an optim on TLS, it break things (fix regression on exiting many game...ptitSeb2023-03-181-1/+1
* Tried to optimize TLS fetchingptitSeb2023-03-121-8/+15
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-121-5/+5
* More SegmentChache resetptitSeb2022-12-171-0/+1
* Set TLS size to be a 64K page on all casesptitSeb2022-11-141-1/+1
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-231-2/+2
* Use a bigger TLSData by default with forcing emulated gtkptitSeb2022-07-141-1/+2
* Double the min size of TLS data to 8k (help Keep Talking and Nobody Explode, ...ptitSeb2022-07-101-1/+2
* 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