about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [ARM64_DYNAREC] Fixed native flags with signal, and added sse handlingptitSeb2025-01-021-0/+3
|
* [BOX32] Fixed buildptitSeb2024-12-312-2/+2
|
* [ARM64_DYNAREC] Improved signal handling and flags handling (tbd on other archs)ptitSeb2024-12-312-48/+134
|
* 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
* [ANDROID] Another attempt at fixing the buildptitSeb2024-12-271-8/+0
|
* [ANDROID] Fix buildptitSeb2024-12-271-4/+0
|
* [ANDROID] Try to fix signal handling on androidptitSeb2024-12-271-0/+12
|
* Fixed a warningptitSeb2024-12-231-1/+1
|
* [DYNAREC] Some light rework of the hotpage handlingptitSeb2024-12-231-13/+1
|
* Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too)ptitSeb2024-12-202-22/+46
|
* [BOX32] Don't abort when stack pointer is not correct on new thread, but ↵ptitSeb2024-12-201-0/+5
| | | | return an error
* [BOX32][WRAPPER] Improved obstack handlingptitSeb2024-12-202-2/+85
|
* [BOX32] More fixes on libc wrappingptitSeb2024-12-192-8/+23
|
* [BOX32] Boosted xcbconnection slot from 8 to 16ptitSeb2024-12-191-1/+1
|
* Improved handling of stack size and addresses attribute for threads ([BOX32] ↵ptitSeb2024-12-182-50/+80
| | | | too)
* Added an helper function to abort and backtrace (used in [BOX32] when ↵ptitSeb2024-12-181-0/+34
| | | | pointer address not 32bits compatible)
* [BOX32][WRAPPER] More fixes to sendmsg/rcvmsg wrapping (fixes some wine ↵ptitSeb2024-12-171-3/+7
| | | | 32bits stuffs)
* [BOX32][WRAPPER] Added 32bits wrapped libxcbptitSeb2024-12-161-8/+8
|
* [BOX32][WRAPPER] More fixes on 32bits libc wrappingptitSeb2024-12-151-0/+10
|
* [BOX32] Try to impove pthread_cond_t handlingptitSeb2024-12-151-1/+8
|
* [BOX32][WRAPPER] Some fixes to struct msghdr alignment functionsptitSeb2024-12-152-5/+6
|
* [BOX32] Rollback simplied alignment of msghdr as cmsg also needs alignment ↵ptitSeb2024-12-152-7/+53
| | | | (some docs are eroneous about cmsg_len field type)
* [BOX32][WRAPPER] Moved all function wrapped from wrappedresolv.c to ↵ptitSeb2024-12-151-1/+98
| | | | libc_net32.c (still should help #2156)
* [BOX32][WRAPPER] Some work on 32bits xcb_connectionptitSeb2024-12-156-137/+346
|
* [BOX32][WRAPPER] More fixes to libc and X11 wrappingptitSeb2024-12-145-67/+76
|
* [BOX32][WRAPPER] Many fixes and improvments to X11 wrappingptitSeb2024-12-144-50/+229
|
* [BOX32][WRAPPER] Added more 32bits wrapped functionsptitSeb2024-12-132-0/+19
|
* [BOX32][WRAPPER] Added a arge batch of 32bits wrapped function to X11 and ↵ptitSeb2024-12-134-9/+396
| | | | friends
* [BOX32][WRAPPER] Added 3 more 32bits wrapped function to libcairoptitSeb2024-12-132-0/+46
|
* [BOX32][WRAPPER] Added 1 more libc 32bits wrapped funciton, and fixed an ↵ptitSeb2024-12-131-0/+35
| | | | existing one
* [BOX32][WRAPPER] Added 32bits wrapped libcairoptitSeb2024-12-121-0/+12
|
* [RV64_DYNAREC] New register mapping (#2139)Yang Liu2024-12-122-43/+43
| | | | | * [RV64_DYNAREC] New register mapping * Fix
* [BOX32][WRAPPER] Added more libc and libresolv 32bits wrapped functionsptitSeb2024-12-121-0/+70
|
* [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
|
* [NON4KPAGE] Some more adjustments for non-4Kpagesize system (should help #2110)ptitSeb2024-12-051-4/+4
|
* [BOX32] Upped max number of x11 display slot from 4 to 16ptitSeb2024-12-041-1/+1
|
* [BOX32] Some fixes to a few file related 32bits wrapped function (now ↵ptitSeb2024-12-041-15/+15
| | | | windows gog installer can be used with box32 and wine)
* [BOX32][WRAPER] Fixed Xcursor wrappingptitSeb2024-12-032-0/+34
|
* Fix X64 buildptitSeb2024-12-032-0/+2
|
* Improved signal handling ([BOX32] Too)ptitSeb2024-12-033-33/+412
|
* Android Long Double handling (#2101)ptitSeb2024-12-021-0/+58
| | | | | | | | | | | | | | | | | * [ANDROID] Try to handle LongDouble in vaarg correctly * [ANDROID] Try to enable test07 * [WRAPPED] Fixed Android long double handling (#2096) * [WRAPPED] Fixed Android long double handling * [WRAPPED] Force casting to uintptr_t * [WRAPPED] Fixed a typing issue, removed a warning in the CI --------- Co-authored-by: rajdakin <rajdakin@gmail.com>
* [BOX32][WRAPPER] Improved networks functionsptitSeb2024-12-011-1/+132
|
* Added a new memExist helper function and use it instead of getMmapped were ↵ptitSeb2024-11-302-3/+3
| | | | it make sense
* [BOX32][WRAPPED] Added one more obstack wrapped functionptitSeb2024-11-291-0/+6
|
* [BOX32][WRAPPER] Added obstack_vprintf wrapped symbolptitSeb2024-11-291-0/+12
|
* [TRACE] Show backtrace on emit_signal too if askedptitSeb2024-11-291-0/+30
|
* [BOX32] Removed a debug leftoverptitSeb2024-11-231-1/+1
|
* Removed another debug leftoverptitSeb2024-11-201-1/+1
|
* Removed a debug leftoverptitSeb2024-11-201-1/+1
|