summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/mount.c
AgeCommit message (Collapse)Author
2021-11-14shared: use a single implementation of mem* functions everywheredzwdz
2021-09-08style: simplify the `kmalloc(sizeof(...` callsdzwdz
2021-09-05move most of the memory stuff to kernel/mem/dzwdz
2021-09-04new vfs impl pt. 1: implement open()dzwdz
2021-09-04nuke the old handle codedzwdz
2021-09-04rename file descriptors to handlesdzwdz
2021-08-27make vfs_mount_resolve pass all the testsdzwdz
2021-08-26separate mount resolving into vfs_mount_resolvedzwdz
2021-08-25implement vfs_mount_seed, which creates the vfs passed to initdzwdz