Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-27 | make vfs_mount_resolve pass all the tests | dzwdz | |
2021-08-26 | separate mount resolving into vfs_mount_resolve | dzwdz | |
2021-08-25 | implement vfs_mount_seed, which creates the vfs passed to init | dzwdz | |
2021-08-25 | implement FDOP_MOUNT | dzwdz | |
2021-08-22 | basic mount resolving | dzwdz | |
2021-08-22 | fs_open() stub | dzwdz | |
2021-08-22 | fix almost all compiler warnings | dzwdz | |
2021-08-22 | kernel: implement assert | dzwdz | |
2021-08-09 | a sloppy implementation of path_simplify() | dzwdz | |
it's kinda bad. it passes the tests, though... | |||
2021-08-08 | path_simplify now returns int, has better tests | dzwdz | |
2021-08-04 | partial path_simplify implementation | dzwdz | |
it currently only checks if the path is valid, it's the bare minimum needed to write tests |