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

openrc-shutdown: simplify broadcast function #709

Merged
merged 1 commit into from
Jul 22, 2024

Commits on May 24, 2024

  1. openrc-shutdown: simplify broadcast function

    Get rid of the alarm/setjmp/longjmp.
    Trust that the kernel will not block with O_NDELAY.
    Use write() instead of stdio.
    
    Bug: https://bugs.gentoo.org/923326
    Signed-off-by: Mike Gilbert <[email protected]>
    floppym committed May 24, 2024
    Configuration menu
    Copy the full SHA
    379e2d8 View commit details
    Browse the repository at this point in the history