Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-04 | kernel: rework /proc/ and process IDs | dzwdz | |
I'm yet to write proper docs but the TL;DR is: Mounting /proc/ creates a new pid namespace. You're still visible in the old namespace with your old pid, but your children won't be. You see your own pid as 1. Current pids of children will be preserved, pids will be allocated starting from the highest one of your children. | |||
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 | |