summaryrefslogtreecommitdiff
path: root/src/init/driver/tmpfs.c
AgeCommit message (Collapse)Author
2022-07-11user: reorganize the userland sourcesdzwdz
2022-07-08syscall/fs_respond: get the file id from the buf argumentdzwdz
Previously, file ids could only be positive integers, so their range was 31 bits - not enough to represent the entire memory. Now, pointers can be safely used as file ids.
2022-07-07shared: add a flags argument to _syscall_fs_responddzwdz
2022-06-29init/fs: tmpfs driver with support for creating new filesdzwdz