about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-3/+3
* [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 retu...ptitSeb2024-12-201-0/+5
* [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
* Added an helper function to abort and backtrace (used in [BOX32] when pointer...ptitSeb2024-12-181-0/+34
* [BOX32][WRAPPER] More fixes to sendmsg/rcvmsg wrapping (fixes some wine 32bit...ptitSeb2024-12-171-3/+7
* [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 (s...ptitSeb2024-12-152-7/+53
* [BOX32][WRAPPER] Moved all function wrapped from wrappedresolv.c to libc_net3...ptitSeb2024-12-151-1/+98
* [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 fri...ptitSeb2024-12-134-9/+396
* [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 exis...ptitSeb2024-12-131-0/+35
* [BOX32][WRAPPER] Added 32bits wrapped libcairoptitSeb2024-12-121-0/+12
* [RV64_DYNAREC] New register mapping (#2139)Yang Liu2024-12-122-43/+43
* [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 w...ptitSeb2024-12-101-8/+23
* [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 windows...ptitSeb2024-12-041-15/+15
* [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
* [BOX32][WRAPPER] Improved networks functionsptitSeb2024-12-011-1/+132
* Added a new memExist helper function and use it instead of getMmapped were it...ptitSeb2024-11-302-3/+3
* [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
* Improved Signal handling ([ARM4_DYNAREC] too)ptitSeb2024-11-182-20/+95
* [BOX32] Fixed previous commitptitSeb2024-11-181-0/+1
* [BOX32] Fixed long double handling on printf like functionsptitSeb2024-11-181-2/+9