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

Sys intercept new repo #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

OmSaran
Copy link
Contributor

@OmSaran OmSaran commented Apr 11, 2021

  • Add support for clflush
  • Implement execve: save the existing info in shared memory and load it back
  • Fix staging files naming
  • Fix corner case scenario for dup2 where relink fails
  • Handle invalid pointer in open, rename, truncate
  • Bug in path resolution where required '/' was not included.
  • Bug in path resolution where null character was not appended after readlink
  • Bug in path resolution where the string buffer was not large enough -- changed from 256 to 4096
  • Fix bug in fallocate for staging files (number of arguments)
  • Fix bug in dup2 where the new fd vinode was being unref'd after the dup2 process, this causes new file to be closed in kernel. Moved this to caller. Also this is not required for dup and fcntl dup

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

Successfully merging this pull request may close these issues.

1 participant