aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/context_switching/syscall
AgeCommit message (Expand)AuthorFilesLines
2025-07-24x86_64: move files out of the wayFelix Morgner3-185/+0
2025-07-14x86_64: fix syscall error code readingFelix Morgner1-1/+1
2025-05-27Readd text kernels ection with explanationMatteo Gmür1-2/+2
2025-05-20Improve syscalls and user heap allocatorMatteo Gmür1-4/+2
2025-05-18Make new usable for both kernel and user callsMatteo Gmür1-0/+6
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