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-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
/
+1