about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expose POPCNT capability tooptitSeb2023-03-121-1/+1
* Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)ptitSeb2023-03-121-1/+1
* Added libresolv to libc for glibc2.34+ (might help #210)ptitSeb2023-03-091-1/+2
* Added some special case to the CPU Name grabbingptitSeb2023-03-061-9/+11
* Fixed cpu name extraction for big.LITTLE configurationsptitSeb2023-03-061-0/+6
* Change branding of Cpu to refect Box64 and the cpu it's running onptitSeb2023-03-061-0/+40
* Better way to use CREATE_VALIST_FROM_VAARG macroptitSeb2023-03-031-4/+4
* Use CREATE_VALIST_FROM_VAARG if exist on XXprintf familyptitSeb2023-03-021-0/+16
* [DYNAREC] Small imrvment in managing memory protectionptitSeb2023-02-251-1/+1
* Preliminary work to get steamwebhelper workingptitSeb2023-02-181-5/+6
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-171-5/+59
* Fixed a small warningptitSeb2023-02-131-1/+11
* Various minor warning fixesptitSeb2023-02-131-1/+1
* Added fts64_XXX wrapped functions to libc (for #503)ptitSeb2023-02-041-0/+8
* Added partial support for register_printf_specifier and friend (for #503)ptitSeb2023-02-041-1/+85
* Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...ptitSeb2022-12-301-1/+9
* Use print_cycle_log hereptitSeb2022-12-121-7/+1
* [DYNAREC] Protect memory even if MAP_FIXED_NOREPLACE flags was not respectedptitSeb2022-12-031-2/+2
* Changed how mmap with MAP_32BITS flag is handled (help deadcells, maybe some ...ptitSeb2022-11-281-2/+2
* Added box64rc configuration file handlingptitSeb2022-11-271-0/+11
* Fixed an issue with grabNCpu function, as getline might use realloc, don't us...ptitSeb2022-11-271-1/+2
* Improve (non-libc) syscall, and added a few new onesptitSeb2022-11-221-2/+2
* x86_64 build don't need CreateCPUInfoFileptitSeb2022-11-111-1/+1
* Actualy fix x86_64 buildptitSeb2022-11-111-1/+1
* Fix x86_64 buildptitSeb2022-11-111-1/+1
* Improved cpu cores detection and reportingptitSeb2022-11-111-7/+36
* Detect when program is linked with glibc 2.34+ to workaround the default libc...ptitSeb2022-11-011-4/+12
* Malloc override (#437)ptitSeb2022-10-291-2/+2
* Improved handling of execve and posix_spawn, especialy with arv[0] is not the...ptitSeb2022-10-271-37/+64
* Some fixes to execv and posic_spawn wrapped functionsptitSeb2022-10-261-12/+15
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-261-3/+3
* Added BOX64_ROLLING_LOG support to __stack_chk_failptitSeb2022-10-261-0/+9
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-13/+13
* Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...ptitSeb2022-09-301-1/+1
* More fixes and improvment to bash handling (helps #360)ptitSeb2022-09-181-2/+30
* Improved usage of x86_64 bash with BOX64_BASH env varptitSeb2022-09-151-28/+50
* Attempt at fixing wrapped __vfwprintf_chk (for #404)ptitSeb2022-09-121-1/+9
* Added vfwprintf and __vfwprintf_chk wrapped function (for #404)ptitSeb2022-09-121-10/+8
* When running x86_64 bash, using x86_64 bash to run script automaticaly (for #...ptitSeb2022-09-081-6/+9
* Limit all libc mmap to 47bits maxptitSeb2022-09-041-2/+2
* Fixed a warningptitSeb2022-08-061-2/+2
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-30/+29
* Small changed to wrapped exit functionptitSeb2022-07-301-0/+1
* Improve obstack support (for #352)ptitSeb2022-07-301-4/+4
* Some work around chromium / libcef / electron / nw (still not ok)ptitSeb2022-07-231-12/+95
* tls parameter of clone libc function needs special treatment (not done yet)ptitSeb2022-07-161-4/+9
* Changed a bit how wrapped libc clone worksptitSeb2022-07-141-8/+4
* Added __fwprintf_chk wrapped function (for KSP)ptitSeb2022-07-111-2/+6
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-1/+21
* Fixed a regression preventing wine-preloader to work correctlyptitSeb2022-06-301-1/+1