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
/
LLVMprivateGenerator
/
registered_structs.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-10-27
Fixed dlopen that should increment refcount even with RTLD_NOLOAD
ptitSeb
1
-2
/
+1
2022-10-27
Improved handling of execve and posix_spawn, especialy with arv[0] is not the...
ptitSeb
2
-48
/
+77
2022-10-26
Some fixes to execv and posic_spawn wrapped functions
ptitSeb
1
-12
/
+15
2022-10-26
Added libudev.so synonym of libudev.so.1
ptitSeb
1
-0
/
+1
2022-10-26
Added one more gtk3 wrapped function
ptitSeb
4
-1
/
+8
2022-10-26
[DYNAREC] Fixed 0F BA opcodes
ptitSeb
1
-4
/
+4
2022-10-26
Try to improve the shell detection, again (for #433)
ptitSeb
1
-7
/
+4
2022-10-26
Added syscalls 7 and 112
ptitSeb
1
-0
/
+14
2022-10-26
Actually fixed (this time) syscall 78
ptitSeb
1
-12
/
+22
2022-10-26
Fixed an issue with syscall 78
ptitSeb
1
-1
/
+1
2022-10-26
Added syscall to BOX64_ROLLING_LOG too
ptitSeb
1
-5
/
+22
2022-10-26
More flexibility for BOX64_ROLLING_LOG
ptitSeb
7
-21
/
+29
2022-10-26
Fixed non-dynarec build
ptitSeb
1
-2
/
+2
2022-10-26
Fix non-dynarec build
ptitSeb
1
-2
/
+2
2022-10-26
Added BOX64_ROLLING_LOG support to __stack_chk_fail
ptitSeb
1
-0
/
+9
2022-10-26
Made a custom implementation of pthread_once
ptitSeb
6
-25
/
+31
2022-10-25
Fixed 64 F3 0F 5A ocpode (still for #432)
ptitSeb
1
-0
/
+1
2022-10-25
[DYNAREC] Added BIGBLOCK=3 level
ptitSeb
3
-4
/
+8
2022-10-25
Added 64 F3 0F 5A opcode (for #432)
ptitSeb
1
-0
/
+12
2022-10-25
Added xkb_compose_state_reset wrapped function (for #431)
ptitSeb
1
-1
/
+1
2022-10-25
Added xkb_compose_state_get_status wrapped function (for #431)
ptitSeb
1
-1
/
+1
2022-10-25
Changed elf signature detection to accomodate for AppImage
ptitSeb
2
-1
/
+4
2022-10-25
Added xkb_compose_state_feed wrapped function (for #431)
ptitSeb
1
-1
/
+1
2022-10-25
Added a few more libxkbcommon wrapped functions (for #431)
ptitSeb
1
-3
/
+3
2022-10-24
[DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%...
ptitSeb
13
-133
/
+210
2022-10-24
Small fixes with unaligned pthread_cond_t
ptitSeb
1
-3
/
+3
2022-10-24
[DYNAREC] Rewrote unused acro, in case it used later
ptitSeb
1
-37
/
+29
2022-10-24
Added xkb_compose_table_new_from_locale wrapped function (for #431)
ptitSeb
1
-1
/
+1
2022-10-24
[DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound)
ptitSeb
5
-40
/
+80
2022-10-24
custom Alloc now allocate memory rounded up to 8bytes align
ptitSeb
1
-1
/
+10
2022-10-24
Use box_strdup instead of realpath for the string allocation to be safe
ptitSeb
1
-2
/
+5
2022-10-23
Forgot a bunch of other box_ malloc/realloc/calloc/free use
ptitSeb
11
-55
/
+56
2022-10-23
[DYNAREC] Forget this realloc->box_realloc
ptitSeb
1
-1
/
+1
2022-10-22
Refactored, again, elfloader symbol fetching (ported from box86)
ptitSeb
18
-399
/
+521
2022-10-22
[DYNAREC] Small change on how add_next/get_closest_next works
ptitSeb
1
-4
/
+11
2022-10-22
[DYNAREC] Added BOX64_DYNAREC_SAFEFLAGS
ptitSeb
5
-5
/
+30
2022-10-22
This fixed factorio for me, but it's not clear why
ptitSeb
1
-1
/