summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kernel-install/90-loaderentry: fix when /boot is not mountpointv246.6Kir Kolyshkin2020-09-201-2/+3
* homed: make clean that --storage=directory --image-path=/dev/some-block-devic...Lennart Poettering2020-09-202-7/+17
* homed: make sure our worker processes finish before we exitLennart Poettering2020-09-203-0/+21
* nspawn: fix fd leak on failure pathLennart Poettering2020-09-201-1/+2
* nspawn: check return of setsid()Lennart Poettering2020-09-201-1/+4
* dissect: is_loop_device() returns negative on error, don't mistake that is trueLennart Poettering2020-09-201-1/+1
* dissect: always invalidate secondary arch partitions if we found primary archLennart Poettering2020-09-201-7/+6
* util: wireguard is merged into upstream kernelYu Watanabe2020-09-201-5/+1
* repart: don't mark image files generated with --empty=create executableLennart Poettering2020-09-201-1/+1
* man: substitute path to rc.local in the man pageZbigniew Jędrzejewski-Szmek2020-09-202-15/+19
* meson: RC_LOCAL_SCRIPT_PATH_START to RC_LOCAL_PATHZbigniew Jędrzejewski-Szmek2020-09-203-7/+7
* socket-proxy: allow localhost addressesZbigniew Jędrzejewski-Szmek2020-09-201-1/+0
* sd-bus: allow localhost addressesZbigniew Jędrzejewski-Szmek2020-09-202-1/+3
* fstab-generator: add 'nofail' when NFS 'bg' option is usedFranck Bui2020-09-201-1/+1
* busctl: add missing shortopt -lJuergen Hoetzel2020-09-201-1/+1
* socket-util: reset length argument for second getsockopt call in fd_[gs]et_rc...Christian Göttsche2020-09-201-0/+2
* test: use pclose() for popen()Zbigniew Jędrzejewski-Szmek2020-09-202-2/+2
* core: propagate unit start limit hit state to triggering path unitLennart Poettering2020-09-202-0/+16
* core: propagate triggered unit in more load statesLennart Poettering2020-09-206-16/+14
* bootctl: handle if LoaderSystemToken is invalid for some reasonLennart Poettering2020-09-201-1/+3
* test-fileio: test test strings with shell, tooLennart Poettering2020-09-201-0/+16
* test-env-file: add test that tests our env file read + writer + shell against...Lennart Poettering2020-09-201-0/+45
* env-file: bring our decoding of double-quoted strings in env files in line wi...Lennart Poettering2020-09-201-3/+7
* test-fileio: use test strings that are actually valid in shellLennart Poettering2020-09-201-3/+3
* man: document that RemainAfterElapse=no means that also the triggered unit ne...Lennart Poettering2020-09-201-12/+8
* sd-path: use ROOTPREFIX without suffixed slashv246.5Lennart Poettering2020-09-122-9/+10
* hashmap: make sure to initialize shared hash key atomicallyLennart Poettering2020-09-121-6/+7
* socket: downgrade log warnings about inability to set socket buffer sizesLennart Poettering2020-09-121-2/+4
* core: fix securebits settingTobias Kaufmann2020-09-121-9/+40
* capability-util: add new function for raising setpcapTobias Kaufmann2020-09-122-14/+27
* network: do not add prefix to RA if radv is not configuredYu Watanabe2020-09-112-3/+7
* man: document the random delay of persistent timersNazar Vinnichuk2020-09-111-3/+4
* test-network: add test for ENOBUFS issue #17012Yu Watanabe2020-09-112-0/+270
* backlight: do not claim that ID_BACKLIGHT_CLAMP= property is not setYu Watanabe2020-09-111-1/+2
* fs-util,tmpfiles: fix error handling of fchmod_opath()Lennart Poettering2020-09-112-10/+18
* bootctl: don't accidentally propagate errors in "bootctl status"Lennart Poettering2020-09-111-5/+5
* ethtool-util: don't pass error value that isn't used to log_syntaxLennart Poettering2020-09-111-1/+1
* network: don't fail on various config parse errorsLennart Poettering2020-09-113-12/+20
* man: document that sd_bus_message_close_container() may only be called at end...Lennart Poettering2020-09-111-2/+15
* cryptsetup: Fix null pointer dereference (#16987)Mikael Szreder2020-09-111-2/+4
* core: fix set keep caps for ambient capabilitiesTobias Kaufmann2020-09-111-9/+0
* core: fix comments on ambient capabilitiesTobias Kaufmann2020-09-111-3/+11
* network: make log_link_error() or friends return voidYu Watanabe2020-09-113-18/+20
* core: make log_unit_error() or friends return voidYu Watanabe2020-09-116-43/+44
* core/slice: explicitly specify return valueYu Watanabe2020-09-111-2/+4
* udev: do not discard const qualifierYu Watanabe2020-09-111-2/+2
* sd-device: make log_device_error() or friends return voidYu Watanabe2020-09-116-34/+34
* udev: explicitly specify return valueYu Watanabe2020-09-111-1/+2
* udev: return negative errno for invalid EVDEV_ABS_XXX= propertyYu Watanabe2020-09-111-1/+1
* udev: make log_rule_error() or friends return voidYu Watanabe2020-09-111-26/+29