index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactored, again, elfloader symbol fetching (ported from box86)
ptitSeb
2022-10-22
18
-399
/
+521
*
[DYNAREC] Small change on how add_next/get_closest_next works
ptitSeb
2022-10-22
1
-4
/
+11
*
[DYNAREC] Added BOX64_DYNAREC_SAFEFLAGS
ptitSeb
2022-10-22
4
-5
/
+24
*
This fixed factorio for me, but it's not clear why
ptitSeb
2022-10-22
1
-1
/
+1
*
[DYNAREC] Added 66 0F 7C opcode
ptitSeb
2022-10-22
1
-0
/
+24
*
[DYNAREC] Added DE opcodes
ptitSeb
2022-10-22
4
-15
/
+303
*
Fixed an issue with last lib refactor (fixed EtG, and all SDL2 based stuff an...
ptitSeb
2022-10-21
2
-10
/
+10
*
[DYNAREC] Initialize dynmap, it's cleaner
ptitSeb
2022-10-19
1
-1
/
+1
*
Small refactor and simplification of library_t structure and box64context_t
ptitSeb
2022-10-19
42
-379
/
+334
*
Forgot to return the value in wrapped __libc_start_main (for #427)
ptitSeb
2022-10-19
1
-1
/
+1
*
src: asm: Rename lr & fp registers to their x-equivalents (#426)
Alfred E. Neumayer
2022-10-17
3
-4
/
+4
*
Added XftFontOpenName vrapped function (for #424)
ptitSeb
2022-10-11
1
-1
/
+1
*
Fixed and improved Shell script detection
ptitSeb
2022-10-10
1
-2
/
+6
*
Added 64 66 0F 11 opcode (for #418)
ptitSeb
2022-10-09
1
-4
/
+12
*
[DYNAREC] Small optim for 0F C6 opcode
ptitSeb
2022-10-01
1
-15
/
+20
*
[DYNAREC] Fixed and optimized 0F BA opcodes
ptitSeb
2022-10-01
2
-26
/
+15
*
Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...
ptitSeb
2022-09-30
9
-8
/
+114
*
More vulkan wrapped functions
ptitSeb
2022-09-29
1
-2
/
+17
*
Fixed signal handling
ptitSeb
2022-09-29
1
-1
/
+1
*
[DYNAREC] Added 64 2B opcode
ptitSeb
2022-09-29
1
-0
/
+10
*
Improved signal handling and x87 flags (with tests backported from box86)
ptitSeb
2022-09-29
10
-23
/
+43
*
Slight better trace for pop r15
ptitSeb
2022-09-28
1
-0
/
+9
*
Added lzma_auto_decoder wrapped function to liblzma (for #129)
ptitSeb
2022-09-28
1
-1
/
+1
*
Improved handling of CF flags in dec/inc opcodes ([DYNAREC] too) (helps Xonot...
ptitSeb
2022-09-26
6
-16
/
+75
*
[DYNAREC] Improved BOX64_NODYNAREC effect, and Interpretor->Dynarec on condit...
ptitSeb
2022-09-25
7
-13
/
+35
*
Added a vulkan extension
ptitSeb
2022-09-25
1
-0
/
+4
*
Added a few xcb_randr wrapped functions (for #287)
ptitSeb
2022-09-24
1
-3
/
+3
*
Added __pread_chk wrapped function to libc
ptitSeb
2022-09-22
4
-1
/
+6
*
Added wrapped XFreeFontSet function (for #411)
ptitSeb
2022-09-21
1
-1
/
+1
*
Added syscall 267 (for #99 and #100)
ptitSeb
2022-09-20
1
-0
/
+1
*
Small fix to protection tracking on signal handling
ptitSeb
2022-09-19
1
-1
/
+1
*
More fixes and improvment to bash handling (helps #360)
ptitSeb
2022-09-18
8
-15
/
+55
*
Improved usage of x86_64 bash with BOX64_BASH env var
ptitSeb
2022-09-15
5
-44
/
+93
*
Added F0 86 ocpode ([DYNAREC] too) (for #406)
ptitSeb
2022-09-15
2
-1
/
+65
*
Improved thread_self stack size detection
ptitSeb
2022-09-13
1
-1
/
+18
*
Attempt at fixing wrapped __vfwprintf_chk (for #404)
ptitSeb
2022-09-12
6
-7
/
+18
*
Aded 1 wrapped function libxkbcommon
ptitSeb
2022-09-12
1
-1
/
+1
*
Added vfwprintf and __vfwprintf_chk wrapped function (for #404)
ptitSeb
2022-09-12
6
-12
/
+17
*
Added one more function to libX11
ptitSeb
2022-09-12
1
-1
/
+1
*
Try to improve syscall rt_sigaction handling
ptitSeb
2022-09-12
2
-5
/
+17
*
Added some wrapped function to libgio, libgdk3 and libxi
ptitSeb
2022-09-12
6
-15
/
+21
*
Added many wrapped function to libva and friends
ptitSeb
2022-09-11
7
-51
/
+85
*
Added a few more wrapped libnss3 functions
ptitSeb
2022-09-11
4
-2
/
+7
*
Some more wrapping on AtkUtils
ptitSeb
2022-09-11
7
-8
/
+91
*
Added syscall 297
ptitSeb
2022-09-11
1
-0
/
+1
*
Added empty wrapped libva and friends
ptitSeb
2022-09-10
22
-0
/
+342
*
Added some more GL/GLES extensions
ptitSeb
2022-09-10
7
-4
/
+236
*
Added localtime64 and localtime64_r in case they exists
ptitSeb
2022-09-10
1
-0
/
+2
*
Fixed an issue with dlsym(RTLD_NEXT, ...) not always finding the symbols
ptitSeb
2022-09-10
1
-1
/
+1
*
Added empty wrapped libfreebl3
ptitSeb
2022-09-10
7
-0
/
+66
[next]