about summary refs log tree commit diff stats
path: root/src/wrapped32/wrappedlibc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32][WRAPPER] More fixes on 32bits libc wrappingptitSeb2024-12-151-0/+3
* [BOX32][WRAPPER] More work on libc wrapping, and some new syscall tooptitSeb2024-12-151-2/+13
* [BOX32][WRAPPER] More fixes to libc and X11 wrappingptitSeb2024-12-141-25/+0
* [BOX32][WRAPPER] Fixes and improves libc wrappingptitSeb2024-12-141-4/+4
* [BOX32][WRAPPER] Added a few more 32bits wrapped libc functionsptitSeb2024-12-131-0/+17
* [BOX32][WRAPPER] Added a few more 32bits wrapped function to libcptitSeb2024-12-121-19/+34
* [BOX32][WRAPPER] Better wrapping for shmatptitSeb2024-12-091-0/+27
* [BOX32][WRAPPER] Cosmetic fix an a function signatureptitSeb2024-12-061-1/+1
* [BOX32] Some fixes to a few file related 32bits wrapped function (now windows...ptitSeb2024-12-041-2/+20
* [BOX32] Fix mystake on previous commitptitSeb2024-12-041-2/+3
* [BOX32][WRAPPER] Added some more libc wrapped functionsptitSeb2024-11-301-11/+71
* [BOX32][WRAPPER] Added a few new wrapped functionsptitSeb2024-11-291-7/+9
* [WRAPPER][BOX32] Fixed a few wrapped functions (for hl2)ptitSeb2024-11-161-2/+10
* [BOX32] Improve errno handling, and added a few more libc wrapped functionsptitSeb2024-11-071-12/+71
* [BOX32] Fixed to a couple of wrapped libc functionsptitSeb2024-10-191-5/+1
* [BOX32][WRAPPER] Added 32bits wrapped regex libc functionsptitSeb2024-10-191-0/+39
* [BOX32][WRAPPER] Added some more libc wrapped function, and 32bits globalsymb...ptitSeb2024-10-191-1/+1
* [BOX32] Added some more 32bits wrapped function to libcptitSeb2024-10-131-0/+21
* [BOX32] Added some posix_file_action wrapped function, and fixed posix_spawn/...ptitSeb2024-10-131-13/+69
* [BOX32] Fixed fcntl flock macros definitions (#1915)Yang Liu2024-10-091-10/+13
* [BOX32] Added better handling of fcntl (should help Wine when futex_waitv sys...ptitSeb2024-10-081-2/+18
* [BOX32] More 32bits wrapped functionsptitSeb2024-10-081-4/+11
* [BOX32] More adjustments to x86 structures packing & alignment (or not)ptitSeb2024-10-081-2/+2
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-071-237/+1
* [BOX32] Proper alignment for x86 structuresptitSeb2024-10-061-3/+3
* [BOX32] More work on various wrapper, and some bug fixesptitSeb2024-10-061-2/+1
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-031-188/+134
* [BOX32] Fixed scanf type function when grabing long/ptr type of dataptitSeb2024-10-031-6/+12
* [BOX32] Added rolling log print on Stack corrupted callptitSeb2024-10-031-0/+1
* [BOX32] Handling of BOX64_MAXCPU for 32bits appsptitSeb2024-09-301-0/+17
* Various box32 wrapped libs and script fixes (#1889)rajdakin2024-09-301-1/+1
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-291-0/+6
* [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library...Pablo Labs2024-09-291-1/+10
* [BOX32][WRAPPER] Added some more 32bits libc functionsptitSeb2024-09-281-0/+31
* [BOX32][WRAPPER] Added a bunch of 32bits functions to SDL2 and libcptitSeb2024-09-281-23/+7
* [BOX32][WRAPPER] Added some more 32bits wrapped functionsptitSeb2024-09-261-0/+40
* [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ha...ptitSeb2024-09-231-14/+90
* [BOX32][WRAPPER] Added some more libX11 and libc 32bits wrapped function, and...ptitSeb2024-09-221-10/+1
* [BOX32] Added some more 32bits wrapped functionsptitSeb2024-09-211-11/+16
* [BOX32] Fixed wrapping of __ctype_b, __ctype_tolower and __ctype_toupperptitSeb2024-09-211-6/+6
* [BOX32] Added some more 32bits wrapped functions (Chicken Invaders 3 works, b...ptitSeb2024-09-211-27/+48
* Added a hack so program that wprintf to the console actualy work if box64 alr...ptitSeb2024-09-141-0/+7
* [BOX32][WRAPPER] Added more 32bits sdl1 and libc symbolsptitSeb2024-09-141-12/+38
* [BOX32] More small 32bits signature adjustmentsptitSeb2024-09-131-5/+5
* [BOX32] Fixed 32bits wrapped localeconv (for #1780)ptitSeb2024-09-131-0/+1
* [BOX32] Fixed wrapping 32bits version of __cxa_finalizeptitSeb2024-09-101-1/+1
* [BOX32] Added some more 32bits wrapped function to libcptitSeb2024-09-031-0/+24
* [BOX32] Better handling for FILE*ptitSeb2024-09-011-3/+7
* [BOX32] Some fixes to strtol/strtoul and read 32bits wrapped functionsptitSeb2024-09-011-3/+3
* [BOX32] More wrapped function and a few fixes for steamclient.so (still crash...ptitSeb2024-09-011-209/+132