index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
emu
/
x64tls.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WOW64] Added non-functional PE build (#2532)
Yang Liu
2025-04-14
1
-32
/
+1
*
Moved more OS-dependent functions to os.h (#2491)
Yang Liu
2025-04-01
1
-0
/
+1
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-1
/
+1
*
[BOX32] Small change on how tls memory is allocated
ptitSeb
2024-12-17
1
-2
/
+2
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-23
/
+58
*
Fixes (#1659)
rajdakin
2024-07-09
1
-11
/
+11
*
Remove a warning on known unhandled arch_prctl commands
ptitSeb
2024-06-08
1
-0
/
+13
*
Increased default size for number of elf in the tls dts zone
ptitSeb
2024-02-09
1
-3
/
+5
*
Show TLS resize warning only if old size is not 0
ptitSeb
2023-12-05
1
-1
/
+3
*
Clear errno when pctrl_arch has no error
ptitSeb
2023-11-23
1
-0
/
+1
*
Removed a debug leftover
ptitSeb
2023-07-22
1
-3
/
+3
*
Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)
ptitSeb
2023-07-22
1
-5
/
+17
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
*
|
Added some support for 32bits code (doesn't seems enough for wow64 yet)
ptitSeb
2023-06-18
1
-60
/
+22
*
|
Added support for creating 32bits selector (no 32bits execution yet)
ptitSeb
2023-06-17
1
-56
/
+122
*
|
Improve logs a bit
ptitSeb
2023-06-09
1
-0
/
+2
|
/
*
fix some spelling mistakes (#640)
josch
2023-03-26
1
-1
/
+1
*
Removed an optim on TLS, it break things (fix regression on exiting many game...
ptitSeb
2023-03-18
1
-1
/
+1
*
Tried to optimize TLS fetching
ptitSeb
2023-03-12
1
-8
/
+15
*
[DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...
ptitSeb
2023-02-12
1
-5
/
+5
*
More SegmentChache reset
ptitSeb
2022-12-17
1
-0
/
+1
*
Set TLS size to be a 64K page on all cases
ptitSeb
2022-11-14
1
-1
/
+1
*
Forgot a bunch of other box_ malloc/realloc/calloc/free use
ptitSeb
2022-10-23
1
-2
/
+2
*
Use a bigger TLSData by default with forcing emulated gtk
ptitSeb
2022-07-14
1
-1
/
+2
*
Double the min size of TLS data to 8k (help Keep Talking and Nobody Explode, ...
ptitSeb
2022-07-10
1
-1
/
+2
*
Reworked TLS to limit resizing, as it tends to break Unity3D games
ptitSeb
2022-07-03
1
-23
/
+58
*
Added handling of ARCH_GET_FS to arch_prctl
ptitSeb
2021-11-01
1
-0
/
+3
*
Added the macro, for later use (maybe)
ptitSeb
2021-07-17
1
-0
/
+2
*
Fixed and improved handling of segments and Call Far and signal (helps Wine64)
ptitSeb
2021-07-13
1
-6
/
+4
*
Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)
ptitSeb
2021-06-07
1
-1
/
+33
*
Small adjustment to tls record
ptitSeb
2021-06-07
1
-3
/
+22
*
First pass
rajdakin
2021-04-14
1
-4
/
+4
*
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
ptitSeb
2021-03-06
1
-9
/
+9
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
1
-0
/
+213