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 LibTTY providing access to the VM library for spawning a process connected to a pseudo-terminal #16427

Merged
merged 4 commits into from
Apr 15, 2024

Commits on Apr 8, 2024

  1. Factored out LibCTypes defining ‘pid_t’ from #currentProcessId, #getp…

    …id and #parentProcessId on LibC.
    Rinzwind committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    84ca491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a44480 View commit details
    Browse the repository at this point in the history
  3. Added LibTTYTest.

    Rinzwind committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c2c78e4 View commit details
    Browse the repository at this point in the history
  4. Changed #test1 on LibTTYTest to take into account that ‘true’ may be …

    …located at ‘/bin/true’ rather than ‘/usr/bin/true’.
    Rinzwind committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    50574e2 View commit details
    Browse the repository at this point in the history