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

std.posix: Added error message 'ProcessNotFound' for reading and writing in a Linux process #21430

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

Commits on Sep 15, 2024

  1. Added error message 'ProcessNotFound' for reading and writing in a Linux

    process.
    This error occurs if the process to be read from or written to no longer exists.
    Fixes ziglang#19875
    chrboesch committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0014b52 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    669c520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    793fb3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a431c5f View commit details
    Browse the repository at this point in the history
  4. Error set completed.

    chrboesch committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aaa47d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5616d41 View commit details
    Browse the repository at this point in the history
  6. Fixed format error.

    chrboesch committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c8804f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2a46f6 View commit details
    Browse the repository at this point in the history