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 system calls readv and writev #1219

Merged
merged 9 commits into from
May 22, 2024
Merged

add system calls readv and writev #1219

merged 9 commits into from
May 22, 2024

Commits on May 22, 2024

  1. add system calls readv and writev

    the offers the possibility to read or to write data into multiple
    buffers
    stlankes committed May 22, 2024
    Configuration menu
    Copy the full SHA
    54fae3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aef172b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f195a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c219a1e View commit details
    Browse the repository at this point in the history
  5. add description of iovec

    Co-authored-by: Jonathan <[email protected]>
    stlankes and jounathaen committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f751d1a View commit details
    Browse the repository at this point in the history
  6. remove clippy warnings

    stlankes committed May 22, 2024
    Configuration menu
    Copy the full SHA
    52861c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c937bfe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90d048a View commit details
    Browse the repository at this point in the history
  9. Revert "using for readv/writev the same interface like UNIX"

    This reverts commit 6f195a2.
    stlankes committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a5b91d1 View commit details
    Browse the repository at this point in the history