| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-04-25 | syscall_return fn | Freya Murphy | 3 | -8/+23 |
| 2025-04-25 | fix physalloc edge case | Freya Murphy | 1 | -2/+10 |
| 2025-04-25 | change start vitaddr | Freya Murphy | 1 | -1/+1 |
| 2025-04-25 | fix freeing of virtual memory | Ian McFarlane | 1 | -16/+39 |
| 2025-04-25 | update makefile | Freya Murphy | 1 | -3/+3 |
| 2025-04-25 | pgdir clone stub, constify free fns | Freya Murphy | 4 | -18/+42 |
| 2025-04-25 | virt ctx clone | Freya Murphy | 2 | -0/+39 |
| 2025-04-24 | make alloc_pages_at() able to allocate noncontiguous physical pages | Ian McFarlane | 5 | -16/+126 |
| 2025-04-24 | fix paging free fns | Freya Murphy | 1 | -0/+25 |
| 2025-04-24 | size_t for alloc pages cals | Ian McFarlane | 2 | -7/+7 |