You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below you cand find a list of system calls that provide access to file systems through VFS subsystem. They are currently missing implementation:
unlink
mkdir
rmdir
link
symlink
readlink (RO)
lstat (RO)
rename
ftruncate
chown
chmod
statvfs (for ramdisk)
System calls marked with RO can be implemented right now provided that ramdisk supports symbolic links. The rest requires tmpfs to be implemented first.
The text was updated successfully, but these errors were encountered:
Below you cand find a list of system calls that provide access to file systems through VFS subsystem. They are currently missing implementation:
unlink
mkdir
rmdir
link
symlink
readlink
(RO)lstat
(RO)rename
ftruncate
chown
chmod
statvfs
(for ramdisk)System calls marked with RO can be implemented right now provided that
ramdisk
supports symbolic links. The rest requirestmpfs
to be implemented first.The text was updated successfully, but these errors were encountered: