systemd v246
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEXCUbX8VOsvgPQHqqxUyjNs/rVX4FAl8jGVsACgkQxUyjNs/r
VX5p+BAAhUPL2sBkg72stwfpL2kAzG1sYj43X6TMyzex2ExffnZ/0/44Cy1MFsIL
7IL67e7ukVhUSsJO4wo4FnmslpWtF9lkTGHJcwXi//Tp9X5k8NeyUFD5PZXah1sH
T0fI7QCHAWSMFYr2JSRvLfaEdwHUHQ42CloYmW0U6DsLbrYo4zvIFHb08cukS1oV
0B31/vwDywO4mu/GCrJ7iXsTm3AHUqwH1I/2RYycOC1QzLS2fAzd7BMKInLgoMqr
W6iYSkwF01YOfl2+eVQkwBw9cewDURruRZd90IgiKsXuTLW1ErufvcwqMXP28zl0
pTA9rYU/0Ck/IZDoJqjJN/md0X7D2R157vi66XNzksosg2TNiFO5Nw38Fz4VAKTZ
EnsTyMS2PgAxFuo/lBTTPX1XPSSMjRSeTngQH24aeqscSpUoknitNdMrg0C8a18L
CDT3C9gKHpJELFpDPKZOzWPUbWf4sV2Rt4ErZl/iwRO83clsZixZ9pU8GKziGQ2v
5oY00VvKPmfKKcN6KfomQgJUlsrg8cZ5m/w3do/WltT4hFfMBiP9R2wfbJixQIFt
GvGFRsykIPhJWMI57J5GD6CO0oemydVCwk4Rm322h9sDFNJnUXq1r3DG7U8/pBrF
V7BjYFP/1ngm6q8qgRD+GN/3QD45fhcfTP+tWnnGXNheKRp0Px4=
=Txx7
-----END PGP SIGNATURE-----
  1. cae1e8f loop-device: implicitly sync device on detach by Lennart Poettering · 4 years, 12 months ago
  2. 3660da1 Merge pull request #16624 from keszybz/timesync-retry-interval by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago
  3. e7e9542 udev: fix codesonar warnings by Amitanand.Chikorde · 4 years, 12 months ago
  4. b67ec8e pid1: stop limiting size of /dev/shm by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago
  5. 2f2c60d path-util: make use of TAKE_PTR() where we can by Lennart Poettering · 4 years, 12 months ago
  6. c8f3d76 repart: log fixes by Lennart Poettering · 4 years, 12 months ago
  7. 5919bd3 timesync: increase retry interval more slowly by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago
  8. 2ac7eec network: fix use of uninitialized value by Yu Watanabe · 4 years, 12 months ago
  9. b209cff network: Fix "Unknown section 'DHCPv6PrefixDelegation'." message by Michael Marley · 4 years, 12 months ago
  10. 0cfb490 Merge pull request #16585 from yuwata/network-dhcp6-fixes by Lennart Poettering · 4 years, 12 months ago
  11. ee56c07 Merge pull request #16590 from keszybz/test-fs-util-relax by Lennart Poettering · 4 years, 12 months ago
  12. f852823 Merge pull request #16576 from keszybz/bump-tmp-size by Lennart Poettering · 4 years, 12 months ago
  13. b1d666a test-cgroup-util: Handle result=NULL as empty string by Gaurav Singh · 4 years, 12 months ago
  14. f649325 firstboot: Update help string with --root-shell options by Daan De Meyer · 4 years, 12 months ago
  15. c550cb7 test-sleep: add more logging, show secure boot mode by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago
  16. 362a55f Bump /tmp size back to 50% of RAM by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago
  17. 99e015e network: rename settings about DHCPv6 Prefix Delegation by Yu Watanabe · 4 years, 12 months ago
  18. 61c0ef4 network: make RADVPrefixDelegation enum bitfield by Yu Watanabe · 4 years, 12 months ago
  19. ea121d8 network: update address infomation even if link is in failed or linger state by Yu Watanabe · 5 years ago
  20. e552651 network: do not assume static addresses are configured by Yu Watanabe · 5 years ago
  21. 15797d6 network: check at least one dynamic address is assigned when DHCP is enabled by Yu Watanabe · 5 years ago
  22. 1633c45 network: dhcp6: drop addresses and delegated prefixes on client stop by Yu Watanabe · 5 years ago
  23. 1c09d84 network: rename ipv4ll_address -> ipv4ll_address_configured by Yu Watanabe · 5 years ago
  24. b0b9776 network: ndisc: also remove old DNSSL or RDNSS records after an SLAAC address is ready by Yu Watanabe · 5 years ago
  25. 69203fb network: ndisc: remove old addresses and routes after at least one SLAAC address becomes ready by Yu Watanabe · 5 years ago
  26. 6e537f6 network: dhcp4: release old lease after the new address become ready by Yu Watanabe · 5 years ago
  27. 80b0e86 network: make address/route_configure optionally return created Address/Route object by Yu Watanabe · 5 years ago
  28. 8eec0b9 network: set key destructor in several hash_ops by Yu Watanabe · 5 years ago
  29. 5f58af2 network: make link_check_ready() return earlier if the link is not in 'configuring' state by Yu Watanabe · 5 years ago
  30. 3336e94 network: ndisc: do not set configured flags when addresses or routes are not assigned yet by Yu Watanabe · 5 years ago
  31. 5d8c3ec network: make link enter failed state if address_update() failed by Yu Watanabe · 5 years ago
  32. 97f0007 network: introduce callback called when an address becomes ready by Yu Watanabe · 5 years ago
  33. 3606ca6 network: add debug log for configuring address by Yu Watanabe · 5 years ago
  34. c21ed68 test-ndisc-rs: increase timeouts by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago
  35. 500727c test-path: increase timeout by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago
  36. 933ab81 test-fs-util: do not assume /dev is always real by Zbigniew Jędrzejewski-Szmek · 4 years, 12 months ago
  37. 31363bd firstboot: Check if the given shell exists by Daan De Meyer · 4 years, 12 months ago
  38. 97efde6 network: radv: Send RA on newly-added dynamic prefix by Michael Marley · 4 years, 12 months ago
  39. c8f12ab Fix clang-11 issues by Christian Göttsche · 4 years, 12 months ago
  40. f527c6f resolvectl: fix older resolved or networkd support to set DNS servers by Yu Watanabe · 5 years ago
  41. e128723 Merge pull request #16566 from poettering/nspawn-osrelease-fixes by Yu Watanabe · 5 years ago v246-rc2
  42. 199a892 selinux: handle getcon_raw producing a NULL pointer, despite returning 0 by Axel Rasmussen · 5 years ago
  43. d64e32c nspawn: rework how /run/host/ is set up by Lennart Poettering · 5 years ago
  44. 62b0ee9 portabled: update host's os-release path by Luca Boccassi · 5 years ago
  45. d130181 nspawn: add missing spdx header by Lennart Poettering · 5 years ago
  46. e976945 Merge pull request #16561 from yuwata/test-ordered-set by Lennart Poettering · 5 years ago
  47. 8047ac8 core: clean more env vars from env block pid1 receives by Lennart Poettering · 5 years ago
  48. b226422 firstboot: don't create /etc/passwd with mode 000 by Lennart Poettering · 5 years ago
  49. 2a2e78e nspawn: fix MS_SHARED mount propagation for userns containers by Lennart Poettering · 5 years ago
  50. 6f5d73a network: compare with peer address if it is specified by Yu Watanabe · 5 years ago
  51. 01b9294 Merge pull request #16532 from yuwata/network-sync-state-file by Zbigniew Jędrzejewski-Szmek · 5 years ago
  52. d4fa049 test-ordered-set: add a case where we get 0 for duplicate entries by Zbigniew Jędrzejewski-Szmek · 5 years ago
  53. 2645d4b test: clarify that ordered_set_put() returns -EEXIST if entry is duplicated by Yu Watanabe · 5 years ago
  54. 82ff544 Merge pull request #16496 from DaanDeMeyer/firstboot-shell by Lennart Poettering · 5 years ago
  55. 00b868e Merge pull request #16542 from keszybz/make-targets-fail-again by Lennart Poettering · 5 years ago
  56. c3f8a06 execute: take ownership of more fields in ExecParameters by Lennart Poettering · 5 years ago
  57. 28900a1 firstboot: Add --root-shell option by Daan De Meyer · 5 years ago
  58. c4a53eb firstboot: Tighten up passwd/shadow handling by Daan De Meyer · 5 years ago
  59. 94d1ddb pid1: target units can fail through dependencies by Zbigniew Jędrzejewski-Szmek · 5 years ago
  60. 771b524 core/job: adjust whitespace and comment by Zbigniew Jędrzejewski-Szmek · 5 years ago
  61. 2c62149 network: ndisc: ignore duplicated IPv6Token= by Yu Watanabe · 5 years ago
  62. 92ee90a network: ndisc: do not store duplicated data in Set by Yu Watanabe · 5 years ago
  63. 3bb4126 Merge pull request #16536 from poettering/time-clock-map-fixes by Zbigniew Jędrzejewski-Szmek · 5 years ago
  64. 3dbd8a1 util: use IN6_ARE_ADDR_EQUAL() macro by Yu Watanabe · 5 years ago
  65. 1b14222 network: make bus methods sync link state file by Yu Watanabe · 5 years ago
  66. c2a6595 network: introduce link_save_and_clean() by Yu Watanabe · 5 years ago
  67. f281fc1 tree-wide: use siphash24_compress_string() where it is applicable by Yu Watanabe · 5 years ago
  68. 1c568d6 util: introduce siphash24_compress_string() by Yu Watanabe · 5 years ago
  69. 6c04fcc util: make siphash24_compress_boolean() inline by Yu Watanabe · 5 years ago
  70. e3643b0 test-path: decrease variable scope by Zbigniew Jędrzejewski-Szmek · 5 years ago
  71. 8f8c780 test: increase timeout for test-path by Zbigniew Jędrzejewski-Szmek · 5 years ago
  72. 2859bb9 Merge pull request #16530 from yuwata/udev-fix-race-in-renaming-network-interface by Zbigniew Jędrzejewski-Szmek · 5 years ago
  73. 63fdaa3 Merge pull request #16407 from bluca/verity_reuse by Lennart Poettering · 5 years ago
  74. f25e9ed Merge pull request #16514 from keszybz/zstd-decompress-fix by Zbigniew Jędrzejewski-Szmek · 5 years ago
  75. ac1f3ad verity: re-use already open devices if the hashes match by Luca Boccassi · 5 years ago
  76. 5368794 dm-util: use CRYPT_DEACTIVATE_DEFERRED instead of ioctl by Luca Boccassi · 5 years ago
  77. d81be4e coredump: port to use common add_acls_for_user() by Lennart Poettering · 5 years ago
  78. 2ea6247 acl-util: fix error handling in add_acls_for_user() by Lennart Poettering · 5 years ago
  79. 0026743 offline-passwd: use chase_symlinks() by Lennart Poettering · 5 years ago
  80. 7cbb7d6 homectl: fix warning about unused function by Zbigniew Jędrzejewski-Szmek · 5 years ago
  81. e4a321f journal/compress: remove loop in decompress_startswith_zstd() by Zbigniew Jędrzejewski-Szmek · 5 years ago
  82. a241532 journal/compress: fix zstd decompression with capped output size by Zbigniew Jędrzejewski-Szmek · 5 years ago
  83. b4a11ca journal: use -EPROTONOSUPPORT for unknown compression by Zbigniew Jędrzejewski-Szmek · 5 years ago
  84. 76cbafc sd-journal: when enumerating, continue even after an inaccessible field by Zbigniew Jędrzejewski-Szmek · 5 years ago
  85. 04dffc0 user-util: indentation fix by Lennart Poettering · 5 years ago
  86. 58afc4f core: don't acquire dual timestamp needlessly if we don't need it in .timer handling by Lennart Poettering · 5 years ago
  87. d3926f9 test: add basic test for clock mapping by Lennart Poettering · 5 years ago
  88. 7c0eb30 time-util: rework clock conversion logic by Lennart Poettering · 5 years ago
  89. 6456daf Merge pull request #16504 from poettering/read-file-ipc by Lennart Poettering · 5 years ago
  90. c400d04 import: always prefer GNU tar, to avoid cmdline incompatibilities by Lennart Poettering · 5 years ago
  91. 3177b92 fileio: add brief explanations for flags by Lennart Poettering · 5 years ago
  92. 49f1628 tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various places by Lennart Poettering · 5 years ago
  93. c668aa8 fileio: allow to read base64/hex data as strings by Lennart Poettering · 5 years ago
  94. b93d3f6 fileio: add support for read_full_file() on AF_UNIX stream sockets by Lennart Poettering · 5 years ago
  95. f294470 fileio: add explicit flag for generating world executable warning when reading file by Lennart Poettering · 5 years ago
  96. 2e3e275 Merge pull request #16519 from yuwata/networkctl-altnames by Zbigniew Jędrzejewski-Szmek · 5 years ago
  97. 739b9a4 Merge pull request #16353 from yuwata/network-dns-sni by Zbigniew Jędrzejewski-Szmek · 5 years ago
  98. 28266c4 udev: drop unnecessary checks by Yu Watanabe · 5 years ago
  99. ae353ec udev: save ID_RENAMING= property to database before renaming network interface by Yu Watanabe · 5 years ago
  100. 1cdea1a network: update one log message by Yu Watanabe · 5 years ago