summaryrefslogtreecommitdiff
path: root/kernel/procs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* finish syscall implsFreya Murphy2025-05-011-1/+2
|
* change queue structuresFreya Murphy2025-04-291-28/+39
|
* dispatch(): wait for a process to scheduleFreya Murphy2025-04-291-4/+11
|
* fmtFreya Murphy2025-04-281-1/+1
|
* clone pgdirFreya Murphy2025-04-281-0/+1
|
* move context save area to pcb not in stackFreya Murphy2025-04-281-22/+61
|
* load init from ata and run itFreya Murphy2025-04-251-1/+2
|
* fmtFreya Murphy2025-04-251-2/+1
|
* noreturn on dispatchFreya Murphy2025-04-251-0/+1
|
* syscall_return fnFreya Murphy2025-04-251-0/+2
|
* remove bad includesFreya Murphy2025-04-221-1/+0
|
* make somce changes to procsFreya Murphy2025-04-211-436/+63
|
* fmt, rename some fnsFreya Murphy2025-04-211-19/+12
|
* set mmap limitFreya Murphy2025-04-181-0/+856
|
* move old kernel code (for now) into kernel/old, trying to get long modeFreya Murphy2025-04-031-1116/+0
|
* track changesoldFreya Murphy2025-04-011-28/+5
|
* track upstreamFreya Murphy2025-03-311-10/+33
|
* remove trailing whitespaceFreya Murphy2025-03-271-1/+1
|
* pull upstream changes, add auto formattingFreya Murphy2025-03-271-267/+247
|
* initial checkout from wrcFreya Murphy2025-03-251-0/+1136