about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed some symbols not found error for libc and libresolv wrapping (#1591)Yang Liu2024-06-171-0/+14
* [INTERPRETER] Added FMA cpu extension (linked to BOX64_AVX=2)ptitSeb2024-06-021-1/+1
* [INTERPRETER] Added BMI1, BMI2 and ADX extensionsptitSeb2024-05-311-1/+1
* [INTERPRETER] More avx, avx2 and vaes opcodesptitSeb2024-05-281-1/+1
* More avx infrastructureptitSeb2024-05-271-1/+1
* [INTERPRETER] my first avx opcodeptitSeb2024-05-261-1/+1
* [TARCE] Better trace for neverclean mmapsptitSeb2024-05-171-1/+1
* Added some virtual files (if missing) to allow wine to compute cache size and...ptitSeb2024-05-071-0/+130
* Fixed a few warning here and there...ptitSeb2024-04-131-2/+1
* Improve memory handling for wine, againptitSeb2024-03-271-1/+1
* Do not expose FMA cpu extension, it's associated to AVX by some enginesptitSeb2024-03-111-1/+1
* Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa...ptitSeb2024-03-091-1/+2
* Fixed a warning (#1335)Yang Liu2024-03-061-1/+2
* Added a few more flags on of_convert to limit warningsptitSeb2024-03-051-0/+11
* [WRAPPER] Fixed a typo in the signature of my___libc_start_main (#1323)xctan2024-03-041-1/+1
* Added a few more libc wrapped functionsptitSeb2024-03-041-0/+13
* [RV64_DYNAREC] Fixed RDTSC handling (#1291)Yang Liu2024-02-271-4/+13
* [ANDROID] Now build, stop complainingptitSeb2024-02-261-4/+4
* Fix Android testsptitSeb2024-02-261-1/+4
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-261-1/+12
* Added some hack to rename wine binary process too (help mesa pick up the corr...ptitSeb2024-02-241-0/+5
* Improve emulation of clocksourceptitSeb2024-02-241-0/+24
* [ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258)KreitinnSoftware2024-02-101-2/+0
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-3/+5
* Reworked, again, exit processptitSeb2024-02-061-10/+16
* Do not force mmap alginement if wine not detected (shoudl help #1249)ptitSeb2024-02-061-2/+2
* [DYNAREC] Handling of memfd_create backed mmap on dynarec (help #1234 but doe...ptitSeb2024-02-011-2/+9
* Track protection even if 0ptitSeb2024-01-271-7/+1
* [MMAP32] Fixed mmap32 behaviourptitSeb2024-01-241-2/+2
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-231-3/+3
* Used rb_stree for mapallmem tooptitSeb2024-01-201-4/+4
* Fix build on some older compilerptitSeb2024-01-191-1/+1
* Reworked exit, unloading libs and running Fini as it should (plus a workaroun...ptitSeb2024-01-191-3/+20
* Fixes (#1207)rajdakin2024-01-181-1/+1
* Added 1 more wrapped function to libcptitSeb2024-01-181-0/+28
* [RBTREE] Reverted memory tracking to 32 bits (#1201)rajdakin2024-01-131-5/+5
* Removed a debug leftoverptitSeb2024-01-121-2/+5
* Fixed some (nasty sometimes) warningptitSeb2023-12-311-2/+2
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-311-5/+5
* New attempts at mmap fixingptitSeb2023-12-251-2/+2
* Small change with not 48bits memory space for mmap64 (might help #1163)ptitSeb2023-12-251-1/+5
* Small imrpovment to wrapped libc and mmapptitSeb2023-12-231-0/+13
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created...ptitSeb2023-12-211-3/+10
* This should fix x86_64 buildptitSeb2023-12-201-4/+4
* Expose max of 64 cpus core when Wine is launched (avoid buch of warning, and ...ptitSeb2023-12-201-28/+32
* Limit the number of CPU Core repported to 64 when running wine (or proton)ptitSeb2023-12-151-0/+10
* Fixed some potentials segfault with wine apps (maybe other too)ptitSeb2023-12-011-2/+4
* [MALLOCHOOK] Small improvments to mallochook_2ptitSeb2023-12-011-2/+2
* [ANDROID] Try to fix libbsd issuesptitSeb2023-12-011-1/+2
* Added support for wrapped libbsd (needed for latest libstdc++ lib)ptitSeb2023-11-301-6/+9