1. 4ad39b0 test-mountpointutil-util: do not assert in test_mnt_id() by Zbigniew Jędrzejewski-Szmek · 4 years, 2 months ago v239-48
  2. 830bd66 set core ulimit to 0 like on RHEL-7 by David Tardon · 3 years, 10 months ago
  3. 8cd9993 rc-local: order after network-online.target by David Tardon · 3 years, 9 months ago
  4. 3d4280d core: Detect initial timer state from serialized data by Michal Koutný · 6 years ago
  5. 73bf41a core: don't drop timer expired but not yet processed when system date is changed by Insun · 6 years ago
  6. 8bdc512 sysctl: set kernel.core_pipe_limit=16 by Lennart Poettering · 4 years, 1 month ago
  7. d284fd2 ceph is a network filesystem by Jonas Jelten · 5 years ago
  8. 430445a test-install-root: add test for unknown WantedBy= target by David Tardon · 3 years, 8 months ago
  9. dfb4e03 install: warn if WantedBy targets don't exist by Jan Synacek · 4 years, 6 months ago
  10. 55cde82 test-install-root: create referenced targets by David Tardon · 3 years, 8 months ago
  11. b6ffe7e mount-util: use UMOUNT_NOFOLLOW in recursive umounter by Lennart Poettering · 4 years, 5 months ago
  12. 996f884 mount-util: bind_remount: avoid calling statvfs by Jakob Unterwurzacher · 3 years, 12 months ago
  13. ca634ba shared/mount-util: convert to libmount by Zbigniew Jędrzejewski-Szmek · 3 years, 12 months ago
  14. 240c55f basic/cap-list: parse/print numerical capabilities by Zbigniew Jędrzejewski-Szmek · 4 years, 5 months ago
  15. 5367332 busctl: add a timestamp to the output of the busctl monitor command by d032747 · 3 years, 11 months ago
  16. 102f4ff man: document differences in clean exit status for Type=oneshot by David Tardon · 3 years, 8 months ago
  17. 48dacf8 basic/virt: Detect PowerVM hypervisor by Michal Suchanek · 4 years, 2 months ago
  18. 91ed691 shared/install: Preserve escape characters for escaped unit names by David Michael · 6 years ago
  19. 354b894 user-runtime-dir: downgrade a few log messages to LOG_DEBUG that we ignore by Lennart Poettering · 6 years ago
  20. 780d1d9 units: make sure user-runtime-dir@.service is Type=oneshot by Lennart Poettering · 6 years ago
  21. 1fa9a6b units: order user-runtime-dir@.service after systemd-user-sessions.service by Lennart Poettering · 6 years ago
  22. 64975b0 units: assign user-runtime-dir@.service to user-%i.slice by Lennart Poettering · 6 years ago
  23. a1417c1 initrd: do a debug log if /etc/initrd-release doesn't take effect by Kairui Song · 3 years, 11 months ago
  24. 3299c85 initrd: do a debug log if failed to detect rootfs type by Kairui Song · 3 years, 11 months ago
  25. 99ca5b6 initrd: extend SYSTEMD_IN_INITRD to accept non-ramfs rootfs by Kairui Song · 3 years, 11 months ago
  26. 42f639d util: rework in_initrd() to make use of path_is_temporary_fs() by Kairui Song · 3 years, 11 months ago
  27. 4dc4982 core: Hide "Deactivated successfully" message by Jan Macku · 3 years, 6 months ago
  28. 8df650c copy: handle copy_file_range() weirdness on procfs/sysfs by Lennart Poettering · 3 years, 9 months ago
  29. 7fb2d86 meson: remove strange dep that causes meson to enter infinite loop by Zbigniew Jędrzejewski-Szmek · 5 years ago
  30. e706f5d seccomp: allow turning off of seccomp filtering via env var by Lennart Poettering · 4 years, 1 month ago
  31. 4e58923 cgroup: Also set io.bfq.weight by Kai Krakow · 5 years ago
  32. 94ad224 test/udev-test.pl: drop test cases that add mutliple devices by Michal Sekletar · 3 years, 6 months ago v239-46 v239-47
  33. 897b4d1 Revert "udev: make algorithm that selects highest priority devlink less susceptible to race conditions" by Michal Sekletar · 3 years, 6 months ago
  34. 1afb38f Revert "udev: run link_update() with increased retry count in second invocation" by Michal Sekletar · 3 years, 6 months ago
  35. fcd9a14 pam-systemd: use secure_getenv() rather than getenv() by Lennart Poettering · 6 years ago v239-45
  36. 1f3165b udev: run link_update() with increased retry count in second invocation by Michal Sekletar · 3 years, 9 months ago
  37. 5173720 core: prevent excessive /proc/self/mountinfo parsing by Michal Sekletár · 4 years, 5 months ago
  38. c35ba62 test: add ratelimiting test by Michal Sekletár · 4 years ago
  39. 395eb77 sd-event: add ability to ratelimit event sources by Lennart Poettering · 4 years ago
  40. 188465c sd-event: increase n_enabled_child_sources just once by Zbigniew Jędrzejewski-Szmek · 4 years ago
  41. deb9e6a sd-event: update state at the end in event_source_enable by Zbigniew Jędrzejewski-Szmek · 4 years ago
  42. 97f599b sd-event: remove earliest_index/latest_index into common part of event source objects by Lennart Poettering · 4 years ago
  43. 846b1dd sd-event: follow coding style with naming return parameter by Lennart Poettering · 4 years ago
  44. 441684c sd-event: ref event loop while in sd_event_prepare() ot sd_event_run() by Lennart Poettering · 4 years ago
  45. 4c5fdbd sd-event: refuse running default event loops in any other thread than the one they are default for by Lennart Poettering · 5 years ago
  46. 5b5a590 sd-event: let's suffix last_run/last_log with "_usec" by Lennart Poettering · 4 years ago
  47. 1aae57f sd-event: fix delays assert brain-o (#17790) by Vito Caputo · 3 years, 12 months ago
  48. 88b2618 sd-event: split out code to add/remove timer event sources to earliest/latest prioq by Lennart Poettering · 4 years ago
  49. 6cc0022 sd-event: split clock data allocation out of sd_event_add_time() by Lennart Poettering · 4 years ago
  50. e8904b5 sd-event: mention that two debug logged events are ignored by Lennart Poettering · 4 years ago
  51. d7ad6ad sd-event: split out enable and disable codepaths from sd_event_source_set_enabled() by Lennart Poettering · 4 years, 1 month ago
  52. 4ce10f8 sd-event: split out helper functions for reshuffling prioqs by Michal Sekletár · 4 years, 1 month ago
  53. ee8f1b2 test/sys-script.py: add missing DEVNAME entries to uevents by Martin Wilck · 7 years ago
  54. b05c8d2 Revert "test: add test cases for empty string match" and "test: add test case for multi matches when use ||" by Michal Sekletar · 3 years, 9 months ago
  55. 2e50a00 test/udev-test: gracefully exit when imports fail by Zbigniew Jędrzejewski-Szmek · 4 years ago v239-44
  56. e0cee95 test/udev_test.pl: add "expected good" count by Martin Wilck · 7 years ago
  57. 453df9e test/udev-test.pl: suppress umount error message at startup by Martin Wilck · 7 years ago
  58. 6c3191e test/udev-test.pl: generator for large list of block devices by Martin Wilck · 7 years ago
  59. 6fba8e9 test/udev-test.pl: add repeat count by Martin Wilck · 7 years ago
  60. 8ab9d11 tests/udev-test.pl: add multiple device test by Martin Wilck · 7 years ago
  61. 7913cdb test/udev-test.pl: count "good" results by Martin Wilck · 7 years ago
  62. 06e9371 test/udev-test.pl: merge import parent tests into one by Martin Wilck · 7 years ago
  63. 7821ecc test/udev-test.pl: merge "space and var with space" tests by Martin Wilck · 7 years ago
  64. c63273d test/udev-test.pl: remove bogus rules from magic subsys test by Martin Wilck · 7 years ago
  65. 134a415 test/udev-test.pl: Make some tests a little harder by Martin Wilck · 7 years ago
  66. 2d0b828 test/udev-test.pl: last_rule is unsupported by Martin Wilck · 7 years ago
  67. 0e0b90f test/udev-test.pl: fix wrong test descriptions by Martin Wilck · 7 years ago
  68. fb8d104 test/udev-test.pl: allow checking multiple symlinks by Martin Wilck · 7 years ago
  69. 8ee1cc6 test/udev-test.pl: test correctness of symlink targets by Martin Wilck · 7 years ago
  70. 5f34ea5 test/udev-test.pl: use computed devnode name by Martin Wilck · 7 years ago
  71. 618d56c test/udev-test.pl: allow concurrent additions and removals by Martin Wilck · 7 years ago
  72. 9aa12f2 test/udev-test.pl: create rules only once by Martin Wilck · 7 years ago
  73. 3f90eee test/udev-test.pl: allow multiple devices per test by Martin Wilck · 7 years ago
  74. c68da72 udev-test: do not rely on "mail" group being defined by Zbigniew Jędrzejewski-Szmek · 4 years, 3 months ago
  75. 03b766c test: add test case for multi matches when use "||" by gaoyi · 4 years, 5 months ago
  76. 03bc565 test: add test cases for empty string match by Yu Watanabe · 5 years ago
  77. dc50d1c test/udev-test.pl: cleanup if skipping test by Dan Streetman · 5 years ago
  78. 7898cd7 test-udev: fix alignment and drop unnecessary white spaces by Yu Watanabe · 6 years ago
  79. ac0def8 test-udev: add more tests for line continuation by Yu Watanabe · 6 years ago
  80. 66c41fb test-udev: add more tests for line continuations and comments by Yu Watanabe · 6 years ago
  81. 4fb6b69 test-udev: use proper semantics for too long line with continuation by Yu Watanabe · 6 years ago
  82. 527d430 test-udev: add a testcase of too long line by Yu Watanabe · 6 years ago
  83. 57e9ee0 udev-test: check if permitted to create block device nodes by Alexey Bogdanenko · 6 years ago
  84. 974431a udev-test: fix missing directory test/run by Alexey Bogdanenko · 6 years ago
  85. f44fcdd udev-test: fix test skip condition by Alexey Bogdanenko · 6 years ago
  86. 8c82f3a udev-test: skip the test only if it can't setup its environment by Evgeny Vereshchagin · 6 years ago
  87. 1b133f2 udev-test: remove a check for whether the test is run in a container by Evgeny Vereshchagin · 6 years ago
  88. 70bf708 test: missing "die" by Yu Watanabe · 6 years ago
  89. 6a908a3 test: create /dev/null in test-udev.pl by Yu Watanabe · 6 years ago
  90. 1d5f966 udev: make algorithm that selects highest priority devlink less susceptible to race conditions by Michal Sekletar · 3 years, 11 months ago
  91. 29c5b8d basic/stat-util: make mtime check stricter and use entire timestamp by Michal Sekletár · 4 years, 1 month ago
  92. fb58a56 udev/net_id: give RHEL-8.4 naming scheme a name by Michal Sekletar · 3 years, 11 months ago
  93. 4e48673 selinux: add trigger for policy reload to refresh internal selabel cache by Christian Göttsche · 4 years, 11 months ago
  94. 4f4e8bb selinux: introduce mac_selinux_create_file_prepare_at() by Franck Bui · 6 years ago
  95. c67be1c core: reload SELinux label cache on daemon-reload by Christian Göttsche · 4 years, 12 months ago
  96. ea42538 units: make sure initrd-cleanup.service terminates before switching to rootfs by Franck Bui · 6 years ago
  97. af9f03b cgroup: Also set blkio.bfq.weight by Pavel Hrdina · 3 years, 12 months ago
  98. 6fb6c21 use link to RHEL-8 docs by David Tardon · 3 years, 12 months ago
  99. a11334f unit: make UNIT() cast function deal with NULL pointers by Lennart Poettering · 6 years ago
  100. 88ac207 ci: move jobs from Travis CI to GH Actions by Frantisek Sumsal · 3 years, 10 months ago