summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/path.c
AgeCommit message (Collapse)Author
2022-08-05move path_simplify to shared code, move its tests to userlanddzwdz
2022-07-26tools: add tools/sort_includes.rbdzwdz
2021-11-14shared: use a single implementation of mem* functions everywheredzwdz
2021-11-03kernel/vfs: tidy up path_simplify, fix a bug and add regression testsdzwdz
the bug related to paths ending with /.. and not resolving to /
2021-08-22fix almost all compiler warningsdzwdz
2021-08-22kernel: implement assertdzwdz
2021-08-09a sloppy implementation of path_simplify()dzwdz
it's kinda bad. it passes the tests, though...
2021-08-08path_simplify now returns int, has better testsdzwdz
2021-08-04partial path_simplify implementationdzwdz
it currently only checks if the path is valid, it's the bare minimum needed to write tests