summaryrefslogtreecommitdiffstats
path: root/.github/workflows (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-02conf-parse: fix pretty bad typoLennart Poettering1-1/+1
2020-06-02fs-util: add stat_warn_permissions() that operates on struct stat instead of fdLennart Poettering2-9/+20
2020-06-02basic/efivars: try re-reading efivars without delay firstZbigniew Jędrzejewski-Szmek1-3/+5
Quoting https://github.com/systemd/systemd/issues/14828#issuecomment-635212615: > [kernel uses] msleep_interruptible() and that means when the process receives > any kind of signal masked or not this will abort with EINTR. systemd-logind > gets signals from the TTY layer all the time though. > Here's what might be happening: while logind reads the EFI stuff it gets a > series of signals from the TTY layer, which causes the read() to be aborted > with EINTR, which means logind will wait 50ms and retry. Which will be > aborted again, and so on, until quite some time passed. If we'd not wait for > the 50ms otoh we wouldn't wait so long, as then on each signal we'd > immediately retry again.
2020-06-02fd-util: be more careful with fclose() errnosLennart Poettering1-1/+4
This might fix #15859, a bug which I find very puzzling.
2020-06-02update TODOLennart Poettering1-0/+7