1. eba9b56 tree-wide: use __ prefixed gcc attributes (#10843) by Lennart Poettering · 6 years ago v236-stable
  2. 3a36e7a build-sys: disable -Wmaybe-uninitialized by Filipe Brandenburger · 6 years ago
  3. cbce67a meson: rename -Ddebug to -Ddebug-extra by Zbigniew Jędrzejewski-Szmek · 6 years ago
  4. d2da7a2 meson: also try to search gnu-efi based on EFI_MACHINE_TYPE_NAME (#8900) by Yu Watanabe · 6 years ago
  5. 2bc141b core: don't include libmount.h in a header file (#8580) by Michael Olbrich · 7 years ago
  6. a67ed5e basic/macros: rename noreturn into _noreturn_ (#8456) by Franck Bui · 7 years ago
  7. 7aac5dd Fix format-truncation compile failure by typecasting USB IDs (#8250) by Patrick Uiterwijk · 7 years ago
  8. c1d7d17 journal: Add test cases that catch out-of-bounds read in journald by Filipe Brandenburger · 6 years ago
  9. fb50f96 journal: fix out-of-bounds read CVE-2018-16866 by Filipe Brandenburger · 6 years ago
  10. 242f14c Revert "analyze: fix prototype mismatch on libseccomp-less builds (#7768)" by Zbigniew Jędrzejewski-Szmek · 7 years ago
  11. 3e14c4c tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) by Franck Bui · 7 years ago
  12. 637605d util-lib: save/restore errno in cleanup calls by Lennart Poettering · 7 years ago
  13. a27ba9b sd-radv: avoid redefinition of struct in6_addr by Hans-Christian Noren Egtvedt · 7 years ago
  14. 77760e1 missing: add bpf() define for ARM definition by Hans-Christian Noren Egtvedt · 7 years ago
  15. 627f112 missing: fix bpf() define for Tilera by Hans-Christian Noren Egtvedt · 7 years ago
  16. 27ecaca timesync: fix typo by Yu Watanabe · 7 years ago
  17. e4512bc network: fix invalid memory access in netdev_cancel_callback by Zbigniew Jędrzejewski-Szmek · 7 years ago
  18. b409bfa networkd: fix memory corruption by Lennart Poettering · 7 years ago
  19. 43af3d5 network: fix memory leak when an netdev was skipped by Zbigniew Jędrzejewski-Szmek · 7 years ago
  20. 34b15c0 networkd: call link_set_routing_policy_rule before setting routes (#7815) by Susant Sahani · 7 years ago
  21. a1cf10a sd-device: support the case that /sys is a symlink by Yu Watanabe · 7 years ago
  22. d0467ba sd-device: use chase_symlinks() by Yu Watanabe · 7 years ago
  23. 28a407a rules: Mark the kvm device as static_node (for s390x and ppc64) (#7795) by Thomas Huth · 7 years ago
  24. 6865353 logind: fix user_object_find() by Lennart Poettering · 7 years ago
  25. b618a01 core: Fix edge case when processing /proc/self/mountinfo (#7811) by rkolchmeyer · 7 years ago
  26. 5a7d288 install: search preset files in /run (#7715) by John Lin · 7 years ago
  27. af9ef98 core: RuntimeDirectory= does not request new mount namespace by Yu Watanabe · 7 years ago
  28. 2281550 Revert "core/execute: RuntimeDirectory= or friends requires mount namespace" by Yu Watanabe · 7 years ago
  29. 013fef5 systemd-udevd: fix speed/duplex processing with valid .link files (#7808) by Bruce A. Johnson · 7 years ago
  30. c9967fe NEWS: add in a missing change back from 229 (#7804) by Lennart Poettering · 7 years ago
  31. fa45ca2 ip-address-access: let's exit the loop after invalidating our entry a (#7803) by Lennart Poettering · 7 years ago
  32. 437ed78 meson: don't search PATH for telinit (#7770) by Mike Gilbert · 7 years ago
  33. 3dc803a core: double free in bus_timer_set_transient_property by Zbigniew Jędrzejewski-Szmek · 7 years ago
  34. 4ae164f run: double free by Zbigniew Jędrzejewski-Szmek · 7 years ago
  35. a1d9b04 dhcp6: Fix DHCPv6 client file descriptor and event handling (#7796) by Patrik Flykt · 7 years ago
  36. b2bcf3a README: EXT4_POSIX_ACL -> EXT4_FS_POSIX_ACL (#7799) by George G · 7 years ago
  37. cd08eeb resolved: skip conflict notifications for DNS-SD PTR RRs by Dmitry Rozhkov · 7 years ago
  38. 42f722d resolved: fix refcounting DnsScope's conflict_queue by Dmitry Rozhkov · 7 years ago
  39. 70800e1 fix systemd-analyze time when default.target is not reached (#7764) by Boucman · 7 years ago
  40. 4b19f97 basic: detect_vm_cpuid: fix hypervisor detection by Mike Gilbert · 7 years ago
  41. c46365e analyze: fix prototype mismatch on libseccomp-less builds (#7768) by Lennart Poettering · 7 years ago
  42. 7b21bda fileio: write_string_stream_ts: check for file errors immediately by Mike Gilbert · 7 years ago
  43. f149690 fileio: write_string_stream_ts: return errors from fputs and fputc by Mike Gilbert · 7 years ago
  44. f60c0eb sysctl: use raw file descriptor in sysctl_write (#7753) by Mike Gilbert · 7 years ago
  45. cfa0327 basic: detect_vm_cpuid: use gcc's __get_cpuid() function (#7758) by Mike Gilbert · 7 years ago
  46. 21b90fe analyze: correct help text where we take unit name arguments by Lennart Poettering · 7 years ago
  47. 3ed8209 man: systemd: fix typo (#7746) by nulsoh · 7 years ago
  48. 8db0325 terminal-util: open /dev/null with O_CLOEXEC in make_stdio_null() by Lennart Poettering · 7 years ago
  49. fafc57e fd-util: use close_nointr() return value instead of errno by Lennart Poettering · 7 years ago
  50. 571b5f2 bootspec: drop ".conf" from BootEntry.filename by Yu Watanabe · 7 years ago
  51. ef59288 meson: hopefully renameat2() will show up where renameat() is defined by Lennart Poettering · 7 years ago
  52. ea4edf5 meson: look for gettid() definition where getpid() is defined by Lennart Poettering · 7 years ago
  53. c598286 meson: when pivot_root() is added one day, look for it in <unistd.h> by Lennart Poettering · 7 years ago
  54. e2f425f meson: use "args" for setting _GNU_SOURCE when checking for functions by Lennart Poettering · 7 years ago
  55. 1d42b9f meson: define _GNU_SOURCE to detect copy_file_range() (#7734) by Yu Watanabe · 7 years ago
  56. 1b6649e Add mkdir_errno_wrapper() and use instead of mkdir() in various places by Zbigniew Jędrzejewski-Szmek · 7 years ago
  57. 495fd67 systemctl: don't show vendor preset state for generated/transient units (#7711) by Lennart Poettering · 7 years ago
  58. fed2608 core:socket: fix string in socket_exec_command_table by Yu Watanabe · 7 years ago
  59. a93970d core,seccomp: fix logic to parse RestrictAddressFamilies= in dbus-execute.c by Yu Watanabe · 7 years ago
  60. ad00cc7 core,seccomp: fix logic to parse syscall filter in dbus-execute.c by Yu Watanabe · 7 years ago
  61. d9d0bd1 core: fix wrong validity check by Yu Watanabe · 7 years ago
  62. b13b528 man: tone down the note that reboot/halt/poweroff are legacy by Zbigniew Jędrzejewski-Szmek · 7 years ago
  63. c931b73 man: explain noauto/nofail more carefully in crypttab by Zbigniew Jędrzejewski-Szmek · 7 years ago
  64. c47223d man: fix example config to conform the content of the man page by Dmitry Rozhkov · 7 years ago
  65. 34f20f1 catalog: update french translation by Sylvain Plantefève · 7 years ago
  66. 0234377 shared/seccomp: add mmap handling for powerpc by Mathieu Malaterre · 7 years ago
  67. 85baa08 Fix #7704 and #7708. (#7712) by Susant Sahani · 7 years ago
  68. e3d9e36 man: User=, Group= *never* work for mount units (#7602) by Alan Jenkins · 7 years ago
  69. e6ef80d man: note that `systemctl show` does not overridden value by Yu Watanabe · 7 years ago
  70. 5d3e21f man: LockPersonality= implies NoNewPrivileges= by Yu Watanabe · 7 years ago
  71. 0dbe24f timedatectl: fix status output (#7696) by Yu Watanabe · 7 years ago
  72. f5b929d more portable perl shebangs (#7701) by Jörg Thalheim · 7 years ago
  73. a31fc12 cryptsetup: use uint64_t for keyfile-offset= (#7689) by Zbigniew Jędrzejewski-Szmek · 7 years ago
  74. 8d6923d analyze: use normal bus connection for "plot" verb (#7685) by Zbigniew Jędrzejewski-Szmek · 7 years ago
  75. 85a2678 missing: Add DM_DEFERRED_REMOVE by Henrik Grindal Bakken · 8 years ago
  76. e7e4f04 missing: Define SMACK_MAGIC if it's missing by Henrik Grindal Bakken · 8 years ago
  77. 2bcf37f nspawn: Include missing.h by Henrik Grindal Bakken · 8 years ago
  78. 7f56775 missing: Define EFIVARFS_MAGIC if missing by Henrik Grindal Bakken · 8 years ago
  79. dc64100 missing: Add MAX_HANDLE_SZ by Henrik Grindal Bakken · 8 years ago
  80. c33f217 missing: Add PR_SET_MM_{ARG,ENV}_{START,END} by Henrik Grindal Bakken · 8 years ago
  81. b7ca3f4 missing: Add some more btrfs structs and constants by Henrik Grindal Bakken · 8 years ago
  82. 40bcc1d btrfs: Include missing.h in btrfs-ctree.h by Henrik Grindal Bakken · 8 years ago
  83. d27511c build-sys: install TRANSIENT-SETTINGS.md and UIDS-GIDS.md (#7690) by Felipe Sateler · 7 years ago
  84. 37e2e0a cryptsetup-generator: Don't mistake NULL input as OOM (#7688) by Jan Alexander Steffens · 7 years ago
  85. 397bbea catalog: update Russian translation (#7678) by Sergey Ptashnick · 7 years ago
  86. a3285aa catalog: update Polish translation (#7660) by Piotr Drąg · 7 years ago
  87. 91d819b meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) by Franck Bui · 7 years ago
  88. d9fb397 Fix logical error in meson.build (#7658) by Max Harmathy · 7 years ago
  89. 35a59a3 man: Clarify when OnFailure= activates after restarts (#7646) by Ken (Bitsko) MacLeod · 7 years ago
  90. 7758dbd udev-link-config: add missing OOM check by Lennart Poettering · 7 years ago
  91. a1b2c92 final v236 update (#7649) by Lennart Poettering · 7 years ago v236
  92. a181c67 Merge pull request #7608 from poettering/more-news-v236 by Lennart Poettering · 7 years ago
  93. f78a88b Merge pull request #6598 from kyle-walker/shutdown-limit by Lennart Poettering · 7 years ago
  94. e314001 Merge pull request #7640 from keszybz/tainting-updates by Lennart Poettering · 7 years ago
  95. bdd2bbc Merge pull request #7469 from kinvolk/dongsu/nspawn-netns by Zbigniew Jędrzejewski-Szmek · 7 years ago
  96. 590171d Update TODO by Zbigniew Jędrzejewski-Szmek · 7 years ago
  97. 49e74d7 meson: restore --update-catalog call after install by Zbigniew Jędrzejewski-Szmek · 7 years ago
  98. b2e7486 Make taint message structured and add catalog entry by Zbigniew Jędrzejewski-Szmek · 7 years ago
  99. 198ce93 core: drop taints for nobody user/group names by Zbigniew Jędrzejewski-Szmek · 7 years ago
  100. 6c9c81f Merge pull request #7643 from keszybz/hwdb-update-again by Zbigniew Jędrzejewski-Szmek · 7 years ago