about summary refs log tree commit diff stats
path: root/src/libtools/threads32.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some Segments/Selector handling refactoring , removing some ↵ptitSeb2025-10-151-0/+2
| | | | pthread_getspecific use
* [BOX32] More work on box32 memory management and threadsptitSeb2025-09-101-26/+6
|
* [BOX32] Some improvment to box32 memory managment and thread handlingptitSeb2025-09-101-1/+11
|
* [BOX32] Various small improvments on box32, mostly on memory trackingptitSeb2025-09-081-2/+6
|
* [BOX32] Fixed sign-extend issue when calling RunFunctionFmt with a pointer ↵Yang Liu2025-09-041-2/+2
| | | | (#2938)
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-101-3/+0
| | | | | * [WOW64] More work on the PE wow64 build * added a TODO
* 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
| | | | timespec
* [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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes
* [BOX32] Better handling of pthread_mutexptitSeb2025-01-101-3/+3
|
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-3/+3
| | | | | | | | | | | * Fix typo DLOpenned->DLOpened * Fix a typo in comments: versionned->versioned * Fix a typo in comment: cleanning->cleaning * Update COMPILE.md and USAGE.md * A few more typos in comments
* [BOX32] Don't abort when stack pointer is not correct on new thread, but ↵ptitSeb2024-12-201-0/+5
| | | | return an error
* Improved handling of stack size and addresses attribute for threads ([BOX32] ↵ptitSeb2024-12-181-21/+52
| | | | too)
* [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 ↵ptitSeb2024-12-101-8/+23
| | | | wrapped on LOG_DEBUG
* [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 ↵ptitSeb2024-09-231-37/+31
| | | | handling
* [BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ↵ptitSeb2024-09-141-0/+12
| | | | zsnes works)
* [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 ↵ptitSeb2024-09-101-0/+3
| | | | native values
* [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
* Improve the ReserveHigMemory helper function * [BOX32] Added some wrapping infrastructure * [BOX32] More wrapped 32bits lib infrastructure * [BOX32] Added callback and tls 32bits handling * [BOX32] Added more 32bits, around wrappers and elfs * [BOX32] Added the 32bits version of myalign * [BOX32] More wrapped libs and 32bits fixes and imrpovments * [BOX32] Added some 32bits tests * [BOX32] Try to enable some Box32 build and test on the CI * [BOX32] Disable Box32 testing on CI platform that use qemu * [BOX32] Another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Small fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Yet another fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Fixed a typo in CI script * [BOX32] Better scratch alighnment and enabled more tests * [BOX32] Added (partial) wrapped 32bits librt * [BOX32] Added mention of Box32 in README * [BOX32] Added phtread handling, and numerous fixes to 32bits handling. [ARM64_DYNAREC] Fixed access to segment with negative offset * [BOX32] Added system libs and cpp testing, plus some more fixes * [BOX32] Fix previous commit * [BOX32] Better stack adjustment for 32bits processes * [BOX32] Added getenv wrapped 32bits function and friends * [BOX32] Don't look for box86 for a Box32 build * [BOX32] Don't do 32bits cppThreads test for now on CI * [BOX32] Enabled a few more 32bits tests * [BOX32] For ld_lib_path for both CppThreads tests * [BOX32] [ANDROID] Some Fixes for Android Build * [BOX32] Still need to disable cppThread_32bits test on CI for some reason * [BOX32] [ANDROID] Don't show PreInit Array Warning (#1751) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to … (#1752) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to push before * [BOX32] [ANDROID] Try to Create __libc_init * [BOX32] [ANDROID] Try to disable NEEDED_LIBS for now (libdl is not wrapped) * [BOX32] Updated generated files * [BOX32] Added 32bits context functions * [BOX32] Added 32bits signal handling * [BOX32] Added some missing 32bits elfloader functions * [BOX32] Fix build on x86_64 machine * [BOX32] Better fix for x86_64 build * [BOX32] Actually added missing libs, and re-enabled cppThreads_32bits test * [BOX32] Added wrapped 32bits libdl * [BOX32] Try to re-enabled Box32 test on CI for ARM64 builds * [BOX32] fine-tuning Box32 test on CI for ARM64 builds * [BOX32] More fine-tuning to Box32 test on CI for ARM64 builds * [BOX32] Enabled Box32 test on CI for LA64 and RV64 builds too * [BOX32] re-Disabled Box32 test on CI for LA64 and RV64 builds, not working for now * [BOX32] Temporarily disabled cppThreads_32bits test on CI --------- Co-authored-by: KreitinnSoftware <pablopro5051@gmail.com> Co-authored-by: KreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com>