• Joined on 2025-02-05
uosfz created branch fb-refactor in karlos/karlos 2026-01-26 20:47:03 +01:00
uosfz pushed to fb-refactor at karlos/karlos 2026-01-26 20:47:03 +01:00
d1c55c1224 sse2 movdq* instructions for memcpy
60ec947abb different texture interface
f51087f32a fb color format info passthrough; format-agnostic tex_set function to set pixels
c2531236b1 sync framebuffer access
4853b59207 glyphs drawn to textures first
Compare 7 commits »
uosfz deleted branch main-bug from karlos/karlos 2026-01-21 19:54:07 +01:00
uosfz merged pull request karlos/karlos#13 2026-01-21 19:54:02 +01:00
Stack Protector: Provide stack canary value
uosfz pushed to main at karlos/karlos 2026-01-21 19:54:02 +01:00
e75e2e7e1c Merge pull request 'Stack Protector: Provide stack canary value' (#13) from main-bug into main
25abfee9df Stack Protector: Provide stack canary value
Compare 2 commits »
uosfz created pull request karlos/karlos#13 2026-01-21 19:53:40 +01:00
Stack Protector: Provide stack canary value
uosfz deleted branch multicore from karlos/karlos 2026-01-21 19:51:39 +01:00
uosfz deleted branch time from karlos/karlos 2026-01-21 19:51:34 +01:00
uosfz deleted branch tlsf from karlos/karlos 2026-01-21 19:51:21 +01:00
uosfz merged pull request karlos/karlos#12 2026-01-14 19:27:07 +01:00
tlsf
uosfz pushed to main at karlos/karlos 2026-01-14 19:27:07 +01:00
5f1a0270c7 Merge pull request 'tlsf' (#12) from tlsf into main
481bb89bce tlsf: adhere to classic malloc/realloc interface
11f663d9e3 tlsf: realloc which works in-place if possible
bef02769d0 tlsf: realloc (with errors atm)
03b9079a0a tlsf: smaller final fixes
Compare 18 commits »
uosfz created pull request karlos/karlos#12 2026-01-14 19:26:14 +01:00
tlsf
uosfz pushed to tlsf at karlos/karlos 2025-12-10 03:06:22 +01:00
481bb89bce tlsf: adhere to classic malloc/realloc interface
uosfz pushed to main at karlos/karlos 2025-12-06 18:36:32 +01:00
7a322b62bc fix unicode information loss in printing
824659df88 remove barrier test in main
Compare 2 commits »
uosfz commented on issue karlos/karlos#10 2025-12-05 16:25:23 +01:00
Formatting Guidelines

We were thinking about using clang-format at some point, but it always produced some unwanted effects in some files, so we decided against it for the time being.

Perhaps we could revisit that,…

uosfz pushed to tlsf at karlos/karlos 2025-12-03 20:12:33 +01:00
11f663d9e3 tlsf: realloc which works in-place if possible
uosfz pushed to tlsf at karlos/karlos 2025-12-02 19:12:58 +01:00
bef02769d0 tlsf: realloc (with errors atm)
uosfz pushed to tlsf at karlos/karlos 2025-12-02 14:54:42 +01:00
03b9079a0a tlsf: smaller final fixes
uosfz pushed to tlsf at karlos/karlos 2025-12-01 12:15:55 +01:00
e4ce9f1c51 add missing prev_phys update on block splitting
uosfz pushed to tlsf at karlos/karlos 2025-11-27 17:43:48 +01:00
d2ab3b9cc9 cleaned up tlsf tests; a bit more debugging