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 (
Expand
)
Author
Age
Files
Lines
*
[WOW64] More tweaks towards PE build (#2519)
Yang Liu
2025-04-10
1
-33
/
+0
*
Decoupled alternate functions from bridge (#2500)
Yang Liu
2025-04-03
1
-0
/
+1
*
Moved more OS-dependent functions to os.h (#2491)
Yang Liu
2025-04-01
1
-0
/
+1
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-1
/
+1
*
[ENV] Fixed a crash when BOX64_ROLLING_LOG is used on command line
ptitSeb
2025-03-11
1
-1
/
+1
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-8
/
+6
*
Spelling/typo fixes in code and documentation updates (#2223)
olegos2
2024-12-28
1
-1
/
+1
*
[BOX32] Small change on how tls memory is allocated
ptitSeb
2024-12-17
1
-2
/
+2
*
[RBTREE] Unify naming and prevent unintended symbol exposure (#2005)
Jim Huang
2024-11-06
1
-2
/
+2
*
Improve debugging trace of rb_tree
ptitSeb
2024-10-08
1
-1
/
+1
*
[BOX32][WRAPPER] Added 32bits wrapped openal
ptitSeb
2024-09-23
1
-0
/
+2
*
Improved wrapped function clone handling of CLONE_NEWUSER flag
ptitSeb
2024-09-09
1
-1
/
+1
*
[CI] Refactored CI (#1795)
Yang Liu
2024-09-05
1
-4
/
+0
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-8
/
+24
*
[COSIM] Added thread-safe tests (#1477)
Yang Liu
2024-04-30
1
-0
/
+5
*
Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...
ptitSeb
2024-02-26
1
-0
/
+4
*
[ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...
ptitSeb
2024-02-15
1
-2
/
+4
*
[DYNAREC] use an rbtree for dynablock size and max_db_size update
ptitSeb
2024-01-23
1
-0
/
+10
*
Some more rollback on tls destructor (more work needed on threads cleanup han...
ptitSeb
2023-10-17
1
-1
/
+1
*
Various changes on pthread cancel and tls destructor, should be easier to mai...
ptitSeb
2023-10-13
1
-2
/
+4
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
*
|
[ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...
ptitSeb
2023-07-15
1
-0
/
+4
*
|
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 lib...
ptitSeb
2023-04-10
1
-7
/
+31
*
[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
*
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 han...
ptitSeb
2023-02-12
1
-10
/
+21
*
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, us...
ptitSeb
2022-08-06
1
-25
/
+25
*
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
[next]