about summary refs log tree commit diff stats
path: root/src/libtools/libc_net32.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [BOX32][WRAPPER] More fixes on 32bits libc wrappingptitSeb2024-12-151-0/+10
|
* [BOX32][WRAPPER] Some fixes to struct msghdr alignment functionsptitSeb2024-12-151-1/+2
|
* [BOX32] Rollback simplied alignment of msghdr as cmsg also needs alignment ↵ptitSeb2024-12-151-4/+12
| | | | (some docs are eroneous about cmsg_len field type)
* [BOX32][WRAPPER] Moved all function wrapped from wrappedresolv.c to ↵ptitSeb2024-12-151-1/+98
| | | | libc_net32.c (still should help #2156)
* [BOX32][WRAPPER] More fixes to libc and X11 wrappingptitSeb2024-12-141-12/+4
|
* [BOX32][WRAPPER] Added 1 more libc 32bits wrapped funciton, and fixed an ↵ptitSeb2024-12-131-0/+35
| | | | existing one
* [BOX32][WRAPPER] Added more libc and libresolv 32bits wrapped functionsptitSeb2024-12-121-0/+70
|
* [BOX32][WRAPPER] Improved networks functionsptitSeb2024-12-011-1/+132
|
* [BOX32] Improve errno handling, and added a few more libc wrapped functionsptitSeb2024-11-071-0/+1
|
* [BOX32] Allow internal memory to be in 32bits space if neededptitSeb2024-10-131-2/+2
|
* [BOX32] Fixed getifaddrs 32bits wrapped functionptitSeb2024-10-101-3/+2
|
* [BOX32] More adjustments to x86 structures packing & alignment (or not)ptitSeb2024-10-081-2/+2
|
* [BOX32] Added a couple of 32bits function to libcptitSeb2024-10-071-0/+78
|
* [BOX32] Forgot a few more x86 structure to properly alignptitSeb2024-10-061-2/+2
|
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ↵ptitSeb2024-10-041-8/+25
| | | | ones
* [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ↵ptitSeb2024-09-231-0/+30
| | | | handling
* [BOX32] Fixed gethostbyname 32bits wrapped function (for #1780 but still ↵ptitSeb2024-09-131-6/+9
| | | | crashing)
* [BOX32] More wrapped function and a few fixes for steamclient.so (still ↵ptitSeb2024-09-011-0/+173
crashing)