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
/
emu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added syscalls 7 and 112
ptitSeb
2022-10-26
1
-0
/
+14
*
Actually fixed (this time) syscall 78
ptitSeb
2022-10-26
1
-12
/
+22
*
Fixed an issue with syscall 78
ptitSeb
2022-10-26
1
-1
/
+1
*
Added syscall to BOX64_ROLLING_LOG too
ptitSeb
2022-10-26
1
-5
/
+22
*
More flexibility for BOX64_ROLLING_LOG
ptitSeb
2022-10-26
1
-1
/
+1
*
Fixed 64 F3 0F 5A ocpode (still for #432)
ptitSeb
2022-10-25
1
-0
/
+1
*
Added 64 F3 0F 5A opcode (for #432)
ptitSeb
2022-10-25
1
-0
/
+12
*
Forgot a bunch of other box_ malloc/realloc/calloc/free use
ptitSeb
2022-10-23
1
-2
/
+2
*
This fixed factorio for me, but it's not clear why
ptitSeb
2022-10-22
1
-1
/
+1
*
Forgot to return the value in wrapped __libc_start_main (for #427)
ptitSeb
2022-10-19
1
-1
/
+1
*
Added 64 66 0F 11 opcode (for #418)
ptitSeb
2022-10-09
1
-4
/
+12
*
Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...
ptitSeb
2022-09-30
1
-0
/
+19
*
Improved signal handling and x87 flags (with tests backported from box86)
ptitSeb
2022-09-29
5
-15
/
+12
*
Slight better trace for pop r15
ptitSeb
2022-09-28
1
-0
/
+9
*
Improved handling of CF flags in dec/inc opcodes ([DYNAREC] too) (helps Xonot...
ptitSeb
2022-09-26
3
-12
/
+60
*
[DYNAREC] Improved BOX64_NODYNAREC effect, and Interpretor->Dynarec on condit...
ptitSeb
2022-09-25
6
-12
/
+34
*
Added syscall 267 (for #99 and #100)
ptitSeb
2022-09-20
1
-0
/
+1
*
More fixes and improvment to bash handling (helps #360)
ptitSeb
2022-09-18
1
-1
/
+1
*
Added F0 86 ocpode ([DYNAREC] too) (for #406)
ptitSeb
2022-09-15
1
-0
/
+29
*
Try to improve syscall rt_sigaction handling
ptitSeb
2022-09-12
1
-2
/
+10
*
Added syscall 297
ptitSeb
2022-09-11
1
-0
/
+1
*
Fixed a warning
ptitSeb
2022-08-11
1
-0
/
+1
*
Add SW64 base support (#382)
wannacu
2022-08-11
1
-0
/
+12
*
Fixed issue with last RIP handling refactor
ptitSeb
2022-08-10
1
-1
/
+1
*
Some cleanup
ptitSeb
2022-08-10
1
-1
/
+0
*
Added D9 D8..DF opcodes ([DYNAREC] too) (for #361)
ptitSeb
2022-08-09
1
-8
/
+11
*
Chenged Interpretor so RIP is updated on opcode success (better precision for...
ptitSeb
2022-08-06
29
-406
/
+432
*
All box internal memory alloc use __libc_ internal one (except on Android, us...
ptitSeb
2022-08-06
3
-10
/
+10
*
Small improvment to BOX64_ROLLING_LOG=1
ptitSeb
2022-07-30
1
-2
/
+2
*
Better trace for readlink
ptitSeb
2022-07-30
1
-0
/
+4
*
Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal
ptitSeb
2022-07-30
1
-4
/
+12
*
Fixed syscall 332 (for #361)
ptitSeb
2022-07-30
1
-1
/
+1
*
Added syscall 60 (for #363)
ptitSeb
2022-07-28
1
-0
/
+1
*
Added F2 0F 7D opcode
ptitSeb
2022-07-25
1
-0
/
+14
*
Added 66 0F D0 opcode
ptitSeb
2022-07-24
1
-1
/
+7
*
Added syscall 128
ptitSeb
2022-07-24
1
-0
/
+1
*
Some work around chromium / libcef / electron / nw (still not ok)
ptitSeb
2022-07-23
2
-1
/
+15
*
Added one more syscall
ptitSeb
2022-07-17
1
-0
/
+1
*
Better log for waitpid
ptitSeb
2022-07-17
1
-0
/
+8
*
Better trace for getenv and setenv
ptitSeb
2022-07-17
1
-0
/
+3
*
Fixed a few warnings
ptitSeb
2022-07-17
2
-2
/
+2
*
Added a few syscalls
ptitSeb
2022-07-16
1
-0
/
+15
*
Improved 0F 0B opcode (SIGILL at ip, not ip+2)
ptitSeb
2022-07-16
1
-0
/
+1
*
Better trace for recvmsg
ptitSeb
2022-07-16
1
-0
/
+3
*
[DYNAREC] Fixed defered carry flags for ADC 64bits
ptitSeb
2022-07-16
1
-2
/
+2
*
Fix sigaction syscall
ptitSeb
2022-07-15
1
-3
/
+40
*
Use a bigger TLSData by default with forcing emulated gtk
ptitSeb
2022-07-14
1
-1
/
+2
*
Double the min size of TLS data to 8k (help Keep Talking and Nobody Explode, ...
ptitSeb
2022-07-10
1
-1
/
+2
*
More previous bytes on Unimplemented Opcode message
ptitSeb
2022-07-10
1
-2
/
+3
*
Various improvement and some workaround to support musl binary (for #324)
ptitSeb
2022-07-09
2
-1
/
+29
[next]