| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-05-06 | terrible hack to not overwrite mboot data | Freya Murphy | 1 | -8/+16 |
| 2025-05-02 | off by one | Freya Murphy | 1 | -1/+1 |
| 2025-05-02 | broken? | Freya Murphy | 1 | -59/+60 |
| 2025-05-01 | changes idk | Freya Murphy | 3 | -9/+21 |
| 2025-05-01 | fix yet another terrible bug, someone please kill me | Freya Murphy | 1 | -7/+15 |
| 2025-05-01 | more data! | Freya Murphy | 1 | -1/+1 |
| 2025-05-01 | comment out non contigous phys page allocator, its causing problems and this ... | Freya Murphy | 1 | -49/+65 |
| 2025-04-28 | fmt | Freya Murphy | 1 | -13/+7 |
| 2025-04-28 | clone pgdir | Freya Murphy | 2 | -73/+256 |
| 2025-04-28 | fix pml4 free and physalloc_free | Freya Murphy | 2 | -12/+14 |
| 2025-04-28 | heap (brk / sbrk) | Freya Murphy | 1 | -6/+6 |
| 2025-04-28 | allocate vaddrs when given directly | Freya Murphy | 3 | -21/+76 |
| 2025-04-28 | move context save area to pcb not in stack | Freya Murphy | 2 | -2/+20 |
| 2025-04-27 | fix free phys pages | Freya Murphy | 1 | -1/+1 |
| 2025-04-27 | fix pgdir free, fix mapadder fns | Freya Murphy | 1 | -27/+55 |
| 2025-04-25 | mem_get_phys fn | Freya Murphy | 3 | -7/+24 |
| 2025-04-25 | added assert that bump allocator is only being asked for one page at a time | Ian McFarlane | 1 | -0/+1 |
| 2025-04-25 | fixed segfault caused by mapping the wrong virtual address in mem_alloc_pages_at | Ian McFarlane | 1 | -2/+3 |
| 2025-04-25 | fmt | Freya Murphy | 3 | -8/+12 |
| 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 | pgdir clone stub, constify free fns | Freya Murphy | 3 | -17/+41 |
| 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 | 3 | -16/+105 |
| 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 |
| 2025-04-24 | fmt | Freya Murphy | 1 | -3/+3 |
| 2025-04-24 | const pointers on free & kmapuseraddr | Freya Murphy | 4 | -12/+28 |
| 2025-04-23 | update paging code | Freya Murphy | 3 | -441/+396 |
| 2025-04-23 | some paging updates (more to come) | Freya Murphy | 2 | -241/+358 |
| 2025-04-22 | remove bad includes | Freya Murphy | 1 | -1/+0 |
| 2025-04-22 | add pml4 allocation/mem ctx alloation | Freya Murphy | 7 | -48/+188 |
| 2025-04-21 | fmt, rename some fns | Freya Murphy | 1 | -1/+6 |
| 2025-04-21 | fix virt mem start | Freya Murphy | 1 | -1/+1 |
| 2025-04-20 | fix term/gpu memory OOB error, add dynamic kernel identity map with N_IDENT_PTS | Freya Murphy | 2 | -19/+26 |
| 2025-04-19 | rollback mem_map_memory | Freya Murphy | 1 | -11/+20 |
| 2025-04-19 | remove invalid includes | Freya Murphy | 3 | -3/+0 |
| 2025-04-19 | UEFI and republicans | Freya Murphy | 3 | -34/+41 |
| 2025-04-17 | fix compile warnings | Freya Murphy | 1 | -20/+11 |
| 2025-04-16 | fmt | Freya Murphy | 1 | -3/+3 |
| 2025-04-16 | remove all printing to report functions | Freya Murphy | 1 | -6/+37 |
| 2025-04-15 | fmt | Freya Murphy | 1 | -3/+3 |
| 2025-04-15 | more stub mem_ctx fns | Freya Murphy | 1 | -2/+17 |
| 2025-04-15 | expand memory manager work with userspace (more then one ctx) | Freya Murphy | 7 | -110/+210 |
| 2025-04-08 | acpi | Freya Murphy | 1 | -2/+8 |
| 2025-04-08 | break apart c libaray | Freya Murphy | 3 | -21/+15 |
| 2025-04-07 | remove tty_init fn | Freya Murphy | 1 | -16/+11 |
| 2025-04-03 | add 64-bit idt/pic and fix paging | Freya Murphy | 2 | -2/+2 |
| 2025-04-03 | memory allocator/pager, plus other stuff | Freya Murphy | 7 | -0/+1147 |