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

Use posix spawn #551

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft

Use posix spawn #551

wants to merge 15 commits into from

Commits on Jan 24, 2024

  1. Basic use posix_spawn

    Co-authored-by: Jean Boussier <byroot@ruby-lang.org>
    etiennebarrie and byroot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    196a99d View commit details
    Browse the repository at this point in the history
  2. args

    Co-authored-by: Jean Boussier <byroot@ruby-lang.org>
    etiennebarrie and byroot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5b2cf41 View commit details
    Browse the repository at this point in the history
  3. env

    Co-authored-by: Jean Boussier <byroot@ruby-lang.org>
    etiennebarrie and byroot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ea92bfd View commit details
    Browse the repository at this point in the history
  4. wip

    Co-authored-by: Jean Boussier <byroot@ruby-lang.org>
    etiennebarrie and byroot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0d40851 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37b89b6 View commit details
    Browse the repository at this point in the history
  6. posix_spawn: handle pgroup

    byroot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    aad399e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    536d1af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0088d6 View commit details
    Browse the repository at this point in the history
  9. posix_spawn: always compute envp

    posix_spawn doesn't inherit any env, so we need to always
    pass it all.
    byroot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9b75de1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    650ff16 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c313a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    52410a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7d8a2d1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe34e95 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bba8ef3 View commit details
    Browse the repository at this point in the history