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

patches: Delete patching of ioctl call in isatty #62

Closed

Commits on Jul 14, 2023

  1. patches: Delete patching of ioctl call in isatty

    Application such as `python3` use `isatty()`, which does an
    `ioctl()` with `TIOCGWINSZ` as an argument for checking whether it
    should invoke the interactive interpretor or just start interpreting
    a given file.
    
    Therefore, we may want to allow such function call to return an error
    if called upon a file from a non-pseudo filesystem such as
    `ramfs` or `9pfs`.
    
    Furthermore, since this patch is the middle one among the existing
    patches from an order standpoint, rename the starting index of the
    other patches to reflect the removal.
    
    Signed-off-by: Sergiu Moga <sergiu@unikraft.io>
    mogasergiu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e8890a3 View commit details
    Browse the repository at this point in the history