summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kernel-install/90-loaderentry: fix when /boot is not mountpointv245.8Kir 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
* man: substitute path to rc.local in the man pageZbigniew Jędrzejewski-Szmek2020-09-202-15/+18
* 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
* hashmap: make sure to initialize shared hash key atomicallyLennart Poettering2020-09-201-6/+7
* man: document the random delay of persistent timersNazar Vinnichuk2020-09-201-3/+4
* backlight: do not claim that ID_BACKLIGHT_CLAMP= property is not setYu Watanabe2020-09-201-1/+2
* fs-util,tmpfiles: fix error handling of fchmod_opath()Lennart Poettering2020-09-202-10/+18
* ethtool-util: don't pass error value that isn't used to log_syntaxLennart Poettering2020-09-201-1/+1
* cryptsetup: Fix null pointer dereference (#16987)Mikael Szreder2020-09-201-3/+5
* core: fix set keep caps for ambient capabilitiesTobias Kaufmann2020-09-201-9/+0
* core: fix comments on ambient capabilitiesTobias Kaufmann2020-09-201-3/+11
* network: make log_link_error() or friends return voidYu Watanabe2020-09-202-17/+19
* core: make log_unit_error() or friends return voidYu Watanabe2020-09-206-43/+44
* udev: do not discard const qualifierYu Watanabe2020-09-201-2/+2
* sd-device: make log_device_error() or friends return voidYu Watanabe2020-09-206-34/+34
* udev: explicitly specify return valueYu Watanabe2020-09-201-1/+2
* udev: return negative errno for invalid EVDEV_ABS_XXX= propertyYu Watanabe2020-09-201-1/+1
* udev: make log_rule_error() or friends return voidYu Watanabe2020-09-201-26/+29
* network: do not start device monitor if /sys is read-onlyYu Watanabe2020-09-201-5/+4
* util: try to set with SO_{RCV,SND}BUFFORCE when requested size is larger than...Yu Watanabe2020-09-201-12/+28
* util: refuse to set too large value for socket buffer sizeYu Watanabe2020-09-201-0/+6
* network: ignore error on increasing netlink receive buffer sizeYu Watanabe2020-09-201-2/+2
* tree-wide: if get_block_device() returns zero devno, check for it in all casesLennart Poettering2020-09-205-3/+9
* btrfs: if BTRFS_IOC_DEV_INFO returns /dev/root generate a friendly error messageLennart Poettering2020-09-205-0/+26
* basic/log: make log_{info,warning,...} return voidZbigniew Jędrzejewski-Szmek2020-09-201-2/+2
* tree-wide: correct cases where return log_{error,warning} is used without valueZbigniew Jędrzejewski-Szmek2020-09-204-7/+12
* test-execute/exec-dynamicuser-statedir.service: fix quotingZbigniew Jędrzejewski-Szmek2020-09-201-2/+2
* man: fix quickhelp listing in sysusers.d(5)Zbigniew Jędrzejewski-Szmek2020-09-201-6/+6
* homed: remember the secret even when the for_state is FIXATING_FOR_ACQUIREGibeom Gwon2020-09-201-1/+1