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
/
libtools
/
threads32.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WOW64] More work on the PE wow64 build (#2518)
Yang Liu
2025-04-10
1
-3
/
+0
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-2
/
+2
*
Added os.h for future usage (#2488)
Yang Liu
2025-04-01
1
-0
/
+1
*
[BOX32] Small changes in pthread_cond_timedwait wrapping to handle malformed ...
ptitSeb
2025-03-29
1
-2
/
+12
*
[BOX32] Small change on memory managment again
ptitSeb
2025-03-18
1
-2
/
+7
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-2
/
+2
*
[BOX32] Better handling of pthread_mutex
ptitSeb
2025-01-10
1
-3
/
+3
*
Spelling/typo fixes in code and documentation updates (#2223)
olegos2
2024-12-28
1
-3
/
+3
*
[BOX32] Don't abort when stack pointer is not correct on new thread, but retu...
ptitSeb
2024-12-20
1
-0
/
+5
*
Improved handling of stack size and addresses attribute for threads ([BOX32] ...
ptitSeb
2024-12-18
1
-21
/
+52
*
[BOX32] Try to impove pthread_cond_t handling
ptitSeb
2024-12-15
1
-1
/
+8
*
[BOX32][WRAPPER] Some work on 32bits xcb_connection
ptitSeb
2024-12-15
1
-12
/
+5
*
[BOX32][WRAPER] Improved pthread_mutex handling, and better trace for mutex w...
ptitSeb
2024-12-10
1
-8
/
+23
*
[BOX32] Improved mutex handling, again
ptitSeb
2024-12-08
1
-3
/
+18
*
[WRAPPER][BOX32] Fixed a few wrapped functions (for hl2)
ptitSeb
2024-11-16
1
-0
/
+2
*
[BOX32] Reworked alignment for 32bits stacks
ptitSeb
2024-10-13
1
-0
/
+1
*
[BOX32] Improved pthread_mutex handling
ptitSeb
2024-10-10
1
-36
/
+59
*
[BOX32] More adjustments to x86 structures packing & alignment (or not)
ptitSeb
2024-10-08
1
-1
/
+1
*
[BOX32] More work on 32bits wrapped functions
ptitSeb
2024-10-07
1
-11
/
+11
*
[BOX32] Forgot a few more x86 structure to properly align
ptitSeb
2024-10-06
1
-5
/
+5
*
[BOX32] Silently enlarge thread stack size that are too small for platform
ptitSeb
2024-09-24
1
-5
/
+8
*
[BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ha...
ptitSeb
2024-09-23
1
-37
/
+31
*
[BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ...
ptitSeb
2024-09-14
1
-0
/
+12
*
[BOX32] Simplified 32bits old pthread cond functions
ptitSeb
2024-09-12
1
-13
/
+36
*
[BOX32][WRAPPER] Added support for old pthread_kill (fixing hanging steamcmd)
ptitSeb
2024-09-11
1
-3
/
+20
*
[BOX32] Put back pthread_t behind hash, but ease hash range to have more nati...
ptitSeb
2024-09-10
1
-0
/
+3
*
[BOX32] Fix and simplified 32bits threads handling
ptitSeb
2024-09-10
1
-12
/
+6
*
[BOX32] Small improvments on memory management
ptitSeb
2024-09-04
1
-2
/
+6
*
[BOX32] Added more 32bits wrapped function and fixes
ptitSeb
2024-08-30
1
-0
/
+9
*
[BOX32] More 32bits wrapped functions and fixes
ptitSeb
2024-08-30
1
-7
/
+34
*
[BOX32] More wrapped 32bits functions, and some fixes too
ptitSeb
2024-08-28
1
-0
/
+14
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-0
/
+854