about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some more wrapped functionsptitSeb2023-09-091-0/+3
* [ANDROID] And yet again another build fix, slowly but surely loosing patienceptitSeb2023-09-021-0/+4
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-021-13/+102
* Update my_posix_spawnp()liuli2023-08-211-0/+4
* Improved jmpbuff handling a bitptitSeb2023-08-131-8/+10
* Change again a bit how jmpbuffer and resuming of signal is handledptitSeb2023-07-301-0/+3
* Hacked wrapped ptrace to avoid crash when wine handle exception (and debug re...ptitSeb2023-07-221-0/+10
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Added wrapped execle (for #850)ptitSeb2023-07-161-2/+32
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-16/+16
* | Better wrapping for __libc_stack_end symbolptitSeb2023-07-081-7/+0
* | Added __iso99_swscanf wrapped function to libc (for #424)ptitSeb2023-07-051-0/+8
* | Added ability to trace and dump 32bits codeptitSeb2023-06-171-1/+1
* | Fixed an issue in wrapped execvptitSeb2023-06-101-1/+1
* | [DYNAREC] Do not track memory that is not accessible (should save some memory)ptitSeb2023-05-281-4/+11
* | [WRAPPER] Added 4 more libc dprintf wrappers (#798)Yang Liu2023-05-221-0/+35
* | [WRAPPER] Added vwprintf (#794)Yang Liu2023-05-201-34/+7
* | [WRAPPER] Added 1 more symbol for libc (for #787) (#788)Yang Liu2023-05-151-7/+15
* | Optimized Exit bridge managmentptitSeb2023-05-101-2/+2
* | Improved custom memory allocatorptitSeb2023-05-101-1/+1
* | Hide segfault on quit from my_exit tooptitSeb2023-05-081-0/+2
* | Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-081-2/+8
* | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-071-67/+67
* | Improved handling of x86_64 47bits memory (should help #763)ptitSeb2023-05-051-3/+3
|/
* Added a bunch of wrapped functions (for #725)ptitSeb2023-04-231-1/+11
* Fixed and improved __cxa_atexit handlingptitSeb2023-04-221-4/+6
* [WRAPPER] Fix my___vsnprintf_chk (#722)xctan2023-04-211-1/+1
* Some sligth improvment to __vsnprintf_chk and vfprintfptitSeb2023-04-191-1/+11
* Expose POPCNT capability tooptitSeb2023-03-121-1/+1
* Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)ptitSeb2023-03-121-1/+1
* Added libresolv to libc for glibc2.34+ (might help #210)ptitSeb2023-03-091-1/+2
* Added some special case to the CPU Name grabbingptitSeb2023-03-061-9/+11
* Fixed cpu name extraction for big.LITTLE configurationsptitSeb2023-03-061-0/+6
* Change branding of Cpu to refect Box64 and the cpu it's running onptitSeb2023-03-061-0/+40
* Better way to use CREATE_VALIST_FROM_VAARG macroptitSeb2023-03-031-4/+4
* Use CREATE_VALIST_FROM_VAARG if exist on XXprintf familyptitSeb2023-03-021-0/+16
* [DYNAREC] Small imrvment in managing memory protectionptitSeb2023-02-251-1/+1
* Preliminary work to get steamwebhelper workingptitSeb2023-02-181-5/+6
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-171-5/+59
* Fixed a small warningptitSeb2023-02-131-1/+11
* Various minor warning fixesptitSeb2023-02-131-1/+1
* Added fts64_XXX wrapped functions to libc (for #503)ptitSeb2023-02-041-0/+8
* Added partial support for register_printf_specifier and friend (for #503)ptitSeb2023-02-041-1/+85
* Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...ptitSeb2022-12-301-1/+9
* Use print_cycle_log hereptitSeb2022-12-121-7/+1
* [DYNAREC] Protect memory even if MAP_FIXED_NOREPLACE flags was not respectedptitSeb2022-12-031-2/+2
* Changed how mmap with MAP_32BITS flag is handled (help deadcells, maybe some ...ptitSeb2022-11-281-2/+2
* Added box64rc configuration file handlingptitSeb2022-11-271-0/+11
* Fixed an issue with grabNCpu function, as getline might use realloc, don't us...ptitSeb2022-11-271-1/+2