Age | Commit message (Expand) | Author |
---|---|---|
2022-04-14 | kernel: port init's `printf` implementation | dzwdz |
2022-04-14 | kernel: basic page allocator, `process_free` | dzwdz |
2021-09-22 | kfree: detect double frees | dzwdz |
2021-09-22 | kfree: check for a magic value before freeing to detect invalid frees | dzwdz |
2021-09-19 | show the malloc balance on halt; remove a bad kfree() call | dzwdz |
2021-09-05 | move most of the memory stuff to kernel/mem/ | dzwdz |