about summary refs log tree commit diff stats
path: root/src/libtools/threads32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WRAPPER][BOX32] Fixed a few wrapped functions (for hl2)ptitSeb2024-11-161-0/+2
* [BOX32] Reworked alignment for 32bits stacksptitSeb2024-10-131-0/+1
* [BOX32] Improved pthread_mutex handlingptitSeb2024-10-101-36/+59
* [BOX32] More adjustments to x86 structures packing & alignment (or not)ptitSeb2024-10-081-1/+1
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-071-11/+11
* [BOX32] Forgot a few more x86 structure to properly alignptitSeb2024-10-061-5/+5
* [BOX32] Silently enlarge thread stack size that are too small for platformptitSeb2024-09-241-5/+8
* [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ha...ptitSeb2024-09-231-37/+31
* [BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ...ptitSeb2024-09-141-0/+12
* [BOX32] Simplified 32bits old pthread cond functionsptitSeb2024-09-121-13/+36
* [BOX32][WRAPPER] Added support for old pthread_kill (fixing hanging steamcmd)ptitSeb2024-09-111-3/+20
* [BOX32] Put back pthread_t behind hash, but ease hash range to have more nati...ptitSeb2024-09-101-0/+3
* [BOX32] Fix and simplified 32bits threads handlingptitSeb2024-09-101-12/+6
* [BOX32] Small improvments on memory managementptitSeb2024-09-041-2/+6
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-301-0/+9
* [BOX32] More 32bits wrapped functions and fixesptitSeb2024-08-301-7/+34
* [BOX32] More wrapped 32bits functions, and some fixes tooptitSeb2024-08-281-0/+14
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+854