Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-03 | kernel/alloc: display details about all the unfreed memory on shutdown | dzwdz | |
2022-05-03 | kernel/alloc: kfree() now actually frees memory | dzwdz | |
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 | |
the kfree() call was freeing a buffer which was inside a process struct | |||
2021-09-05 | move most of the memory stuff to kernel/mem/ | dzwdz | |