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
/
box64context.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
|
|
|
remove executable bits
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
|
|
|
|
|
|
|
|
Closes: #895
*
|
[ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ↵
ptitSeb
2023-07-15
1
-0
/
+4
|
|
|
|
|
|
|
|
c++ program compatibility
*
|
Added ability to trace and dump 32bits code
ptitSeb
2023-06-17
1
-0
/
+2
|
|
*
|
Added support for creating 32bits selector (no 32bits execution yet)
ptitSeb
2023-06-17
1
-0
/
+16
|
|
*
|
Optimized Exit bridge managment
ptitSeb
2023-05-10
1
-0
/
+3
|
|
*
|
[DYNAREC] Disabled custom mutex for now
ptitSeb
2023-05-07
1
-1
/
+13
|
/
*
Another fix for dlopen/dlclose sequence (should be ok now, at last)
ptitSeb
2023-04-16
1
-2
/
+2
|
*
[ELFLOADER] Improved handling of Failed-to-load library (and unloading of ↵
ptitSeb
2023-04-10
1
-7
/
+31
|
|
|
|
libs too)
*
[ELFLOADER] Improved handling of default versions
ptitSeb
2023-04-10
1
-4
/
+0
|
*
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵
ptitSeb
2023-03-27
1
-1
/
+4
|
|
|
|
time and compare states
*
fix some spelling mistakes (#640)
josch
2023-03-26
1
-3
/
+3
|
*
Refactored OpenGL symbol fetching and managment
ptitSeb
2023-03-05
1
-0
/
+2
|
*
[DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic ↵
ptitSeb
2023-02-12
1
-10
/
+21
|
|
|
|
handling
*
Refactored (again) lib init/fini mecanism
ptitSeb
2023-01-01
1
-1
/
+2
|
*
Added box64rc configuration file handling
ptitSeb
2022-11-27
1
-0
/
+2
|
*
Better handling of rolling logs
ptitSeb
2022-11-15
1
-16
/
+27
|
*
More flexibility for BOX64_ROLLING_LOG
ptitSeb
2022-10-26
1
-4
/
+10
|
*
Made a custom implementation of pthread_once
ptitSeb
2022-10-26
1
-8
/
+0
|
*
[DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound)
ptitSeb
2022-10-24
1
-1
/
+1
|
*
Refactored, again, elfloader symbol fetching (ported from box86)
ptitSeb
2022-10-22
1
-49
/
+4
|
*
Improved usage of x86_64 bash with BOX64_BASH env var
ptitSeb
2022-09-15
1
-0
/
+1
|
*
All box internal memory alloc use __libc_ internal one (except on Android, ↵
ptitSeb
2022-08-06
1
-25
/
+25
|
|
|
|
using libc one gather from dlsym)
*
Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal
ptitSeb
2022-07-30
1
-0
/
+12
|
*
Reworked TLS to limit resizing, as it tends to break Unity3D games
ptitSeb
2022-07-03
1
-1
/
+1
|
*
Improved initial stack build
ptitSeb
2022-04-24
1
-3
/
+3
|
*
Include pthread.h when used (should help #249)
ptitSeb
2022-03-05
1
-0
/
+1
|
*
More work on readlinkat and clone syscall
ptitSeb
2022-03-01
1
-0
/
+3
|
*
Small change on unload of box64
ptitSeb
2021-11-19
1
-7
/
+7
|
*
[DYNAREC] some fixes to alternate handling and vsyscall support
ptitSeb
2021-09-12
1
-3
/
+3
|
*
Add some support vor VSyscall
ptitSeb
2021-09-02
1
-1
/
+10
|
*
Removed mutex per bridge and use a global one (remove chance of freeze on fork)
ptitSeb
2021-07-05
1
-0
/
+4
|
*
Change the way locked mutex are detected (taken from box86)
ptitSeb
2021-06-14
1
-2
/
+1
|
*
Small adjustment to tls record
ptitSeb
2021-06-07
1
-1
/
+1
|
*
Some adjustements to elfloader needed libs loading
ptitSeb
2021-05-31
1
-0
/
+6
|
*
Reworked elfloader, handle versionned symbols now
ptitSeb
2021-05-29
1
-0
/
+2
|
*
Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ↵
ptitSeb
2021-04-11
1
-10
/
+74
|
|
|
|
changes to the JmpTable
*
Fixed the libraries free ordering
rajdakin
2021-04-09
1
-0
/
+22
|
*
Better Stack handling (backported from box86)
ptitSeb
2021-03-28
1
-2
/
+0
|
*
Improved shutdown sequence
ptitSeb
2021-03-25
1
-5
/
+5
|
*
Better functions name resolving when using TRACE, and fixed some printf ↵
ptitSeb
2021-03-10
1
-2
/
+3
|
|
|
|
stuff again
*
Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal
ptitSeb
2021-03-07
1
-2
/
+2
|
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
1
-2
/
+3
|
*
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
ptitSeb
2021-03-06
1
-2
/
+2
|
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
1
-7
/
+61
|
*
Added bridge handling
ptitSeb
2021-03-02
1
-5
/
+8
|
*
Added basic thread infrastructure
ptitSeb
2021-03-02
1
-6
/
+13
|
*
Future custommem helper init'd and fini'd
ptitSeb
2021-03-01
1
-2
/
+3
|
*
Added main elf to context
ptitSeb
2021-03-01
1
-2
/
+3
|
*
Added some minimal set of source (now box64 compile and say hello at least)
ptitSeb
2021-02-28
1
-0
/
+200