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

Improve UEFI stdio #117174

Merged
merged 3 commits into from
Feb 22, 2024
Merged

Improve UEFI stdio #117174

merged 3 commits into from
Feb 22, 2024

Commits on Jan 19, 2024

  1. Improve UEFI stdio

    - Do not drop any character while reading
    - eabdf == Unsupported status
    - loop untill read character or error encountered
    
    Signed-off-by: Ayush Singh <[email protected]>
    Ayush1325 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    07000dc View commit details
    Browse the repository at this point in the history
  2. Use heap for stdout and stderr

    Signed-off-by: Ayush Singh <[email protected]>
    Ayush1325 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    346472c View commit details
    Browse the repository at this point in the history
  3. Fixes from PR

    - is_ebadf always returns false
    - Allow reading partial characters to buffer
    - Allow full UTF-16 in stdin
    
    Signed-off-by: Ayush Singh <[email protected]>
    Ayush1325 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1fbb00b View commit details
    Browse the repository at this point in the history