summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/driver/fsroot.c
AgeCommit message (Collapse)Author
2022-07-07kernel/vfs: delegate support in _syscall_fs_respond!dzwdz
this is big in terms of speed, it avoids a lot of unnecessary context switches
2022-07-01kernel/fsroot: respect offset when reading rootdzwdz
2022-06-29kernel/vfs: add the OPEN_CREATE flagdzwdz
2022-05-05kernel: fix a few minor compiler warningsdzwdz
2022-05-05kernel: move fsroot to kernel/arch/i386dzwdz