mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 10:33:31 +00:00
Add extended attribute (xattr) syscalls: setxattr, getxattr, listxattr and removexattr
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
8b5a6f0d58
commit
a47eda413c
@ -60,10 +60,12 @@ mod getsockopt;
|
||||
mod gettid;
|
||||
mod gettimeofday;
|
||||
mod getuid;
|
||||
mod getxattr;
|
||||
mod ioctl;
|
||||
mod kill;
|
||||
mod link;
|
||||
mod listen;
|
||||
mod listxattr;
|
||||
mod lseek;
|
||||
mod madvise;
|
||||
mod mkdir;
|
||||
@ -89,6 +91,7 @@ mod read;
|
||||
mod readlink;
|
||||
mod recvfrom;
|
||||
mod recvmsg;
|
||||
mod removexattr;
|
||||
mod rename;
|
||||
mod rmdir;
|
||||
mod rt_sigaction;
|
||||
@ -129,6 +132,7 @@ mod setreuid;
|
||||
mod setsid;
|
||||
mod setsockopt;
|
||||
mod setuid;
|
||||
mod setxattr;
|
||||
mod shutdown;
|
||||
mod sigaltstack;
|
||||
mod signalfd;
|
||||
|
Reference in New Issue
Block a user