aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/context_switching/syscall
AgeCommit message (Expand)AuthorFilesLines
2025-05-12Fix crashes because of are frame allocator copyMatteo Gmür2-20/+36
2025-05-12Adjust user heap to lazy allocate heapMatteo Gmür1-5/+5
2025-05-11make frame_allocator and active_page_table statically availableFabian Imhof1-0/+6
2025-05-11Adjust user heap allocator with expanding heap functionalityMatteo Gmür2-4/+30
2025-05-05Add comments to syscall componentsMatteo Gmür3-4/+4
2025-05-05Fix recursive include using extra fileMatteo Gmür3-37/+43
2025-05-04fix returning from syscallFabian Imhof1-1/+3
2025-05-03rename syscall result variableFabian Imhof1-3/+3
2025-05-03write wrapper function for syscallFabian Imhof2-0/+125