1. 325edff kernel-install/90-loaderentry: fix when /boot is not mountpoint by Kir Kolyshkin · 4 years, 12 months ago v245.8
  2. d7f9314 homed: make clean that --storage=directory --image-path=/dev/some-block-device is not supported by Lennart Poettering · 4 years, 10 months ago
  3. 7fb84ee homed: make sure our worker processes finish before we exit by Lennart Poettering · 4 years, 10 months ago
  4. 8bc7ff6 nspawn: fix fd leak on failure path by Lennart Poettering · 4 years, 10 months ago
  5. a049ddf nspawn: check return of setsid() by Lennart Poettering · 4 years, 10 months ago
  6. 0dccd1f dissect: is_loop_device() returns negative on error, don't mistake that is true by Lennart Poettering · 4 years, 10 months ago
  7. 7f2b6a5 dissect: always invalidate secondary arch partitions if we found primary arch by Lennart Poettering · 4 years, 10 months ago
  8. bc321ef util: wireguard is merged into upstream kernel by Yu Watanabe · 4 years, 10 months ago
  9. 65c005a man: substitute path to rc.local in the man page by Zbigniew Jędrzejewski-Szmek · 4 years, 10 months ago
  10. 709ab94 meson: RC_LOCAL_SCRIPT_PATH_START to RC_LOCAL_PATH by Zbigniew Jędrzejewski-Szmek · 4 years, 10 months ago
  11. 18ddc41 socket-proxy: allow localhost addresses by Zbigniew Jędrzejewski-Szmek · 4 years, 10 months ago
  12. 3e36cd9 sd-bus: allow localhost addresses by Zbigniew Jędrzejewski-Szmek · 4 years, 10 months ago
  13. a4bf35c fstab-generator: add 'nofail' when NFS 'bg' option is used by Franck Bui · 4 years, 10 months ago
  14. 277b8bb busctl: add missing shortopt -l by Juergen Hoetzel · 4 years, 10 months ago
  15. 361950e socket-util: reset length argument for second getsockopt call in fd_[gs]et_rcvbuf by Christian Göttsche · 4 years, 10 months ago
  16. 5f6e511 test: use pclose() for popen() by Zbigniew Jędrzejewski-Szmek · 4 years, 10 months ago
  17. 4671683 core: propagate unit start limit hit state to triggering path unit by Lennart Poettering · 4 years, 11 months ago
  18. 8c304d2 core: propagate triggered unit in more load states by Lennart Poettering · 4 years, 11 months ago
  19. 387881a bootctl: handle if LoaderSystemToken is invalid for some reason by Lennart Poettering · 4 years, 10 months ago
  20. 585352e test-fileio: test test strings with shell, too by Lennart Poettering · 4 years, 11 months ago
  21. c9d5938 test-env-file: add test that tests our env file read + writer + shell against each other by Lennart Poettering · 4 years, 11 months ago
  22. 08ecffc env-file: bring our decoding of double-quoted strings in env files in line with shell by Lennart Poettering · 4 years, 11 months ago
  23. d8ad5893 test-fileio: use test strings that are actually valid in shell by Lennart Poettering · 4 years, 11 months ago
  24. dcb2600 man: document that RemainAfterElapse=no means that also the triggered unit needs to deactivate by Lennart Poettering · 4 years, 11 months ago
  25. 1557cfc hashmap: make sure to initialize shared hash key atomically by Lennart Poettering · 4 years, 11 months ago
  26. 0db378d man: document the random delay of persistent timers by Nazar Vinnichuk · 4 years, 11 months ago
  27. 1c12ac4 backlight: do not claim that ID_BACKLIGHT_CLAMP= property is not set by Yu Watanabe · 4 years, 11 months ago
  28. 629fc8a fs-util,tmpfiles: fix error handling of fchmod_opath() by Lennart Poettering · 4 years, 11 months ago
  29. b383782 ethtool-util: don't pass error value that isn't used to log_syntax by Lennart Poettering · 4 years, 11 months ago
  30. cb2468e cryptsetup: Fix null pointer dereference (#16987) by Mikael Szreder · 4 years, 11 months ago
  31. 7ed17b6 core: fix set keep caps for ambient capabilities by Tobias Kaufmann · 4 years, 12 months ago
  32. 7ca8684 core: fix comments on ambient capabilities by Tobias Kaufmann · 4 years, 12 months ago
  33. 3ac33a9 network: make log_link_error() or friends return void by Yu Watanabe · 4 years, 11 months ago
  34. ab329f0 core: make log_unit_error() or friends return void by Yu Watanabe · 4 years, 11 months ago
  35. e9f7e2a udev: do not discard const qualifier by Yu Watanabe · 4 years, 11 months ago
  36. 649c4e1 sd-device: make log_device_error() or friends return void by Yu Watanabe · 4 years, 11 months ago
  37. 54222bd udev: explicitly specify return value by Yu Watanabe · 4 years, 11 months ago
  38. 87bccc4 udev: return negative errno for invalid EVDEV_ABS_XXX= property by Yu Watanabe · 4 years, 11 months ago
  39. 2d646e9 udev: make log_rule_error() or friends return void by Yu Watanabe · 4 years, 11 months ago
  40. 1ddd500 network: do not start device monitor if /sys is read-only by Yu Watanabe · 4 years, 11 months ago
  41. e81f992 util: try to set with SO_{RCV,SND}BUFFORCE when requested size is larger than the kernel limit by Yu Watanabe · 4 years, 11 months ago
  42. b500049 util: refuse to set too large value for socket buffer size by Yu Watanabe · 4 years, 11 months ago
  43. 799e2c5 network: ignore error on increasing netlink receive buffer size by Yu Watanabe · 4 years, 11 months ago
  44. f56cecb tree-wide: if get_block_device() returns zero devno, check for it in all cases by Lennart Poettering · 4 years, 11 months ago
  45. f18c9eb btrfs: if BTRFS_IOC_DEV_INFO returns /dev/root generate a friendly error message by Lennart Poettering · 4 years, 11 months ago
  46. 5c60d4e basic/log: make log_{info,warning,...} return void by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  47. 32ddf4c tree-wide: correct cases where return log_{error,warning} is used without value by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  48. 2bd5465 test-execute/exec-dynamicuser-statedir.service: fix quoting by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  49. b043cd3 man: fix quickhelp listing in sysusers.d(5) by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  50. d408170 homed: remember the secret even when the for_state is FIXATING_FOR_ACQUIRE by Gibeom Gwon · 4 years, 11 months ago
  51. a46a818 coredump: don't convert s → µs twice by Lennart Poettering · 4 years, 11 months ago
  52. fe01ff0 firstboot: fill empty color if ansi_color unavailable from os-release by afg · 4 years, 11 months ago
  53. 7928e81 varlink: do not parse invalid messages twice by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  54. 1b61771 userdbctl: add forgotten --output mode in help by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  55. cd53c7a shared/{user,group}-record-nss: adjust filtering of "valid" passwords by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  56. 54948d4 resolved: make sure we initialize t->answer_errno before completing the transaction by Lennart Poettering · 4 years, 11 months ago
  57. 2cba282 src/shared/dissect-image.c: fix build without blkdid (#16901) by Fabrice Fontaine · 4 years, 11 months ago
  58. f1d740f analyze: fix error handling in one case by Lennart Poettering · 4 years, 11 months ago
  59. 4db76e1 units: add missing usb-gadget.target by Kyle Russell · 4 years, 11 months ago
  60. e88aec2 login/logind: Include sys/stat.h for struct stat usage by Ikey Doherty · 4 years, 11 months ago
  61. 2cae291 partition/makefs: Include missing sys/file.h header by Ikey Doherty · 4 years, 11 months ago
  62. 2a6d744 man: clarify that several networkctl commands takes device names by Yu Watanabe · 4 years, 11 months ago
  63. 1b5d694 networkctl: label command does not take any argument by Yu Watanabe · 4 years, 11 months ago
  64. 31d8018 missing: Add new Linux capability by Michal Koutný · 4 years, 11 months ago
  65. 4139509 tty-ask-pw-agent: properly propagate error by Lennart Poettering · 4 years, 11 months ago
  66. e991545 tty-ask-pw-agent: the message string might not be set by Lennart Poettering · 4 years, 11 months ago
  67. 7a301e7 tty-ask-pw-agent: make sure "--list" works correctly by Lennart Poettering · 4 years, 11 months ago
  68. f6dfd63 add "list" verb to autocompleted commands by Olivier Le Moal · 4 years, 11 months ago
  69. 858b4de shell-completion/zsh: add missing verbs for networkctl by Olivier Le Moal · 4 years, 11 months ago
  70. 6a30d4e path: Improve $PATH search directory case by Chris Down · 4 years, 11 months ago
  71. 0752452 path: Skip directories when finalising $PATH search by Chris Down · 4 years, 11 months ago
  72. 7d250c4 rules: don't install 80-drivers.rules when kmod is disabled by Alec Moskvin · 4 years, 12 months ago
  73. 2d0e391 zsh: correct journalctl command completion parsing by Ronan Pigott · 4 years, 11 months ago
  74. 77dddec basic/missing_syscall: fix syscall numbers for arm64 :( by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  75. 79638f6 shared/install: fix preset operations for non-service instantiated units by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  76. c116a08 nss-resolve: treat BUS_ERROR_NO_SUCH_UNIT the same as SD_BUS_ERROR_SERVICE_UNKNOWN too by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  77. 41eae5c various: treat BUS_ERROR_NO_SUCH_UNIT the same as SD_BUS_ERROR_SERVICE_UNKNOWN by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  78. 4fe8174 man: drop reference to long gone .busname unit type by Lennart Poettering · 4 years, 11 months ago
  79. 053643c man: fix a fix of a typo in systemd.service example by Jan Chren · 4 years, 11 months ago
  80. 5eaa4c2 man: fix invalid tag place by Yu Watanabe · 4 years, 11 months ago
  81. 590b9f5 user-runtime-dir: deal gracefully with missing logind properties by Lennart Poettering · 4 years, 11 months ago
  82. b92dbd6 shared/seccomp: do not use ifdef guards around textual syscall names by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  83. 52634da machine-id-setup: don't use KVM or container manager supplied uuid if in chroot env by Lennart Poettering · 4 years, 11 months ago
  84. 88e2951 man: Fix typo in systemd-tmpfiles by Phaedrus Leeds · 4 years, 11 months ago
  85. 7fa2a93 homed: downgrade quota message in containers by Lennart Poettering · 4 years, 11 months ago
  86. 1997c27 analyze-security: do not assign badness to filtered-out syscalls by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago
  87. 6cf2ec5 load-fragment: fix grammar in error messages by Alyssa Ross · 4 years, 11 months ago
  88. 19bfb80 missing_syscall: do not use function name that may conflict with glibc by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  89. c8983df missing_syscall: fix pidfd_{send_signal,open} numbers for alpha by Zbigniew Jędrzejewski-Szmek · 4 years, 11 months ago
  90. 9d3eb21 test: accept that char device 0/0 can now be created witout privileges by Lennart Poettering · 4 years, 11 months ago
  91. 31c8592 tools/make-man-index: fix purpose text that contains tags by Haochen Tong · 4 years, 11 months ago
  92. 458129f Newer Glibc use faccessat2 to implement faccessat by Michael Scherer · 4 years, 11 months ago
  93. 5b26b48 man: fix incorrectly placed full stop by Lennart Poettering · 4 years, 12 months ago
  94. 5632081 bless-boot: add missing verb to --help by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago
  95. 673ef78 user-record: deal with invalid GECOS fields gracefully by Lennart Poettering · 4 years, 12 months ago
  96. b9f2395 user-util: add mangle_gecos() call for turning strings into fields suitable as GECOS fields by Lennart Poettering · 4 years, 12 months ago
  97. 581c5df fix typo in systemctl help by Matt Fenwick · 4 years, 12 months ago
  98. 42f3294 _sd-common.h: avoid parsing errors with Coverity by Kamil Dudka · 4 years, 12 months ago
  99. 79712e7 analyze: fix 'cat-config systemd/zram-generator.conf' by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago
  100. 592f038 man: describe that changing Storage= does not move existing data by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago