about summary refs log tree commit diff stats
path: root/src/wrapped32/wrappedlibc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [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 ↵ptitSeb2024-10-191-1/+1
| | | | globalsymbol infrastructure
* [BOX32] Added some more 32bits wrapped function to libcptitSeb2024-10-131-0/+21
|
* [BOX32] Added some posix_file_action wrapped function, and fixed ↵ptitSeb2024-10-131-13/+69
| | | | posix_spawn/exec function argument handling
* [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 ↵ptitSeb2024-10-081-2/+18
| | | | syscall is not available)
* [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
| | | | | | | * [WRAPPED32] Fixed the rebuild_wrappers_32 script, fixed some libc signatures * [WRAPPED32] Added back xdr functions * [WRAPPED32] Forgot to regenerate wrappers
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-291-0/+6
| | | | | | | * [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings * Fix More Warnings * Revert fillALProcWrapper() change
* [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl ↵Pablo Labs2024-09-291-1/+10
| | | | | | | library names on library_list_32.h (#1883) * [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library names on library_list_32.h * Fix Various Warnings
* [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 ↵ptitSeb2024-09-231-14/+90
| | | | handling
* [BOX32][WRAPPER] Added some more libX11 and libc 32bits wrapped function, ↵ptitSeb2024-09-221-10/+1
| | | | and empty 32bits wrapped libXfixes, libXcursor, libXrender and libXrandr
* [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, ↵ptitSeb2024-09-211-27/+48
| | | | but need SDL12COMPAT_OPENGL_SCALING=0)
* Added a hack so program that wprintf to the console actualy work if box64 ↵ptitSeb2024-09-141-0/+7
| | | | already printed something
* [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 ↵ptitSeb2024-09-011-209/+132
| | | | crashing)
* [BOX32] New batch of 32bits wrapped functions for steamconsole.soptitSeb2024-08-311-4/+3
|
* [BOX32] One more 32bits wrapped function for libvstdlib_s.soptitSeb2024-08-311-0/+44
|
* [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this timeptitSeb2024-08-311-28/+33
|
* [BOX32] Another batch of 32bits wrapped function, for libtier0_s.soptitSeb2024-08-311-114/+183
|
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-311-37/+87
|
* [BOX32] More 32bits wrapped function and fixesptitSeb2024-08-301-0/+46
|
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-301-0/+14
|
* [BOX32] More 32bits wrapped functions and fixesptitSeb2024-08-301-19/+29
|
* [BOX32] More fixes to ctype_b_loc and added a few more wrapped functionsptitSeb2024-08-291-5/+9
|
* [BOX32] Fixed 32bits localtime_r wrapped functionptitSeb2024-08-291-2/+4
|