-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 Process support for UEFI #123196
Add Process support for UEFI #123196
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8d7121 - Browse repository at this point
Copy the full SHA a8d7121View commit details -
uefi: process: Add support to capture stdout
Use a custom simple_text_output protocol to capture output. Signed-off-by: Ayush Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6737a02 - Browse repository at this point
Copy the full SHA 6737a02View commit details -
uefi: process: Add stderr support
Implement stderr support in similar fashion. Signed-off-by: Ayush Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87d7a07 - Browse repository at this point
Copy the full SHA 87d7a07View commit details -
uefi: process: Add null protocol
Signed-off-by: Ayush Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7253765 - Browse repository at this point
Copy the full SHA 7253765View commit details -
uefi: process Implement inherit
Only tested in 2 levels right now. Need args support for 3 levels Signed-off-by: Ayush Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d44b3fb - Browse repository at this point
Copy the full SHA d44b3fbView commit details -
uefi: process: Add support for args
Also fix stdio inherit Signed-off-by: Ayush Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29c198c - Browse repository at this point
Copy the full SHA 29c198cView commit details -
uefi: process: Add CommandArgs support
Signed-off-by: Ayush Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c899e05 - Browse repository at this point
Copy the full SHA c899e05View commit details -
Signed-off-by: Ayush Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56e2a57 - Browse repository at this point
Copy the full SHA 56e2a57View commit details -
- Update system table crc32 - Fix unsound use of Box - Free exit data - Code improvements - Introduce OwnedTable - Update r-efi to latest version - Use extended_varargs_abi_support for install_multiple_protocol_interfaces and uninstall_multiple_protocol_interfaces - Fix comments - Stub out args implementation Signed-off-by: Ayush Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e290398 - Browse repository at this point
Copy the full SHA e290398View commit details