about summary refs log tree commit diff stats
path: root/src/libtools/myalign32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32][WRAPPER] Improved obstack handlingptitSeb2024-12-201-0/+77
* [BOX32] More fixes on libc wrappingptitSeb2024-12-191-5/+5
* [BOX32][WRAPPER] More fixes to sendmsg/rcvmsg wrapping (fixes some wine 32bit...ptitSeb2024-12-171-3/+7
* [BOX32][WRAPPER] Some fixes to struct msghdr alignment functionsptitSeb2024-12-151-4/+4
* [BOX32] Rollback simplied alignment of msghdr as cmsg also needs alignment (s...ptitSeb2024-12-151-3/+41
* [BOX32][WRAPPER] Some work on 32bits xcb_connectionptitSeb2024-12-151-12/+0
* [BOX32][WRAPPER] More fixes to libc and X11 wrappingptitSeb2024-12-141-41/+3
* [BOX32][WRAPPER] Added 32bits wrapped libcairoptitSeb2024-12-121-0/+12
* [BOX32] Fixed previous commitptitSeb2024-11-181-0/+1
* [BOX32] Fixed long double handling on printf like functionsptitSeb2024-11-181-2/+9
* [BOX32] Fixed to a couple of wrapped libc functionsptitSeb2024-10-191-5/+5
* [BOX32][WRAPPER] Added 32bits wrapped regex libc functionsptitSeb2024-10-191-0/+30
* [BOX32] Allow internal memory to be in 32bits space if neededptitSeb2024-10-131-2/+2
* [BOX32] Improved X11 event handlingptitSeb2024-10-121-2/+2
* [BOX32] Added better handling of fcntl (should help Wine when futex_waitv sys...ptitSeb2024-10-081-1/+25
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-071-0/+16
* [BOX32] Proper alignment for x86 structuresptitSeb2024-10-061-8/+8
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ...ptitSeb2024-10-041-24/+89
* [BOX32] Fixed scanf type function when grabing long/ptr type of dataptitSeb2024-10-031-12/+304
* [BOX32] More wrapped function and a few fixes for steamclient.so (still crash...ptitSeb2024-09-011-20/+63
* [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this timeptitSeb2024-08-311-3/+103
* [BOX32] More wrapped 32bits functions, and some fixes tooptitSeb2024-08-281-0/+99
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+935