Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing VFS system calls #564

Open
11 of 12 tasks
cahirwpz opened this issue Oct 16, 2019 · 0 comments
Open
11 of 12 tasks

Missing VFS system calls #564

cahirwpz opened this issue Oct 16, 2019 · 0 comments
Assignees

Comments

@cahirwpz
Copy link
Owner

cahirwpz commented Oct 16, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants