1. e128723 Merge pull request #16566 from poettering/nspawn-osrelease-fixes by Yu Watanabe · 4 years, 4 months ago v246-rc2
  2. a8bd4ba Merge pull request #16567 from keszybz/more-news by Yu Watanabe · 4 years, 4 months ago
  3. 199a892 selinux: handle getcon_raw producing a NULL pointer, despite returning 0 by Axel Rasmussen · 4 years, 4 months ago
  4. d05f7b5 semaphoreci: update Debian release to bullseye by Dan Streetman · 4 years, 4 months ago
  5. 38821a0 update TODO by Lennart Poettering · 4 years, 4 months ago
  6. d64e32c nspawn: rework how /run/host/ is set up by Lennart Poettering · 4 years, 4 months ago
  7. 62b0ee9 portabled: update host's os-release path by Luca Boccassi · 4 years, 4 months ago
  8. 98aac2a doc: update os-release spec with new path for container host's file by Luca Boccassi · 4 years, 4 months ago
  9. 5497196 NEWS: fix typo in path by Luca Boccassi · 4 years, 4 months ago
  10. d130181 nspawn: add missing spdx header by Lennart Poettering · 4 years, 4 months ago
  11. e976945 Merge pull request #16561 from yuwata/test-ordered-set by Lennart Poettering · 4 years, 4 months ago
  12. 8047ac8 core: clean more env vars from env block pid1 receives by Lennart Poettering · 4 years, 4 months ago
  13. 337f0b0 NEWS: reorder entries a bit and add a few items by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  14. 8b25484 NEWS: update contributors list for v246-pre by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  15. c015d65 hwdb: update again for v246 by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  16. b226422 firstboot: don't create /etc/passwd with mode 000 by Lennart Poettering · 4 years, 4 months ago
  17. 2a2e78e nspawn: fix MS_SHARED mount propagation for userns containers by Lennart Poettering · 4 years, 4 months ago
  18. fe22466 Update mkosi.ubuntu to 'focal' by szb512 · 4 years, 4 months ago
  19. 6f5d73a network: compare with peer address if it is specified by Yu Watanabe · 4 years, 4 months ago
  20. 01b9294 Merge pull request #16532 from yuwata/network-sync-state-file by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  21. d4fa049 test-ordered-set: add a case where we get 0 for duplicate entries by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  22. 5cf821a man: do not say that isolate is like switching runlevels by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  23. 402e1e6 Merge pull request #16557 from keszybz/two-ci-fixes by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  24. 2645d4b test: clarify that ordered_set_put() returns -EEXIST if entry is duplicated by Yu Watanabe · 4 years, 4 months ago
  25. 0390b09 meson: do not choke on time epoch when there are no git tags by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  26. 960a646 semaphore: pull in tree explicitly by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  27. 495454f update NEWS by Lennart Poettering · 4 years, 4 months ago
  28. 82ff544 Merge pull request #16496 from DaanDeMeyer/firstboot-shell by Lennart Poettering · 4 years, 4 months ago
  29. bd19089 Get SOURCE_EPOCH from the latest git tag instead of NEWS by Daan De Meyer · 4 years, 4 months ago
  30. 00b868e Merge pull request #16542 from keszybz/make-targets-fail-again by Lennart Poettering · 4 years, 4 months ago
  31. c3f8a06 execute: take ownership of more fields in ExecParameters by Lennart Poettering · 4 years, 4 months ago
  32. 28900a1 firstboot: Add --root-shell option by Daan De Meyer · 4 years, 4 months ago
  33. c4a53eb firstboot: Tighten up passwd/shadow handling by Daan De Meyer · 4 years, 4 months ago
  34. 94d1ddb pid1: target units can fail through dependencies by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  35. 74c8e3c Revert "units: drop OnFailure= from .target units" by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  36. 771b524 core/job: adjust whitespace and comment by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  37. 7f8c1e9 test-network: add test for duplicated IPv6Token= by Yu Watanabe · 4 years, 4 months ago
  38. 2c62149 network: ndisc: ignore duplicated IPv6Token= by Yu Watanabe · 4 years, 4 months ago
  39. 92ee90a network: ndisc: do not store duplicated data in Set by Yu Watanabe · 4 years, 4 months ago
  40. 3bb4126 Merge pull request #16536 from poettering/time-clock-map-fixes by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  41. 3dbd8a1 util: use IN6_ARE_ADDR_EQUAL() macro by Yu Watanabe · 4 years, 4 months ago
  42. f91b234 test-network: drop unnecessary sleep() in NetworkdStateFileTests.test_state_file by Yu Watanabe · 4 years, 4 months ago
  43. 1b14222 network: make bus methods sync link state file by Yu Watanabe · 4 years, 4 months ago
  44. c2a6595 network: introduce link_save_and_clean() by Yu Watanabe · 4 years, 4 months ago
  45. f281fc1 tree-wide: use siphash24_compress_string() where it is applicable by Yu Watanabe · 4 years, 4 months ago
  46. 1c568d6 util: introduce siphash24_compress_string() by Yu Watanabe · 4 years, 4 months ago
  47. 6c04fcc util: make siphash24_compress_boolean() inline by Yu Watanabe · 4 years, 4 months ago
  48. e3643b0 test-path: decrease variable scope by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  49. 8f8c780 test: increase timeout for test-path by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  50. 2859bb9 Merge pull request #16530 from yuwata/udev-fix-race-in-renaming-network-interface by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  51. 63fdaa3 Merge pull request #16407 from bluca/verity_reuse by Lennart Poettering · 4 years, 4 months ago
  52. 8fa2cd8 Revert "man: add note about systemd-vconsole-setup.service and tty as input/output" by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  53. 2aa5a13 test: adapt test-functions for SUSE by Elisei Roca · 4 years, 4 months ago
  54. f25e9ed Merge pull request #16514 from keszybz/zstd-decompress-fix by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  55. b876b07 Merge pull request #16540 from poettering/acl-fix by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  56. ac1f3ad verity: re-use already open devices if the hashes match by Luca Boccassi · 4 years, 5 months ago
  57. 5368794 dm-util: use CRYPT_DEACTIVATE_DEFERRED instead of ioctl by Luca Boccassi · 4 years, 4 months ago
  58. d81be4e coredump: port to use common add_acls_for_user() by Lennart Poettering · 4 years, 4 months ago
  59. 2ea6247 acl-util: fix error handling in add_acls_for_user() by Lennart Poettering · 4 years, 4 months ago
  60. 0026743 offline-passwd: use chase_symlinks() by Lennart Poettering · 4 years, 4 months ago
  61. 628db21 update TODO by Lennart Poettering · 4 years, 4 months ago
  62. 0da322d man: update docs with the new functions and other enhancements by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  63. 7cbb7d6 homectl: fix warning about unused function by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  64. 06847d0 TODO: add entry for XZ by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  65. e4a321f journal/compress: remove loop in decompress_startswith_zstd() by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  66. a241532 journal/compress: fix zstd decompression with capped output size by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  67. b4a11ca journal: use -EPROTONOSUPPORT for unknown compression by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  68. 76cbafc sd-journal: when enumerating, continue even after an inaccessible field by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  69. 04dffc0 user-util: indentation fix by Lennart Poettering · 4 years, 4 months ago
  70. 58afc4f core: don't acquire dual timestamp needlessly if we don't need it in .timer handling by Lennart Poettering · 4 years, 4 months ago
  71. d3926f9 test: add basic test for clock mapping by Lennart Poettering · 4 years, 4 months ago
  72. 7c0eb30 time-util: rework clock conversion logic by Lennart Poettering · 4 years, 4 months ago
  73. 4c96757 update NEWS by Lennart Poettering · 4 years, 4 months ago
  74. 6456daf Merge pull request #16504 from poettering/read-file-ipc by Lennart Poettering · 4 years, 4 months ago
  75. c400d04 import: always prefer GNU tar, to avoid cmdline incompatibilities by Lennart Poettering · 4 years, 4 months ago
  76. 3177b92 fileio: add brief explanations for flags by Lennart Poettering · 4 years, 4 months ago
  77. 49f1628 tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various places by Lennart Poettering · 4 years, 4 months ago
  78. c668aa8 fileio: allow to read base64/hex data as strings by Lennart Poettering · 4 years, 4 months ago
  79. b93d3f6 fileio: add support for read_full_file() on AF_UNIX stream sockets by Lennart Poettering · 4 years, 4 months ago
  80. f294470 fileio: add explicit flag for generating world executable warning when reading file by Lennart Poettering · 4 years, 4 months ago
  81. 2e3e275 Merge pull request #16519 from yuwata/networkctl-altnames by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  82. 739b9a4 Merge pull request #16353 from yuwata/network-dns-sni by Zbigniew Jędrzejewski-Szmek · 4 years, 4 months ago
  83. 28266c4 udev: drop unnecessary checks by Yu Watanabe · 4 years, 4 months ago
  84. ae353ec udev: save ID_RENAMING= property to database before renaming network interface by Yu Watanabe · 4 years, 4 months ago
  85. 1cdea1a network: update one log message by Yu Watanabe · 4 years, 4 months ago
  86. 08de6f9 test: run systemd-dissect and systemd-run with log level debug in TEST-50-DISSECT by Luca Boccassi · 4 years, 4 months ago
  87. 3a978b3 logind: Fix org.freedesktop.login1.set-reboot-to-boot-loader-menu saving to the wrong file in the non EFI case by Hans de Goede · 4 years, 4 months ago
  88. ddbab78 bus: use bus_log_connect_error to print error message by fangxiuning · 4 years, 4 months ago
  89. 711dd5d man: update explanation about the format to specify DNS servers by Yu Watanabe · 4 years, 4 months ago
  90. a574b7d resolvectl: use bus_message_read_in_addr_auto() by Yu Watanabe · 4 years, 4 months ago
  91. 7695e2c network, resolve: use bus_message_read_ifindex() or friends by Yu Watanabe · 4 years, 4 months ago
  92. 3dd95ab util: introduce bus_message_read_ifindex() by Yu Watanabe · 4 years, 4 months ago
  93. 10d4620 util: introduce bus_mesage_read_dns_servers() by Yu Watanabe · 4 years, 4 months ago
  94. 9760098 util: introduce helper functions to read in_addr from bus message by Yu Watanabe · 4 years, 4 months ago
  95. e293e75 util: drop duplicated inclusion of sd-bus.h by Yu Watanabe · 4 years, 4 months ago
  96. 6647967 test-network: add tests for DNS= with port number and SNI by Yu Watanabe · 4 years, 5 months ago
  97. a747e71 resolvectl: show DNS servers with port and SNI by Yu Watanabe · 4 years, 5 months ago
  98. b1881e8 resolvectl: make DNS servers can be specified with port number and SNI by Yu Watanabe · 4 years, 5 months ago
  99. 8e56ea4 resolve: add DBus properties which support DNS SNI and port number by Yu Watanabe · 4 years, 5 months ago
  100. 95ce1ba resolve: add DBus method to set DNS server with port number and SNI by Yu Watanabe · 4 years, 5 months ago