about summary refs log tree commit diff stats
path: root/src/box64context.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-101-33/+0
* Decoupled alternate functions from bridge (#2500)Yang Liu2025-04-031-0/+1
* Moved more OS-dependent functions to os.h (#2491)Yang Liu2025-04-011-0/+1
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+1
* [ENV] Fixed a crash when BOX64_ROLLING_LOG is used on command lineptitSeb2025-03-111-1/+1
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-8/+6
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-1/+1
* [BOX32] Small change on how tls memory is allocatedptitSeb2024-12-171-2/+2
* [RBTREE] Unify naming and prevent unintended symbol exposure (#2005)Jim Huang2024-11-061-2/+2
* Improve debugging trace of rb_treeptitSeb2024-10-081-1/+1
* [BOX32][WRAPPER] Added 32bits wrapped openalptitSeb2024-09-231-0/+2
* Improved wrapped function clone handling of CLONE_NEWUSER flagptitSeb2024-09-091-1/+1
* [CI] Refactored CI (#1795)Yang Liu2024-09-051-4/+0
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-8/+24
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-301-0/+5
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-261-0/+4
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-2/+4
* [DYNAREC] use an rbtree for dynablock size and max_db_size updateptitSeb2024-01-231-0/+10
* Some more rollback on tls destructor (more work needed on threads cleanup han...ptitSeb2023-10-171-1/+1
* Various changes on pthread cancel and tls destructor, should be easier to mai...ptitSeb2023-10-131-2/+4
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...ptitSeb2023-07-151-0/+4
* | Added ability to trace and dump 32bits codeptitSeb2023-06-171-0/+2
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-171-0/+16
* | Optimized Exit bridge managmentptitSeb2023-05-101-0/+3
* | [DYNAREC] Disabled custom mutex for nowptitSeb2023-05-071-1/+13
|/
* Another fix for dlopen/dlclose sequence (should be ok now, at last)ptitSeb2023-04-161-2/+2
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-101-7/+31
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-101-4/+0
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-1/+4
* fix some spelling mistakes (#640)josch2023-03-261-3/+3
* Refactored OpenGL symbol fetching and managmentptitSeb2023-03-051-0/+2
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-121-10/+21
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-1/+2
* Added box64rc configuration file handlingptitSeb2022-11-271-0/+2
* Better handling of rolling logsptitSeb2022-11-151-16/+27
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-261-4/+10
* Made a custom implementation of pthread_onceptitSeb2022-10-261-8/+0
* [DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound)ptitSeb2022-10-241-1/+1
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-49/+4
* Improved usage of x86_64 bash with BOX64_BASH env varptitSeb2022-09-151-0/+1
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-25/+25
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-301-0/+12
* Reworked TLS to limit resizing, as it tends to break Unity3D gamesptitSeb2022-07-031-1/+1
* Improved initial stack buildptitSeb2022-04-241-3/+3
* Include pthread.h when used (should help #249)ptitSeb2022-03-051-0/+1
* More work on readlinkat and clone syscallptitSeb2022-03-011-0/+3
* Small change on unload of box64ptitSeb2021-11-191-7/+7
* [DYNAREC] some fixes to alternate handling and vsyscall supportptitSeb2021-09-121-3/+3