summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | boot: Improve EFISTUB name and version detection.Spencer Michaels2019-11-181-8/+28
| * | | | | boot: Retain ".conf" suffix for loader config IDs.Spencer Michaels2019-11-181-6/+1
| * | | | | boot: Ignore EFISTUB binaries starting with "auto-".Spencer Michaels2019-11-181-0/+2
| * | | | | boot: Make EFISTUB IDs use binaries' filenames.Spencer Michaels2019-11-181-3/+2
* | | | | | Merge pull request #14218 from poettering/homed-preparatory-small-stuffLennart Poettering2019-12-0413-56/+149
|\ \ \ \ \ \
| * | | | | | main-func: send main exit code to parent via sd_notify() on exitLennart Poettering2019-12-041-0/+4
| * | | | | | process-util: add new safe_fork() flag for connecting stdout to stderrLennart Poettering2019-12-042-10/+18
| * | | | | | tmpfile-util: modernize mkostemp_safe() a bitLennart Poettering2019-12-041-2/+2
| * | | | | | tmpfile-util: if no path is passed to fopen_temporary() make one upLennart Poettering2019-12-041-18/+28
| * | | | | | user-util: add uid_is_container() for checking whether UID is in container rangeLennart Poettering2019-12-041-4/+12
| * | | | | | user-util: export is_nologin_shell() so that we can use it elsewhereLennart Poettering2019-12-042-1/+3
| * | | | | | string-util: readd string_erase()Lennart Poettering2019-12-043-0/+36
| * | | | | | memory-util: introduce erase_and_free() helperLennart Poettering2019-12-041-7/+14
| * | | | | | errno-util: add new ERRNO_IS_DISK_SPACE() helperLennart Poettering2019-12-041-0/+8
| * | | | | | ordered-set: add ordered_set_first() helperLennart Poettering2019-12-041-0/+4
| * | | | | | parse-util: sometimes it is useful to check if a string is a valid integer, b...Lennart Poettering2019-12-041-14/+20
* | | | | | | Merge pull request #13886 from poettering/sd-event-pidfdLennart Poettering2019-12-0415-74/+839
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | sd-event: refuse running default event loops in any other thread than the one...Lennart Poettering2019-12-042-1/+5
| * | | | | | man: document the new sd-event pidfd magicLennart Poettering2019-12-042-24/+136
| * | | | | | man: mention that SIGCHLD has to be blocked before using sd_event_add_child()Lennart Poettering2019-12-041-3/+11
| * | | | | | man: don't claim we'd unblock the specified signal in sd_event_add_signal()Lennart Poettering2019-12-041-8/+9
| * | | | | | test: add test for pidfd support in sd-eventLennart Poettering2019-12-041-6/+118
| * | | | | | sd-event: refuse sd_event_add_child() if SIGCHLD is not blockedLennart Poettering2019-12-041-0/+22
| * | | | | | sd-event: make use of new signal_is_blocked() helperLennart Poettering2019-12-041-6/+4
| * | | | | | signal-util: add new helper signal_is_blocked()Lennart Poettering2019-12-042-0/+17
| * | | | | | sd-event: add pidfd supportLennart Poettering2019-12-044-21/+424
| * | | | | | process-util: add helper pidfd_get_pid()Lennart Poettering2019-12-042-0/+35
| * | | | | | missing: add rt_sigqueueinfo() syscall definitionLennart Poettering2019-12-042-0/+10
| * | | | | | missing: define new pidfd syscallsLennart Poettering2019-12-042-0/+46
| * | | | | | sd-event: (void)ify some epoll_ctl() syscall invocationsLennart Poettering2019-12-041-2/+2
| * | | | | | sd-event: drop unnecessary local variableLennart Poettering2019-12-041-4/+1
* | | | | | | man: document journal rate limit burst multiplierCharles (Chas) Williams2019-12-041-0/+45
| |/ / / / / |/| | | | |
* | | | | | sd-boot: Add a 0.1 second delay before key-probing for showing menuLeonid Bloch2019-12-041-0/+6
|/ / / / /
* | | | | udev: Ensure udev_event_spawn reads stdoutPaul Davey2019-12-041-6/+33
* | | | | Merge pull request #14133 from keur/clear_ambient_inheritedLennart Poettering2019-12-043-15/+32
|\ \ \ \ \
| * | | | | execute: Call capability_ambient_set_apply even if ambient set is 0Kevin Kuehler2019-11-271-2/+1
| * | | | | test-capability: Modify ambient capability tests to test clearing capsKevin Kuehler2019-11-271-3/+13
| * | | | | basic: Drop ambient inherited capabilities by defaultKevin Kuehler2019-11-261-10/+18
* | | | | | Merge pull request #14177 from keszybz/use-initrd.targetLennart Poettering2019-12-0410-27/+61
|\ \ \ \ \ \
| * | | | | | initrd: fix systemd.debug-shell & friendsZbigniew Jędrzejewski-Szmek2019-12-031-1/+9
| * | | | | | man: document initrd.targetZbigniew Jędrzejewski-Szmek2019-11-281-7/+19
| * | | | | | pid1: use initrd.target in the initramfs by defaultZbigniew Jędrzejewski-Szmek2019-11-282-14/+22
| * | | | | | tree-wide: normalize includes of public headersZbigniew Jędrzejewski-Szmek2019-11-285-3/+7
| * | | | | | core: use SPECIAL_DEFAULT_TARGET moreZbigniew Jędrzejewski-Szmek2019-11-282-2/+4
* | | | | | | core: reload SELinux label cache on daemon-reloadChristian Göttsche2019-12-043-0/+23
* | | | | | | Merge pull request #14189 from cgzones/selinux_tmpfilesLennart Poettering2019-12-043-3/+60
|\ \ \ \ \ \ \
| * | | | | | | tmpfiles: create with correct MAC label on option CChristian Göttsche2019-11-281-1/+1
| * | | | | | | copy: add flag COPY_MAC_CREATE to create with correct labelChristian Göttsche2019-11-282-2/+59
* | | | | | | | pid1: add new kernel cmdline arg systemd.cpu_affinity=Lennart Poettering2019-12-042-0/+20
* | | | | | | | Fix DPI for MX Master 2s bluetooth mouseRaphael2019-12-041-1/+1