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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for dlsym(RTLD_NEXT, ...)
ptitSeb
2022-10-29
1
-0
/
+2
*
Small imrpovment to custom phtread_once
ptitSeb
2022-10-29
1
-2
/
+1
*
[DYNAREC] Fixed a potential issue with free range of dynablock
ptitSeb
2022-10-29
1
-1
/
+2
*
Imrpoved Bridges, again
ptitSeb
2022-10-29
1
-14
/
+21
*
Added 66 0F 38 10 opcode ({DYNAREC] too)
ptitSeb
2022-10-29
2
-0
/
+25
*
Added a few more wrapped libfuse functions
ptitSeb
2022-10-29
1
-5
/
+5
*
[DYNAREC] More log when using BOX64_NODYNAREC
ptitSeb
2022-10-28
2
-1
/
+4
*
[DYNAREC] Fixed F3 0F 5B opcode
ptitSeb
2022-10-28
1
-4
/
+13
*
[DYNAREC] Fixed an emitter
ptitSeb
2022-10-28
1
-1
/
+1
*
[DYNAREC] Added 66 F0 0F B1 opcode
ptitSeb
2022-10-28
1
-0
/
+47
*
[DYNAREC] Added 66 87 opcode
ptitSeb
2022-10-28
1
-0
/
+29
*
[DYNAREC] Added (F2/F3) AD ocpodes
ptitSeb
2022-10-28
1
-0
/
+20
*
Added 66 0F 7D opcode
ptitSeb
2022-10-28
1
-1
/
+25
*
Re-enabled the abort if exit is too long, seems to be still needed
ptitSeb
2022-10-27
1
-1
/
+1
*
Wrapping of GtkTextView and GtkContainer classes for Gtk3
ptitSeb
2022-10-27
3
-0
/
+163
*
Added posix_spawn_file_actions_addclose wrapped function
ptitSeb
2022-10-27
1
-1
/
+1
*
Try to get a cleaner exit
ptitSeb
2022-10-27
3
-0
/
+8
*
Fixed some issue with bridge memory protection handling
ptitSeb
2022-10-27
1
-3
/
+3
*
Added BOX64_SHOWBT env. var. to have a backtrace on segfault
ptitSeb
2022-10-27
3
-3
/
+35
*
Fixed dlopen that should increment refcount even with RTLD_NOLOAD
ptitSeb
2022-10-27
1
-2
/
+1
*
Improved handling of execve and posix_spawn, especialy with arv[0] is not the...
ptitSeb
2022-10-27
2
-48
/
+77
*
Some fixes to execv and posic_spawn wrapped functions
ptitSeb
2022-10-26
1
-12
/
+15
*
Added libudev.so synonym of libudev.so.1
ptitSeb
2022-10-26
1
-0
/
+1
*
Added one more gtk3 wrapped function
ptitSeb
2022-10-26
4
-1
/
+8
*
[DYNAREC] Fixed 0F BA opcodes
ptitSeb
2022-10-26
1
-4
/
+4
*
Try to improve the shell detection, again (for #433)
ptitSeb
2022-10-26
1
-7
/
+4
*
Added syscalls 7 and 112
ptitSeb
2022-10-26
1
-0
/
+14
*
Actually fixed (this time) syscall 78
ptitSeb
2022-10-26
1
-12
/
+22
*
Fixed an issue with syscall 78
ptitSeb
2022-10-26
1
-1
/
+1
*
Added syscall to BOX64_ROLLING_LOG too
ptitSeb
2022-10-26
1
-5
/
+22
*
More flexibility for BOX64_ROLLING_LOG
ptitSeb
2022-10-26
6
-20
/
+27
*
Fixed non-dynarec build
ptitSeb
2022-10-26
1
-2
/
+2
*
Fix non-dynarec build
ptitSeb
2022-10-26
1
-2
/
+2
*
Added BOX64_ROLLING_LOG support to __stack_chk_fail
ptitSeb
2022-10-26
1
-0
/
+9
*
Made a custom implementation of pthread_once
ptitSeb
2022-10-26
6
-25
/
+31
*
Fixed 64 F3 0F 5A ocpode (still for #432)
ptitSeb
2022-10-25
1
-0
/
+1
*
[DYNAREC] Added BIGBLOCK=3 level
ptitSeb
2022-10-25
2
-3
/
+6
*
Added 64 F3 0F 5A opcode (for #432)
ptitSeb
2022-10-25
1
-0
/
+12
*
Added xkb_compose_state_reset wrapped function (for #431)
ptitSeb
2022-10-25
1
-1
/
+1
*
Added xkb_compose_state_get_status wrapped function (for #431)
ptitSeb
2022-10-25
1
-1
/
+1
*
Changed elf signature detection to accomodate for AppImage
ptitSeb
2022-10-25
1
-0
/
+3
*
Added xkb_compose_state_feed wrapped function (for #431)
ptitSeb
2022-10-25
1
-1
/
+1
*
Added a few more libxkbcommon wrapped functions (for #431)
ptitSeb
2022-10-25
1
-3
/
+3
*
[DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%...
ptitSeb
2022-10-24
13
-133
/
+210
*
Small fixes with unaligned pthread_cond_t
ptitSeb
2022-10-24
1
-3
/
+3
*
[DYNAREC] Rewrote unused acro, in case it used later
ptitSeb
2022-10-24
1
-37
/
+29
*
Added xkb_compose_table_new_from_locale wrapped function (for #431)
ptitSeb
2022-10-24
1
-1
/
+1
*
[DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound)
ptitSeb
2022-10-24
5
-40
/
+80
*
custom Alloc now allocate memory rounded up to 8bytes align
ptitSeb
2022-10-24
1
-1
/
+10
*
Use box_strdup instead of realpath for the string allocation to be safe
ptitSeb
2022-10-24
1
-2
/
+5
[next]