summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/backend.c
AgeCommit message (Expand)Author
2021-09-12vfs request refactor pt1dzwdz
2021-09-11fix the `sparse` warningsdzwdz
2021-09-09basic _syscall_fs_wait() impl, doesn't pass the req yetdzwdz
2021-09-08save the vfs_op_request in the process structdzwdz
2021-09-08copy _syscall_fs_open's argument to a new buffer instead of a shared onedzwdz
2021-09-08scaffolding for user fs dispatchdzwdz
2021-09-05root vfs: implement writing to /ttydzwdz
2021-09-04new vfs impl pt. 1: implement open()dzwdz