about summary refs log tree commit diff stats
path: root/src/libtools/threads32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-101-3/+0
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-2/+2
* Added os.h for future usage (#2488)Yang Liu2025-04-011-0/+1
* [BOX32] Small changes in pthread_cond_timedwait wrapping to handle malformed ...ptitSeb2025-03-291-2/+12
* [BOX32] Small change on memory managment againptitSeb2025-03-181-2/+7
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-2/+2
* [BOX32] Better handling of pthread_mutexptitSeb2025-01-101-3/+3
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-3/+3
* [BOX32] Don't abort when stack pointer is not correct on new thread, but retu...ptitSeb2024-12-201-0/+5
* Improved handling of stack size and addresses attribute for threads ([BOX32] ...ptitSeb2024-12-181-21/+52
* [BOX32] Try to impove pthread_cond_t handlingptitSeb2024-12-151-1/+8
* [BOX32][WRAPPER] Some work on 32bits xcb_connectionptitSeb2024-12-151-12/+5
* [BOX32][WRAPER] Improved pthread_mutex handling, and better trace for mutex w...ptitSeb2024-12-101-8/+23
* [BOX32] Improved mutex handling, againptitSeb2024-12-081-3/+18
* [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