feat: ability to manipulate extended attribute
authorMinep <zelong56@gmail.com>
Sat, 20 Aug 2022 16:30:33 +0000 (17:30 +0100)
committerMinep <zelong56@gmail.com>
Sat, 20 Aug 2022 16:30:33 +0000 (17:30 +0100)
commitd57ee3ae693448387e3022fdd07bd741b2db818a
tree126467639ae7e8b7f1b762bbcf851dedb6485936
parentbc4c6e1218d6903b07c32b11ea7d3c82c463686e
feat: ability to manipulate extended attribute
chore: minor refactoring and fix.
12 files changed:
README.md
lunaix-os/includes/lib/hash.h
lunaix-os/includes/lunaix/ds/hstr.h
lunaix-os/includes/lunaix/fctrl.h
lunaix-os/includes/lunaix/fs.h
lunaix-os/includes/lunaix/status.h
lunaix-os/includes/lunaix/syscall.h
lunaix-os/kernel/asm/x86/syscall.S
lunaix-os/kernel/fs/path_walk.c [new file with mode: 0644]
lunaix-os/kernel/fs/vfs.c
lunaix-os/kernel/fs/xattr.c [new file with mode: 0644]
lunaix-os/libs/hash.c