1. 78af8a7 meson: bump version numbers for v244 by Zbigniew Jędrzejewski-Szmek · 5 years ago v244-rc1
  2. 58c0663 Merge pull request #14099 from keszybz/machine-ref-unref-fix by Zbigniew Jędrzejewski-Szmek · 5 years ago
  3. b4e2236 systemd-tmpfiles: don't install timer when service isn't installed either by Pascal de Bruijn · 5 years ago
  4. 62092b2 Merge pull request #14109 from poettering/varlink-tweaks by Zbigniew Jędrzejewski-Szmek · 5 years ago
  5. f1194f5 varlink: fix enablement of varlink timeout event source by Lennart Poettering · 5 years ago
  6. c4fe0cb varlink: drop too much whitespace by Lennart Poettering · 5 years ago
  7. 88a36d3 varlink: port varlink code over to use getdtablesize() for sizing number of concurrent connections by Lennart Poettering · 5 years ago
  8. a0c41de varlink: move connection fds > fd2 by Lennart Poettering · 5 years ago
  9. 45a6c96 varlink: fix support for more/continues method calls by Lennart Poettering · 5 years ago
  10. 6988766 machine: fold machine_stop_scope() into machine_stop() by Zbigniew Jędrzejewski-Szmek · 5 years ago
  11. eec12b7 machined: simplify reference handling for units by Zbigniew Jędrzejewski-Szmek · 5 years ago
  12. a01ecfa machine: simplify machine_start_scope() by Zbigniew Jędrzejewski-Szmek · 5 years ago
  13. af22794 machine: make machine_start_scope() static by Zbigniew Jędrzejewski-Szmek · 5 years ago
  14. f47bd09 nspawn: log syscalls we cannot add at debug level by Zbigniew Jędrzejewski-Szmek · 5 years ago
  15. ec56251 man: use <constant> for capability names in nspawn page by Zbigniew Jędrzejewski-Szmek · 5 years ago
  16. 8a99bd0 nspawn: dump capability list with --capabilities=help by Zbigniew Jędrzejewski-Szmek · 5 years ago
  17. bdf2357 NEWS: add contributors for v244 by Zbigniew Jędrzejewski-Szmek · 5 years ago
  18. 6df0860 mailmap: update by Zbigniew Jędrzejewski-Szmek · 5 years ago
  19. 353a6f2 Merge pull request #14081 from poettering/xattr-list-rework by Zbigniew Jędrzejewski-Szmek · 5 years ago
  20. fd0d10f Merge pull request #14105 from keszybz/man-directives-cleanup by Zbigniew Jędrzejewski-Szmek · 5 years ago
  21. 80fc316 hwdb: Dell venue 10 pro 5055 accel mount matrix (#14104) by ksbex · 5 years ago
  22. 8c6c56c man: sort options without "=" in the directives index by Zbigniew Jędrzejewski-Szmek · 5 years ago
  23. f8b6853 man: fix a few bogus entries in directives index by Zbigniew Jędrzejewski-Szmek · 5 years ago
  24. b0343f8 man: change noindex="true" to index="false" by Zbigniew Jędrzejewski-Szmek · 5 years ago
  25. 8eb6e6e man: use <command> not <option> for commands in resolvectl(1) by Zbigniew Jędrzejewski-Szmek · 5 years ago
  26. 351de38 bootctl: make 'random-seed' handle inability to write system token EFI variable gracefully by Lennart Poettering · 5 years ago
  27. 7f95bb2 resolve: rename define fixing a typo by Zbigniew Jędrzejewski-Szmek · 5 years ago
  28. 9389a3c Merge pull request #14093 from poettering/cgroups-delegate-xattr by Zbigniew Jędrzejewski-Szmek · 5 years ago
  29. 7daa88e update TODO by Lennart Poettering · 5 years ago
  30. a2e361d cgls: visually separate processes from cgroups by Lennart Poettering · 5 years ago
  31. 74d8ccd cgls: show delegation boundaries by underlining the cgroup in the output by Lennart Poettering · 5 years ago
  32. 3288ea8 core: set "trusted.delegate" xattr on cgroups that are delegation boundaries by Lennart Poettering · 5 years ago
  33. bf25f16 cgroup-util: add new cg_remove_xattr() for removing xattr from cgroup by Lennart Poettering · 5 years ago
  34. 59a49b1 Merge pull request #14090 from poettering/clonenewns-fix by Lennart Poettering · 5 years ago
  35. 168e131 update NEWS by Lennart Poettering · 5 years ago
  36. 8490fc7 Merge pull request #14036 from keszybz/systectl-add-logs-and-watchdogs by Zbigniew Jędrzejewski-Szmek · 5 years ago
  37. 2d8898f Merge pull request #14074 from keszybz/rename-system-options by Zbigniew Jędrzejewski-Szmek · 5 years ago
  38. 6d19b71 core: don't insist on ProtectHostname= if unshare() is blocked by Lennart Poettering · 5 years ago
  39. 4e67759 core: be more lenient when checking whether sandboxing is necessary by Lennart Poettering · 5 years ago
  40. e884e00 errno-util: add ERRNO_IS_PRIVILEGE() helper by Lennart Poettering · 5 years ago
  41. 206a29b id128: fix initializer element is not constant by Anita Zhang · 5 years ago
  42. b82e818 test: make sure our tests get exclusive TTY access by Lennart Poettering · 5 years ago
  43. faf1bb8 Merge pull request #14085 from poettering/ask-password-api by Lennart Poettering · 5 years ago
  44. fbcb630 pam_systemd: prolong method call timeout when allocating session by Lennart Poettering · 5 years ago
  45. cbfc328 Merge pull request #14078 from poettering/cryptsetup-fixlets by Zbigniew Jędrzejewski-Szmek · 5 years ago
  46. 321c911 Merge pull request #14079 from poettering/pam-systemd-fixlets by Zbigniew Jędrzejewski-Szmek · 5 years ago
  47. 08de195 udev: do not propagate error in executing PROGRAM and IMPORT{program} by Yu Watanabe · 5 years ago
  48. 09a6b4f ask-password: skip kernel keyring logic if we see EPERM by Lennart Poettering · 5 years ago
  49. e6376b6 errno: add new ERRNO_IS_NOT_SUPPORTED() helper by Lennart Poettering · 5 years ago
  50. 83412d3 test-copy: test that xattrs are properly copied by Lennart Poettering · 5 years ago
  51. f9bbb4d copy: port over to flistxattr_malloc() and fgetxattr_malloc() by Lennart Poettering · 5 years ago
  52. 7de2d2e xattr-util: add flistxattr_malloc() that returns a NULSTR by Lennart Poettering · 5 years ago
  53. 6ac99d9 xattr-util: modernize getxattr_malloc() a bit by Lennart Poettering · 5 years ago
  54. 25f9288 update TODO by Lennart Poettering · 5 years ago
  55. c336dc2 Merge pull request #14080 from poettering/table-uid-pid by Zbigniew Jędrzejewski-Szmek · 5 years ago
  56. 9120aa8 cryptsetup: use STR_IN_SET() where appropriate by Lennart Poettering · 5 years ago
  57. 9c5253f cryptsetup: minor coding style clean-ups by Lennart Poettering · 5 years ago
  58. dca81e2 pam_systemd: add one more assert by Lennart Poettering · 5 years ago
  59. 8d46418 pam_systemd: don't use PAM_SYSTEM_ERR for something that isn't precisely a system error by Lennart Poettering · 5 years ago
  60. 1798f5a pam-systemd: voidify pam_get_item() calls by Lennart Poettering · 5 years ago
  61. 42e6680 pam-systemd: remove duplicate error logging by Lennart Poettering · 5 years ago
  62. 805f2df1 login: port tables over to use TABLE_UID/TABLE_PID by Lennart Poettering · 5 years ago
  63. b26c0b6 format-table: add UID/GID output support to format-table.h by Lennart Poettering · 5 years ago
  64. d9608d4 pam-systemd: include PAM error code in all our log messages where that makes sense by Lennart Poettering · 5 years ago
  65. 88b8600 NEWS: SendRawOption= -> SendOption= by Yu Watanabe · 5 years ago
  66. b014a61 Merge pull request #14064 from yuwata/network-unify-send-option-and-send-raw-option by Zbigniew Jędrzejewski-Szmek · 5 years ago
  67. 3049e6a Merge pull request #14030 from keszybz/path-no-trigger by Zbigniew Jędrzejewski-Szmek · 5 years ago
  68. fe67137 Merge pull request #14007 from keszybz/tasks-max-dynamic by Zbigniew Jędrzejewski-Szmek · 5 years ago
  69. 2536752 Rename "system-options" to "systemd-efi-options" by Zbigniew Jędrzejewski-Szmek · 5 years ago
  70. cc560ac NEWS: fix antique typo by Zbigniew Jędrzejewski-Szmek · 5 years ago
  71. b289de2 bootctl: update --help text by Zbigniew Jędrzejewski-Szmek · 5 years ago
  72. 93e63b2 core/path: minor simplification by Zbigniew Jędrzejewski-Szmek · 5 years ago
  73. c9fdaed man: add entry about SpeedMeter= by Yu Watanabe · 5 years ago
  74. f0beb6f udev: silence warning about PROGRAM+= or IMPORT+= rules by Yu Watanabe · 5 years ago
  75. a1db5bb man: add entry for systemd-id128 --uuid by Zbigniew Jędrzejewski-Szmek · 5 years ago
  76. 4d985a3 systemctl: whitespace optimization of --help by Zbigniew Jędrzejewski-Szmek · 5 years ago
  77. 26e1e97 analyze: deprecate the commands moved to systemctl by Zbigniew Jędrzejewski-Szmek · 5 years ago
  78. 6ab8631 systemctl: add service-watchdogs command by Zbigniew Jędrzejewski-Szmek · 5 years ago
  79. 6962cf2 analyze: adjust the description of the default verb by Zbigniew Jędrzejewski-Szmek · 5 years ago
  80. 38fcb7f systemctl: add log-level and log-target commands by Zbigniew Jędrzejewski-Szmek · 5 years ago
  81. dc11d2b udevadm: ignore EROFS and return earlier by Yu Watanabe · 5 years ago
  82. 0e96961 network: unify config_parse_dhcp_server_option_data() and config_parse_dhcp_send_option() by Yu Watanabe · 5 years ago
  83. 461dbb2 dhcp: remove struct sd_dhcp_raw_option by Yu Watanabe · 5 years ago
  84. d8b736b network: rename SendRawOption= to SendOption= by Yu Watanabe · 5 years ago
  85. 0b15d12 Merge pull request #14040 from poettering/root-mount-deps by Zbigniew Jędrzejewski-Szmek · 5 years ago
  86. c00c3b6 network: add more error logs by Yu Watanabe · 5 years ago
  87. f0f3a0b Merge pull request #14046 from poettering/id128-uuid by Zbigniew Jędrzejewski-Szmek · 5 years ago
  88. 353b2ba tree-wide: clean up --help texts a bit by Lennart Poettering · 5 years ago
  89. d7cf8c2 core/path: fix spurious triggering of PathExists= on restart/reload by Zbigniew Jędrzejewski-Szmek · 5 years ago
  90. 7a16cd4 core/path: serialize the previous_exists state by Zbigniew Jędrzejewski-Szmek · 5 years ago
  91. ce0d4c4 Merge pull request #14056 from yuwata/dhcp-debug-logs by Yu Watanabe · 5 years ago
  92. a287013 Merge pull request #14055 from yuwata/network-send-option-takes-type-field by Zbigniew Jędrzejewski-Szmek · 5 years ago
  93. bf9012b sd-dhcp-client: anonymize DHCPDISCOVER (fixes #13992) by Serge · 5 years ago
  94. a339859 dhcp6: add debug logs by Yu Watanabe · 5 years ago
  95. 944e23b dhcp4: propagate error in restarting DHCPv4 client by Yu Watanabe · 5 years ago
  96. f515c34 dhcp4: add debug logs by Yu Watanabe · 5 years ago
  97. 586ec93 network: make SendOption= also take type field by Yu Watanabe · 5 years ago
  98. 2e5580a network: rename DHCPRawOption to DHCPOptionDataType by Yu Watanabe · 5 years ago
  99. 599e10a network: fix logged error value by Yu Watanabe · 5 years ago
  100. 62a7c36 network: fix indentation by Yu Watanabe · 5 years ago