feat: implement fsync(2) and hard link support [link(2)]
authorMinep <zelong56@gmail.com>
Sun, 31 Jul 2022 14:21:25 +0000 (15:21 +0100)
committerMinep <zelong56@gmail.com>
Sun, 31 Jul 2022 14:21:25 +0000 (15:21 +0100)
commitac9c5346f3f10ac7adf3772521fa4d18f17c97c7
treec0d2c1f20b191759c3a744ab19936e44ee81070f
parent847763577fbcc79179722874c81b44ee36108edb
feat: implement fsync(2) and hard link support [link(2)]
chore: update readme
chore: re-organise the syscall to appropriate header file
chore: minor refactoring and code cleaning
12 files changed:
README.md
lunaix-os/includes/lunaix/ds/hstr.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/demos/dir_read.c
lunaix-os/kernel/demos/iotest.c
lunaix-os/kernel/fs/twifs.c
lunaix-os/kernel/fs/vfs.c