about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-2218-399/+521
* [DYNAREC] Small change on how add_next/get_closest_next worksptitSeb2022-10-221-4/+11
* [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGSptitSeb2022-10-224-5/+24
* This fixed factorio for me, but it's not clear whyptitSeb2022-10-221-1/+1
* [DYNAREC] Added 66 0F 7C opcodeptitSeb2022-10-221-0/+24
* [DYNAREC] Added DE opcodesptitSeb2022-10-224-15/+303
* Fixed an issue with last lib refactor (fixed EtG, and all SDL2 based stuff an...ptitSeb2022-10-212-10/+10
* [DYNAREC] Initialize dynmap, it's cleanerptitSeb2022-10-191-1/+1
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-1942-379/+334
* Forgot to return the value in wrapped __libc_start_main (for #427)ptitSeb2022-10-191-1/+1
* src: asm: Rename lr & fp registers to their x-equivalents (#426)Alfred E. Neumayer2022-10-173-4/+4
* Added XftFontOpenName vrapped function (for #424)ptitSeb2022-10-111-1/+1
* Fixed and improved Shell script detectionptitSeb2022-10-101-2/+6
* Added 64 66 0F 11 opcode (for #418)ptitSeb2022-10-091-4/+12
* [DYNAREC] Small optim for 0F C6 opcodeptitSeb2022-10-011-15/+20
* [DYNAREC] Fixed and optimized 0F BA opcodesptitSeb2022-10-012-26/+15
* Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...ptitSeb2022-09-309-8/+114
* More vulkan wrapped functionsptitSeb2022-09-291-2/+17
* Fixed signal handlingptitSeb2022-09-291-1/+1
* [DYNAREC] Added 64 2B opcodeptitSeb2022-09-291-0/+10
* Improved signal handling and x87 flags (with tests backported from box86)ptitSeb2022-09-2910-23/+43
* Slight better trace for pop r15ptitSeb2022-09-281-0/+9
* Added lzma_auto_decoder wrapped function to liblzma (for #129)ptitSeb2022-09-281-1/+1
* Improved handling of CF flags in dec/inc opcodes ([DYNAREC] too) (helps Xonot...ptitSeb2022-09-266-16/+75
* [DYNAREC] Improved BOX64_NODYNAREC effect, and Interpretor->Dynarec on condit...ptitSeb2022-09-257-13/+35
* Added a vulkan extensionptitSeb2022-09-251-0/+4
* Added a few xcb_randr wrapped functions (for #287)ptitSeb2022-09-241-3/+3
* Added __pread_chk wrapped function to libcptitSeb2022-09-224-1/+6
* Added wrapped XFreeFontSet function (for #411)ptitSeb2022-09-211-1/+1
* Added syscall 267 (for #99 and #100)ptitSeb2022-09-201-0/+1
* Small fix to protection tracking on signal handlingptitSeb2022-09-191-1/+1
* More fixes and improvment to bash handling (helps #360)ptitSeb2022-09-188-15/+55
* Improved usage of x86_64 bash with BOX64_BASH env varptitSeb2022-09-155-44/+93
* Added F0 86 ocpode ([DYNAREC] too) (for #406)ptitSeb2022-09-152-1/+65
* Improved thread_self stack size detectionptitSeb2022-09-131-1/+18
* Attempt at fixing wrapped __vfwprintf_chk (for #404)ptitSeb2022-09-126-7/+18
* Aded 1 wrapped function libxkbcommonptitSeb2022-09-121-1/+1
* Added vfwprintf and __vfwprintf_chk wrapped function (for #404)ptitSeb2022-09-126-12/+17
* Added one more function to libX11ptitSeb2022-09-121-1/+1
* Try to improve syscall rt_sigaction handlingptitSeb2022-09-122-5/+17
* Added some wrapped function to libgio, libgdk3 and libxiptitSeb2022-09-126-15/+21
* Added many wrapped function to libva and friendsptitSeb2022-09-117-51/+85
* Added a few more wrapped libnss3 functionsptitSeb2022-09-114-2/+7
* Some more wrapping on AtkUtilsptitSeb2022-09-117-8/+91
* Added syscall 297ptitSeb2022-09-111-0/+1
* Added empty wrapped libva and friendsptitSeb2022-09-1022-0/+342
* Added some more GL/GLES extensionsptitSeb2022-09-107-4/+236
* Added localtime64 and localtime64_r in case they existsptitSeb2022-09-101-0/+2
* Fixed an issue with dlsym(RTLD_NEXT, ...) not always finding the symbolsptitSeb2022-09-101-1/+1
* Added empty wrapped libfreebl3ptitSeb2022-09-107-0/+66