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
/
libtools
/
obstack.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-22
First attempt to get a static build (not working for now, don't use it)
ptitSeb
1
-1
/
+6
2022-05-21
Added wrapped fstat64 (for #309)
ptitSeb
4
-0
/
+4
2022-05-21
Fixed the workaround for gog installer on PI & RK3399 SBC beeing slow to start
ptitSeb
1
-1
/
+1
2022-05-10
Fixed wrapped lib dependancies not loading
ptitSeb
1
-1
/
+1
2022-05-09
Fix link
Ryan Fortner
1
-1
/
+1
2022-05-09
Update COMPILE.md
Ryan Fortner
1
-0
/
+2
2022-05-09
docs: add instructions for Debian-based Linux
Ryan Fortner
1
-1
/
+11
2022-05-09
Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)
ptitSeb
40
-44
/
+45
2022-05-09
Some refactor on wrapped lib handling, to limit calloc/free used and get more...
ptitSeb
94
-3433
/
+503
2022-05-09
Small fixes to the symbol name to avoid overriding by libs
ptitSeb
1
-2
/
+2
2022-05-03
Added and fixed opcodes 66 0F 38 38..3F ([DYNAREC] too) (for #299)
ptitSeb
2
-3
/
+83
2022-05-01
Updated README
ptitSeb
2
-2
/
+2
2022-05-01
Removed some debug leftover
ptitSeb
1
-3
/
+3
2022-05-01
Fixed fstat, fstatat and lstat wrapper signature (for #295)
ptitSeb
4
-3
/
+7
2022-04-30
Added fake libunwind wrapping
ptitSeb
9
-0
/
+103
2022-04-30
Added a few wrapped functions to libc
ptitSeb
4
-0
/
+22
2022-04-27
Added wrapped stat (for #293)
ptitSeb
3
-0
/
+3
2022-04-26
Added some libfuse wrapping (AppImage is not working yet)
ptitSeb
3
-12
/
+12
2022-04-25
[DYNAREC] Fixed some issue with XMM cache and Native calls (fixed Zoom title ...
ptitSeb
1
-8
/
+8
2022-04-25
Small fixes for a few sse opcodes
ptitSeb
3
-11
/
+11
2022-04-25
[DYNAREC] A small optim of FCOMI macro when OF, AF or SF are needed
ptitSeb
1
-11
/
+12
2022-04-24
Improved BOX64_LOAD_ADDR env. var. to help having reproducible runs
ptitSeb
3
-9
/
+19
2022-04-24
Improved initial stack build
ptitSeb
2
-3
/
+7
2022-04-24
Fixed a potential issue with stack overwritten on sigaction call
ptitSeb
1
-1
/
+1
2022-04-23
[DYNAREC] Ignore 26 Prefix (for #290)
ptitSeb
1
-2
/
+2
2022-04-23
[DYNAREC] Ignore 36 prefix for 66 prefixed opcodes (for #290)
ptitSeb
1
-1
/
+1
2022-04-18
Do not use alloca here, it's not temporary storage
ptitSeb
1
-2
/
+1
2022-04-18
Added some wrapped libs and functions
ptitSeb
13
-8
/
+117
2022-04-18
[DYNAREC] No need to save op1 and op2 for defered flag computation on logic o...
ptitSeb
1
-36
/
+3
2022-04-18
[DYNAREC] Simpler writing for this test
ptitSeb
1
-1
/
+1
2022-04-18
[DYNAREC] Small optim on flags barrier handling
ptitSeb
1
-10
/
+7
2022-04-17
[DYNAREC] Added F0 21 opcode
ptitSeb
1
-0
/
+20
2022-04-17
[DYNAREC] Added 66 0F 3A DF opcode
ptitSeb
3
-20
/
+62
2022-04-17
[DYNAREC] Added 66 0F 51 opcode
ptitSeb
1
-1
/
+20
2022-04-17
[DYNAREC] Better handling of opcodes with 66 F0 prefixes
ptitSeb
5
-276
/
+336
2022-04-17
[DYNAREC] Added 0F AE /7 opcode
ptitSeb
3
-0
/
+15
2022-04-17
[DYNAREC] Added 66 0F 3A 20 opcode
ptitSeb
1
-1
/
+10
2022-04-17
[DYNAREC] Added 66 F0 FF and F0 08 opcodes
ptitSeb
1
-0
/
+76
2022-04-17
[DYNAREC] Added F8/F9 opcodes
ptitSeb
1
-0
/
+12
2022-04-17
Start of a new dev. cycle
ptitSeb
1
-1
/
+1
2022-04-16
Bumped version to v0.1.8
ptitSeb
3
-18
/
+30
2022-04-16
[DYNAREC] Stop spamming about not enough Hotpage after a few message, also ad...
ptitSeb
1
-1
/
+12
2022-04-16
Updated CHANGELOG
ptitSeb
1
-0
/
+23
2022-04-16
Added libdl as a dependancy for libXext (for #246)
ptitSeb
1
-2
/
+3
2022-04-16
[DYNAREC] Fixed an issue with internal loop to 1st instruction that then use ...
ptitSeb
1
-1
/
+1
2022-04-16
Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)
ptitSeb
6
-20
/
+100
2022-04-16
Fix pkgver
Jai-JAP
12
-12
/
+12
2022-04-13
[DYNAREC] Added option to force x87 to use double (ported from box86)
ptitSeb
5
-1
/
+27
2022-04-13
Fixed Page16K selection for M1 and LoongArch build
ptitSeb
1
-1
/
+6
2022-04-11
Various small fixes and warning removal
ptitSeb
7
-23
/
+23
[next]