1. 9d0046c Revert "core: one step back again, for nspawn we actually can't wait for cgroups running empty since systemd will get exactly zero notifications about it" by Lukas Nykryn · 9 years ago v239-14
  2. 0ed1150 meson: drop misplaced -Wl,--undefined argument by Jussi Pakkanen · 6 years ago
  3. f2f784a sd-bus: if we receive an invalid dbus message, ignore and proceeed by Lennart Poettering · 6 years ago
  4. 5eb96e5 Allocate temporary strings to hold dbus paths on the heap by Riccardo Schirone · 6 years ago
  5. ac9c51b Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. by Riccardo Schirone · 6 years ago
  6. 94b18b8 bus-socket: Fix line_begins() to accept word matching full string by Filipe Brandenburger · 6 years ago
  7. 9cf9680 test: don't overwrite TESTDIR if already set by Frantisek Sumsal · 6 years ago
  8. 91bd0b9 tests: also run TEST-01-BASIC in an unprivileged container (#9957) by Evgeny Vereshchagin · 6 years ago
  9. 164ead5 tests: allow passing additional arguments to nspawn via NSPAWN_ARGUMENTS by Evgeny Vereshchagin · 6 years ago
  10. 26b213f tests: use the asan wrapper to boot a VM/container if systemd is built with ASAN by Evgeny Vereshchagin · 6 years ago
  11. d0d2841 tests: redirect ASAN reports on journald to a file by Evgeny Vereshchagin · 6 years ago
  12. 3d0342f tests: add a wrapper for when systemd is built with ASAN by Evgeny Vereshchagin · 6 years ago
  13. 34a38e3 tests: create the asan wrapper automatically if systemd has been built with ASAN by Evgeny Vereshchagin · 6 years ago
  14. e4ff044 test: add TEST-24-UNIT-TESTS running all basic tests under containers by Yu Watanabe · 6 years ago
  15. 16d1f6e rules: add the rule that adds elevator= kernel command line parameter by Lukas Nykryn · 6 years ago
  16. d26406c lgtm: drop redundant newlines by Evgeny Vereshchagin · 6 years ago
  17. c9fdcd0 lgtm: add a custom query for catching the use of fgets by Evgeny Vereshchagin · 6 years ago
  18. 5adeea9 tools: use print function in Python 3 code by Lucas Werkmeister · 6 years ago
  19. dbb6c3d lgtm: use python3 by Yu Watanabe · 6 years ago
  20. 9123fec LGTM: make LGTM.com use meson from pip by Yu Watanabe · 6 years ago
  21. c95026c rules: implement new memory hotplug policy by Jan Synacek · 6 years ago
  22. 1dd326b rule-syntax-check: allow PROGRAM as an assignment by Jan Synacek · 6 years ago
  23. 1255584 rules: add elevator= kernel command line parameter by Lukas Nykryn · 6 years ago v239-12
  24. ce123e8 test-network: ignore tunnel devices automatically added by kernel by Yu Watanabe · 6 years ago
  25. bf7631e test: replace echo with socat by Frantisek Sumsal · 6 years ago
  26. 7c52627 journald: correctly attribute log messages also with cgroupsv1 by Michal Sekletar · 6 years ago
  27. fde3fa3 journal-remote: set a limit on the number of fields in a message by Zbigniew Jędrzejewski-Szmek · 6 years ago
  28. ad18012 journal-remote: verify entry length from header by Zbigniew Jędrzejewski-Szmek · 6 years ago
  29. c929031 µhttpd: use a cleanup function to call MHD_destroy_response by Zbigniew Jędrzejewski-Szmek · 6 years ago
  30. a4d1779 journald: lower the maximum entry size limit to ½ for non-sealed fds by Zbigniew Jędrzejewski-Szmek · 6 years ago
  31. ed02844 journald: when processing a native message, bail more quickly on overbig messages by Zbigniew Jędrzejewski-Szmek · 6 years ago
  32. 9f53d3c journald: set a limit on the number of fields (1k) by Zbigniew Jędrzejewski-Szmek · 6 years ago
  33. d3556185 journal: fix syslog_parse_identifier() by Yu Watanabe · 6 years ago
  34. 47b256d6 Revert "sysctl.d: switch net.ipv4.conf.all.rp_filter from 1 to 2" by Lukas Nykryn · 6 years ago
  35. 9b9b6d8 process-util: don't use overly large buffer to store process command line by Michal Sekletar · 6 years ago
  36. 8da81d2 journald: periodically drop cache for all dead PIDs by Zbigniew Jędrzejewski-Szmek · 6 years ago
  37. de72fa6 journal: limit the number of entries in the cache based on available memory by Zbigniew Jędrzejewski-Szmek · 6 years ago
  38. ee14a2b basic/prioq: add prioq_peek_item() by Zbigniew Jędrzejewski-Szmek · 6 years ago
  39. 60b831e procfs-util: expose functionality to query total memory by Zbigniew Jędrzejewski-Szmek · 6 years ago
  40. 04326c0 coredump: fix message when we fail to save a journald coredump by Zbigniew Jędrzejewski-Szmek · 6 years ago
  41. 6298317 basic/process-util: limit command line lengths to _SC_ARG_MAX by Zbigniew Jędrzejewski-Szmek · 6 years ago
  42. b6c1094 journald: do not store the iovec entry for process commandline on stack by Zbigniew Jędrzejewski-Szmek · 6 years ago
  43. 285e4d2 journald: remove unnecessary {} by Zbigniew Jędrzejewski-Szmek · 6 years ago
  44. af43906 coredump: remove duplicate MESSAGE= prefix from message by Zbigniew Jędrzejewski-Szmek · 6 years ago
  45. 63e71bd travis: reboot the container before running tests by Frantisek Sumsal · 6 years ago
  46. a7f87d1 travis: fix syntax error in .travis.yml by Frantisek Sumsal · 6 years ago
  47. 2d674d4 travis: drop the SELinux Fedora workaround by Frantisek Sumsal · 6 years ago
  48. 45b0a38 travis: RHEL8 support by Frantisek Sumsal · 6 years ago
  49. 5638e18 travis: enable Travis CI on CentOS 7 by Frantisek Sumsal · 6 years ago
  50. 6abfec3 core: enforce a limit on STATUS= texts recvd from services by Lennart Poettering · 6 years ago
  51. 55a1c76 core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) by Lennart Poettering · 6 years ago
  52. 1d43806 tests: drop the precondition check for inherited flag by Frantisek Sumsal · 6 years ago
  53. 03e52d3 unit: don't add Requires for tmp.mount by Lukas Nykryn · 8 years ago v239-11
  54. b694344 meson: check whether gnutls supports TCP fast open by Yu Watanabe · 6 years ago
  55. 9c1b72d meson: rename -Ddebug to -Ddebug-extra by Zbigniew Jędrzejewski-Szmek · 6 years ago
  56. 13d819c test: Drop SKIP_INITRD for QEMU-based tests by Michael Biebl · 6 years ago
  57. 2115fcc nspawn: beef up netns checking a bit, for compat with old kernels by Lennart Poettering · 6 years ago
  58. e8ead61 tests: explicitly enable user namespaces for TEST-13-NSPAWN-SMOKE by Frantisek Sumsal · 6 years ago
  59. 75c9af8 sysctl.d: switch net.ipv4.conf.all.rp_filter from 1 to 2 by Lubomir Rintel · 6 years ago v239-10
  60. c16785e rules: watch metadata changes on DASD devices by Vojtech Trefny · 6 years ago
  61. 2a4d58b cryptsetup-generator: allow whitespace characters in keydev specification by Michal Sekletar · 6 years ago
  62. 81df5f5 cryptsetup-generator: don't return error if target directory already exists by Michal Sekletar · 6 years ago
  63. 95bfd1d cryptsetup: don't use %m if there's no error to show by Lennart Poettering · 6 years ago
  64. 0977e6b cryptsetup-generator: introduce basic keydev support by Michal Sekletar · 6 years ago
  65. 220a60a sd-bus: properly initialize containers by Jan Synacek · 6 years ago v239-9
  66. eb141ba sd-bus: unify three code-paths which free struct bus_container by Zbigniew Jędrzejewski-Szmek · 6 years ago
  67. 886e5b0 detect-virt: do not try to read all of /proc/cpuinfo by Zbigniew Jędrzejewski-Szmek · 6 years ago
  68. 730ce65 Revert "sysctl.d: request ECN on both in and outgoing connections" by Thomas Hindoe Paaboel Andersen · 6 years ago
  69. b53f89d test: add test case for recursive chown()ing by Lennart Poettering · 6 years ago
  70. c963016 chown-recursive: TAKE_FD() is your friend by Lennart Poettering · 6 years ago
  71. bbe9ac1 chown-recursive: also drop ACLs when recursively chown()ing by Lennart Poettering · 6 years ago
  72. 107d75c chown-recursive: let's rework the recursive logic to use O_PATH by Lennart Poettering · 6 years ago
  73. 5579835 debug-generator: introduce rd.* version of all options by Lukas Nykryn · 6 years ago
  74. 84b15a8 proc-cmdline: introduce PROC_CMDLINE_RD_STRICT by Lukas Nykryn · 6 years ago
  75. 0412acb core: make sure we don't throttle change signal generator when a reload is pending by Lennart Poettering · 6 years ago
  76. 52a474c core: when we can't send the pending reload message, say we ignore it in the warning we log by Lennart Poettering · 6 years ago
  77. 35a2332 core: rename queued_message → pending_reload_message by Lennart Poettering · 6 years ago
  78. c232bc1 dhcp6: make sure we have enough space for the DHCP6 option header by Lennart Poettering · 6 years ago
  79. ebdb962 journal-file: avoid calling ftruncate with invalid fd by David Tardon · 6 years ago
  80. fbe394e firewall-util: add an assert that we're not overwriting a buffer by David Tardon · 6 years ago
  81. 8fdca31 login: avoid leak of name returned by uid_to_name() by David Tardon · 6 years ago
  82. e615b80 dissect-image: use right comparison function by David Tardon · 6 years ago
  83. e0f2dd4 resolved: create /etc/resolv.conf symlink at runtime by Zbigniew Jędrzejewski-Szmek · 9 years ago v239-8
  84. 80d5f0e journal: change support URL shown in the catalog entries by Michal Sekletar · 6 years ago
  85. ab6a1bd tests: backport test_setup_logging() by Michal Sekletar · 6 years ago
  86. 26de3af Introduce free_and_strndup and use it in bus-message.c by Zbigniew Jędrzejewski-Szmek · 6 years ago
  87. 87922b7 bus-message: do not crash on message with a string of zero length by Zbigniew Jędrzejewski-Szmek · 6 years ago
  88. e143339 units: don't enable per-service IP firewall by default by Michal Sekletar · 6 years ago
  89. 96b6171 cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) by Yu Watanabe · 6 years ago
  90. a046230 cryptsetup: add support for sector-size= option (#9936) by Dimitri John Ledkov · 6 years ago
  91. 56f614a random-seed: raise POOL_SIZE_MIN constant to 1024 by Michal Sekletar · 6 years ago
  92. c6903d1 bus: move BUS_DONT_DESTROY calls after asserts by Zbigniew Jędrzejewski-Szmek · 6 years ago
  93. 8618ef2 journal: remove journal audit socket by Michal Sekletar · 6 years ago
  94. b61e804 units: drop DynamicUser=yes from systemd-resolved.service by Michal Sekletar · 6 years ago
  95. ab0228c net_setup_link: allow renaming interfaces that were renamed previously by Michal Sekletar · 6 years ago
  96. 1bb734a Revert "udev: remove WAIT_FOR key" by Michal Sekletar · 6 years ago
  97. 0c5b809 rules: introduce old-style by-path symlinks for FCP based SCSI devices by Michal Sekletar · 7 years ago
  98. a080263 rules: disable auto-online of hot-plugged memory on IBM z Systems by Michal Sekletar · 8 years ago
  99. fd09139 rules: don't hoplug memory on s390x by Lukas Nykryn · 8 years ago
  100. fab2dff rules: load sg driver also when scsi_target appears (#45) by Lukáš Nykrýn · 8 years ago