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
*
Small adjustment for __pthread_unwind_next (but still crashing on aarch64)
ptitSeb
2021-03-07
1
-0
/
+1
*
Small adjustment to cancel thread handling
ptitSeb
2021-03-07
1
-4
/
+4
*
Added longjmp and pthread_cancel handling (and test14 works)
ptitSeb
2021-03-07
7
-250
/
+239
*
Fixed ARM64 build
ptitSeb
2021-03-07
1
-1
/
+1
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
18
-124
/
+1355
*
Added some DF x87 opcodes
ptitSeb
2021-03-06
3
-0
/
+210
*
Added a few SSE2 opcodes
ptitSeb
2021-03-06
2
-2
/
+38
*
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
ptitSeb
2021-03-06
11
-24
/
+182
*
Fixed mod/rm relative computation when opcode have trailing bytes
ptitSeb
2021-03-06
12
-138
/
+188
*
Fix an issue with mod/rm SBI with R12
ptitSeb
2021-03-06
1
-1
/
+0
*
Added fwrite wrapped function
ptitSeb
2021-03-06
4
-1
/
+5
*
Added F3 0F 6F MOVDQU opcode
ptitSeb
2021-03-06
1
-0
/
+7
*
Added 0F 11 MOVUPS opcode
ptitSeb
2021-03-06
1
-0
/
+7
*
Added 66 0F 6F MOVDQA opcode
ptitSeb
2021-03-06
1
-0
/
+8
*
Added some memcpy and friends wrapped functions
ptitSeb
2021-03-06
4
-15
/
+38
*
Added (partial) 0F AE (M/S/L)FENCE opcodes
ptitSeb
2021-03-06
1
-0
/
+17
*
Fixed REX.W 81/83 opcodes
ptitSeb
2021-03-06
1
-8
/
+8
*
Added strcmp wrapped function
ptitSeb
2021-03-06
4
-0
/
+64
*
More work on elfloader reloc and addend handling
ptitSeb
2021-03-06
2
-6
/
+9
*
Added wctype and wctype_l wrapped functions
ptitSeb
2021-03-06
4
-3
/
+11
*
Added 66 81/83 opcodes
ptitSeb
2021-03-06
1
-1
/
+25
*
More work on 32bits oprations on F0 prefix
ptitSeb
2021-03-06
1
-12
/
+27
*
Added wctob and btowc wrapped functions
ptitSeb
2021-03-06
4
-4
/
+8
*
Added some local wrapped functions
ptitSeb
2021-03-06
4
-5
/
+13
*
Fixed more 32 opcode to wipe upper 32bits par of 64bits reg
ptitSeb
2021-03-06
1
-4
/
+8
*
Added F0 REX 81/83 opcodes
ptitSeb
2021-03-06
1
-0
/
+50
*
Added newlocale and __newlocale wrapped functions
ptitSeb
2021-03-06
4
-2
/
+6
*
Stop inlining all the GetE and GetG
ptitSeb
2021-03-06
3
-147
/
+161
*
Added REX 0F 90..9F SETcc opcode
ptitSeb
2021-03-06
3
-17
/
+58
*
Added 66 REX 89 MOV opcode
ptitSeb
2021-03-06
2
-1
/
+8
*
Added 66 REX 1F NOP opcode
ptitSeb
2021-03-06
1
-1
/
+6
*
Added pthread_once wrapped function
ptitSeb
2021-03-06
1
-2
/
+2
*
Added F0 REX 0F C1 XADD opcode
ptitSeb
2021-03-06
1
-2
/
+36
*
Added wrapped malloc function
ptitSeb
2021-03-06
4
-1
/
+5
*
Added (F2/F3) REX AB (REP) STOSD opcode
ptitSeb
2021-03-06
1
-0
/
+22
*
Added REX 0F 29 MOVAPS ocpode
ptitSeb
2021-03-06
1
-1
/
+10
*
Added 66 REX 0F EF PXOR opcode
ptitSeb
2021-03-06
4
-2
/
+63
*
Addrd REX A9 TEST opcode
ptitSeb
2021-03-06
1
-0
/
+7
*
Added REX 87 XCHG opcode
ptitSeb
2021-03-06
2
-1
/
+39
*
Added F0 REX B1 LOCK CMPXCHG opcode
ptitSeb
2021-03-06
2
-0
/
+122
*
Fixed GetEb handling
ptitSeb
2021-03-06
3
-32
/
+14
*
Fixed TRACE on Init with Symbol name
ptitSeb
2021-03-06
1
-1
/
+1
*
Added REX 80 opcodes
ptitSeb
2021-03-06
1
-0
/
+15
*
Added REX F6 opcodes
ptitSeb
2021-03-06
1
-0
/
+29
*
Added REX 84 opcode
ptitSeb
2021-03-06
1
-0
/
+6
*
Added 0F A2 cpuid opcode
ptitSeb
2021-03-06
4
-1
/
+297
*
Added __cxa_atexit wrapped function
ptitSeb
2021-03-06
1
-1
/
+1
*
More work on elfloader and relocation (and tls)
ptitSeb
2021-03-06
3
-21
/
+148
*
More work on wrapped lib and elf relocations
ptitSeb
2021-03-06
10
-11
/
+685
*
Wrapped usleep function
ptitSeb
2021-03-05
1
-1
/
+1
[next]