feat: rename(2), mount(2) and unmount(2)
authorMinep <zelong56@gmail.com>
Mon, 15 Aug 2022 15:03:09 +0000 (16:03 +0100)
committerMinep <zelong56@gmail.com>
Mon, 15 Aug 2022 15:23:41 +0000 (16:23 +0100)
commite6dbd781772925dfc07b2facfa0a1350e756ad8f
tree44ceeafa38e23fcb570867731a413fc867f65a9f
parent07dec283edc4b849c42efa9fbd23c6e9247e8788
feat: rename(2),  mount(2) and unmount(2)
fix: dnode caching hash function
chore: code clean up
14 files changed:
README.md
lunaix-os/includes/lunaix/ds/hstr.h
lunaix-os/includes/lunaix/ds/llist.h
lunaix-os/includes/lunaix/fctrl.h
lunaix-os/includes/lunaix/fs.h
lunaix-os/includes/lunaix/lunistd.h
lunaix-os/includes/lunaix/status.h
lunaix-os/includes/lunaix/syscall.h
lunaix-os/kernel/asm/x86/syscall.S
lunaix-os/kernel/ds/hstr.c [new file with mode: 0644]
lunaix-os/kernel/fs/twifs/twifs.c
lunaix-os/kernel/fs/vfs.c
lunaix-os/kernel/k_init.c
lunaix-os/kernel/proc0.c