Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-23 | fix: printf related warnings | dzwdz | |
2022-10-19 | shared/printf: implement %p | dzwdz | |
2022-09-15 | shared/printf: string precision | dzwdz | |
2022-09-15 | shared/printf: properly implement number precision | dzwdz | |
2022-09-02 | user/ports: bare minimum to run doomgeneric | dzwdz | |
2022-08-29 | shared/printf: handle the %l and %ll length modifiers | dzwdz | |
2022-08-22 | user/netstack: ARP cache | dzwdz | |
2022-08-06 | make snprintf shared; dynamic resolution support | dzwdz | |
2022-08-05 | shared/printf: implement %d | dzwdz | |
2022-08-04 | user/tests: split the tests by parts of codebase | dzwdz | |
2022-08-03 | shared/printf: caching | dzwdz | |
Everything other than %s and %x outputs a single char at once. The speedup is easily visible when e.g. hexdumping. | |||
2022-08-03 | shared: clean up printf, %u support (amongst other things) | dzwdz | |
2022-07-16 | amd64: barely boot into kernel code | dzwdz | |
2022-04-14 | kernel: port init's `printf` implementation | dzwdz | |