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

Add sys_pwrite64/sys_pwritev/sys_pwritev2 and refactor sys_pread64/sy… #847

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

grief8
Copy link
Contributor

@grief8 grief8 commented May 15, 2024

This PR introduces several enhancements to the system call interface:

  • Implements the sys_pwrite64, sys_pwritev, and sys_pwritev2 functions, expanding the file I/O capabilities.
  • Refactors the existing sys_pread64 and sys_writev to improve code maintainability and efficiency.
  • Extends the testing suite with additional unit tests to cover the newly added system calls, ensuring their reliability and correctness.

@grief8
Copy link
Contributor Author

grief8 commented May 16, 2024

Wait for @StevenJiang1110 #615 . And #850 is also helpful.

@StevenJiang1110
Copy link
Contributor

Wait for @StevenJiang1110 #615 . And #850 is also helpful.

#615 is merged now. And this PR can go on.

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.

None yet

2 participants