aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/context_switching/syscall/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-14x86_64: fix syscall error code readingFelix Morgner1-1/+1
2025-05-12Fix crashes because of are frame allocator copyMatteo Gmür1-3/+3
2025-05-11Adjust user heap allocator with expanding heap functionalityMatteo Gmür1-4/+13
2025-05-05Add comments to syscall componentsMatteo Gmür1-1/+1
2025-05-05Fix recursive include using extra fileMatteo Gmür1-33/+2
2025-05-03rename syscall result variableFabian Imhof1-3/+3
2025-05-03write wrapper function for syscallFabian Imhof1-0/+57