about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refined ptrace hacks around POKEUSER/PEEKUSER (should help Wine Unity3D games)ptitSeb2023-11-071-1/+7
* [TRACE] Show mmap size in hexptitSeb2023-11-051-1/+1
* [ELFLOADER] Fixed loading of elf with huge alignmentptitSeb2023-11-011-3/+3
* [ELFLOADER] Last improvment to elfloader memory managment, should be good nowptitSeb2023-11-011-2/+5
* [ELFLOADER] Changed how memory is managed in elfloaderptitSeb2023-10-311-6/+6
* Added full SSE 4.2 supportptitSeb2023-10-301-1/+1
* Small change on cpuid stuffsptitSeb2023-10-291-1/+1
* Better trace for mmap operationsptitSeb2023-10-281-6/+6
* More small improvment to wrapped mmap64ptitSeb2023-10-281-13/+26
* [WRAPPER] Fixed my_execl (#1044)wannacu2023-10-271-1/+6
* Another fix to wrapped mmap (should fix #1031, hopefully not creating more re...ptitSeb2023-10-271-2/+2
* [WRAPPER] Fixed my_mmap64 on MAP_FIXED handling, helps wine 8.18 (#1039)Yang Liu2023-10-261-2/+4
* Added some workaround for program that POKEUSER/PEEKUSER some drX value and e...ptitSeb2023-10-201-1/+13
* Various changes on pthread cancel and tls destructor, should be easier to mai...ptitSeb2023-10-131-56/+42
* A bit more changes to cpuid bits and cpu identificationsptitSeb2023-10-111-2/+2
* Fixed processor/core count in cpuid and proc/cpuinfoptitSeb2023-10-101-88/+8
* Added __isoc99_vswscanf wrapped function (for #1015)ptitSeb2023-10-081-0/+1
* Use libdl whenever libc is used (for #984)ptitSeb2023-09-281-1/+2
* 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