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
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC] Fixed a typo when turning off Dynarec
ptitSeb
2022-06-25
1
-1
/
+1
*
Change process name (hidding box64, helps mesa find the correct hack for some...
ptitSeb
2022-06-19
1
-0
/
+23
*
Update main.c
Jai A P
2022-06-19
1
-1
/
+1
*
Better handling of LD_PRELOAD libraries
ptitSeb
2022-06-19
1
-3
/
+4
*
Fixed some issue with TLS data not beeing updated correctly after ElfInit (fi...
ptitSeb
2022-06-06
1
-0
/
+2
*
Fixed the workaround for gog installer on PI & RK3399 SBC beeing slow to start
ptitSeb
2022-05-21
1
-1
/
+1
*
Added fake libunwind wrapping
ptitSeb
2022-04-30
1
-0
/
+1
*
Improved BOX64_LOAD_ADDR env. var. to help having reproducible runs
ptitSeb
2022-04-24
1
-0
/
+8
*
Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)
ptitSeb
2022-04-16
1
-3
/
+3
*
[DYNAREC] Added option to force x87 to use double (ported from box86)
ptitSeb
2022-04-13
1
-0
/
+10
*
[DYNAREC] Refactored dynarec, using box86 refactor
ptitSeb
2022-04-09
1
-2
/
+5
*
More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX6...
ptitSeb
2022-03-31
1
-0
/
+10
*
Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ...
ptitSeb
2022-03-27
1
-1
/
+15
*
More work around steam and proton/SteamPlay (working, but need also latest bo...
ptitSeb
2022-03-26
1
-7
/
+10
*
Fixed a warning
ptitSeb
2022-03-08
1
-1
/
+1
*
Better handling of environ and envp in execve
ptitSeb
2022-03-08
1
-5
/
+5
*
Added an option to always show SIGSEGV messages
ptitSeb
2022-03-06
1
-0
/
+11
*
Removed a debugging leftover
ptitSeb
2022-03-06
1
-1
/
+1
*
Improved speed of mmap changes
ptitSeb
2022-03-06
1
-1
/
+2
*
Change on mmap to help some stagging version of wine
ptitSeb
2022-03-06
1
-0
/
+3
*
Some work to have steam streaming working (for #247)
ptitSeb
2022-03-05
1
-1
/
+7
*
Include pthread.h when used (should help #249)
ptitSeb
2022-03-05
1
-0
/
+1
*
Various changes and improvement centered around steam (but still not good eno...
ptitSeb
2022-03-04
1
-0
/
+1
*
Removed a debug trace
ptitSeb
2022-03-03
1
-2
/
+2
*
More work on readlinkat and clone syscall
ptitSeb
2022-03-01
1
-7
/
+22
*
Some work on glib, gobject and steam
ptitSeb
2022-03-01
1
-0
/
+4
*
[DYNAREC] still working on multiarch
ptitSeb
2022-02-28
1
-0
/
+5
*
Improved wine detection
ptitSeb
2022-01-17
1
-1
/
+3
*
[ARM64] Added some doc about the different hwcap constants
ptitSeb
2022-01-03
1
-0
/
+110
*
Added some workaround for program that calls 'uname -m' to get the architectu...
ptitSeb
2022-01-01
1
-6
/
+14
*
Cleaned up some special case detection from box86 that are 32bits only
ptitSeb
2021-12-31
1
-10
/
+0
*
[DYNAREC] Reduce performance impact of StrongMem, and added old Strongmem met...
ptitSeb
2021-11-19
1
-2
/
+2
*
[DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ...
ptitSeb
2021-11-18
1
-0
/
+10
*
[DYNAREC] Removed special case for RimWorldLinux and generalized it for all p...
ptitSeb
2021-11-18
1
-7
/
+0
*
Change ResolvePath behaviour in sync with box86
ptitSeb
2021-11-14
1
-8
/
+2
*
[DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...
ptitSeb
2021-11-11
1
-0
/
+17
*
[DEBUG] Don't overwrite trace if %pid is used
ptitSeb
2021-11-01
1
-8
/
+15
*
[ARM64] Check if Atomics are supported (not used yet)
ptitSeb
2021-11-01
1
-0
/
+5
*
Detect steamwebhelper and don't load it for now (until it's actually fixed)
ptitSeb
2021-10-24
1
-0
/
+5
*
[DYNAREC] Added detection of available CPU Extensions
ptitSeb
2021-08-28
1
-0
/
+48
*
Fixed minor issues
rajdakin
2021-07-31
1
-3
/
+6
*
Make library loaded with absolute path not wrapped (unless BOX64_PREFER_WRAPP...
ptitSeb
2021-07-14
1
-2
/
+9
*
Fixed and improved handling of segments and Call Far and signal (helps Wine64)
ptitSeb
2021-07-13
1
-1
/
+1
*
Fix memory issue when launching box86 from box64 main
ptitSeb
2021-07-12
1
-3
/
+5
*
Use box86 to launch x86 binary (if box86 is present in same folder as box64)
ptitSeb
2021-07-12
1
-3
/
+22
*
Handling of flag RTLD_NOW in dlopen
ptitSeb
2021-07-12
1
-4
/
+4
*
Fixed BOX64_JITGDB=2 that wasn't working
ptitSeb
2021-07-08
1
-1
/
+1
*
Added another name for wine64
ptitSeb
2021-07-03
1
-1
/
+3
*
Improved low memory pre-allocation and added 47bits pre-allocation for Wine64
ptitSeb
2021-07-01
1
-4
/
+13
*
Improved steam detection and added steam-runtime-check-requirements workaround
ptitSeb
2021-06-15
1
-3
/
+3
[next]