summaryrefslogtreecommitdiff
path: root/kernel/syscall.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change queue structuresFreya Murphy2025-04-291-17/+18
|
* fmtFreya Murphy2025-04-281-1/+1
|
* fork syscallFreya Murphy2025-04-281-2/+16
|
* heap (brk / sbrk)Freya Murphy2025-04-281-2/+66
|
* make sure sleep sets pcb to state sleepingFreya Murphy2025-04-281-0/+1
|
* stderr in write syscallFreya Murphy2025-04-281-2/+6
|
* move context save area to pcb not in stackFreya Murphy2025-04-281-13/+9
|
* add more syscall implsFreya Murphy2025-04-271-29/+163
|
* fmtFreya Murphy2025-04-271-4/+2
|
* fix FIXMEs in syscall.cFreya Murphy2025-04-271-12/+15
|
* new syscallsFreya Murphy2025-04-271-4/+57
|
* add commentFreya Murphy2025-04-251-0/+3
|
* poweroff syscallFreya Murphy2025-04-251-7/+16
|
* load init from ata and run itFreya Murphy2025-04-251-3/+0
|
* fmtFreya Murphy2025-04-241-19/+9
|
* kernel syscall handlerFreya Murphy2025-04-241-0/+107