index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
tests
/
vfs.c
Age
Commit message (
Expand
)
Author
2022-08-05
move the mount_resolve test to userland, remove the kernel selftests
dzwdz
2022-08-05
move path_simplify to shared code, move its tests to userland
dzwdz
2022-08-04
move the kernel util tests to userland
dzwdz
2021-11-14
shared: use a single implementation of mem* functions everywhere
dzwdz
2021-11-03
kernel/vfs: tidy up path_simplify, fix a bug and add regression tests
dzwdz
2021-09-22
free the mounts created in tests/vfs.c
dzwdz
2021-09-21
start using sparse's `-Wnon-pointer-null`
dzwdz
2021-09-21
start using sparse's `-Wdecl`
dzwdz
2021-09-08
style: simplify the `kmalloc(sizeof(...` calls
dzwdz
2021-09-05
move most of the memory stuff to kernel/mem/
dzwdz
2021-08-27
make vfs_mount_resolve pass all the tests
dzwdz
2021-08-27
basic vfs_mount_resolve tests
dzwdz
2021-08-24
replace () with (void) in function definitions
dzwdz
2021-08-09
a sloppy implementation of path_simplify()
dzwdz
2021-08-08
path_simplify now returns int, has better tests
dzwdz
2021-08-04
partial path_simplify implementation
dzwdz