systemd 7
  1. 4734232 main: fix auto restarting of units after a configuration reload by Lennart Poettering · 15 years ago
  2. 7614363 swap: properly enter maintenance mode on failure by Lennart Poettering · 15 years ago
  3. 69dd285 manager: when two pending jobs conflict, keep the one that "conflicts", remove the one that is "conflicted" by Lennart Poettering · 15 years ago
  4. 6e98720 service: hide output of sysv scripts if quiet is passed on the kernel cmdline by Lennart Poettering · 15 years ago
  5. 5de6b30 service: properly remember if a sysv is actually enabled by Lennart Poettering · 15 years ago
  6. 2cf3143 service: show restart value in dump by Lennart Poettering · 15 years ago
  7. 04ade7d dbus: don't call bus_path_escape() with NULL unit name by Lennart Poettering · 15 years ago
  8. 6d4fc02 systemctl: show exit code only if it is actually set by Lennart Poettering · 15 years ago
  9. 4a4d6b4 systemctl: fix parsing of DBus reply in 'dot' by Michal Schmidt · 15 years ago
  10. 4502d22 util: when formatting timestamps return '0' for 0 timestamps instead of empty string by Lennart Poettering · 15 years ago
  11. c593cfe sd-daemon: fix compilation on old systems lacking SOCK_CLOEXEC by Lennart Poettering · 15 years ago
  12. ee6cb28 device: properly handle devices that are referenced before they show up by Lennart Poettering · 15 years ago
  13. 3c661fa cgroup: if the system bus cannot be found, send cgroup empty msg directly to init proces by Lennart Poettering · 15 years ago
  14. 2e81c8a manager: downgrade a few log msgs regarding conflicting but fixable jobs by Lennart Poettering · 15 years ago
  15. 75d287d automount: order automount units after fsck, too by Lennart Poettering · 15 years ago
  16. 922cc00 units: split fsck.target from sysinit.target for suse compat by Lennart Poettering · 15 years ago
  17. 0ff4cdd main: automatically spawn a getty on the kernel configured serial console by Lennart Poettering · 15 years ago
  18. 48a21c9 manager: fix conflicting job check by Lennart Poettering · 15 years ago
  19. 674a6e4 manager: when breaking ordering cycle show full cycle loop by Lennart Poettering · 15 years ago
  20. d405467 service: read special startup dirs only on the respective distros by Lennart Poettering · 15 years ago
  21. 95978cf selinux: minor error handling fix by Lennart Poettering · 15 years ago
  22. eeaafdd service: always sort services from suse B runlevel before services from normal runlevels by Lennart Poettering · 15 years ago
  23. a042efa reboot: handle -p switch properly by Michal Schmidt · 15 years ago
  24. 6319292 selinux: fix labels only when configured for it by Lennart Poettering · 15 years ago
  25. 5b1fe56 selinux: rework selinux tests a little by Lennart Poettering · 15 years ago
  26. f7f4ccc selinux: fix if vs. ifdef mixup by Lennart Poettering · 15 years ago
  27. 56cf987 Systemd is causing mislabeled devices to be created and then attempting to read them. by Daniel J Walsh · 15 years ago
  28. cebf8b2 socket: Allow selection of TCP Congestion Avoidance algorithm to socket by Tomasz Torcz · 15 years ago
  29. d5ca5f1 telinit: forward to upstart, if not booted with systemd by Lennart Poettering · 15 years ago v4
  30. ec7f7f2 systemctl: don't use the systemd bus to talk to upstart by Lennart Poettering · 15 years ago
  31. 385771f systemctl: don't hit an assert when we are run from a non-systemd boot by Lennart Poettering · 15 years ago
  32. e054f83 main: disable NSS disabling logic for now, since this is incompatible with rpm by Lennart Poettering · 15 years ago
  33. ee5762e systemctl: fold systemd-install into systemctl by Lennart Poettering · 15 years ago
  34. 9d8a57f systemctl: support force-reload and condrestart as aliases for reload-or-try-restart by Lennart Poettering · 15 years ago
  35. 85e5760 install: default to minimal realization mode by Lennart Poettering · 15 years ago
  36. ea4a240 systemctl: accept -p more than once by Lennart Poettering · 15 years ago
  37. 7a58bfa socket: SELinux support for socket creation. by Daniel J Walsh · 15 years ago
  38. 28322e1 sshd, tmux and others are broken when /dev/pts is mounted with "-o nodev" by Robert "arachnist" Gerus · 15 years ago
  39. d3d91d1 build-sys: fix compatibility with vala 0.9 by Lennart Poettering · 15 years ago
  40. 3a2776b service: save/restore status text string by Lennart Poettering · 15 years ago
  41. cc42e08 job: make sure restart jobs are readded to the run queue after conversion to start jobs by Lennart Poettering · 15 years ago
  42. a7f241d unit: deduce following unit value dynamically instead of statically, to avoid dangling pointers by Lennart Poettering · 15 years ago
  43. 672c48c pam: remove only sessions we ourselves created in the first place by Lennart Poettering · 15 years ago
  44. 294d81f load: make sure that unit files in /etc/ always take precedence, even over link targets, to make them easily overrdiable by Lennart Poettering · 15 years ago
  45. 8f05424 unit: allow symlinking unit files to /dev/null by Lennart Poettering · 15 years ago
  46. c24eb49 exec: extend variable substitution to support splitting variable values into seperate arguments by Lennart Poettering · 15 years ago
  47. 9d25f5e sysv: do not add sysv services that are not enabled in /etc/rcN.d/ to network.target or other LSB-style Provides: targets by Lennart Poettering · 15 years ago
  48. 84b0096 hostname: properly deal with unset hostname in fedora configuration by Lennart Poettering · 15 years ago
  49. 2cc59db systemctl: always disable color when output goes into a file by Lennart Poettering · 15 years ago
  50. d8d5ab9 manager: write serialization to /dev/.systemd/ instead of /dev/shm by Lennart Poettering · 15 years ago
  51. de0200f socket: fix access mode verification of FIFOs by Lennart Poettering · 15 years ago
  52. 8fe914e device: do not merge devices by Lennart Poettering · 15 years ago
  53. 5632e37 systemctl: introduce reset-maintenance command by Lennart Poettering · 15 years ago
  54. 246756c install: optionally remove all symlinks from configuration tree recursively by Lennart Poettering · 15 years ago
  55. 92abbef execute: bump up log level of executed processes that failed by Lennart Poettering · 15 years ago
  56. faf919f job: timeout every job independently of the unit by Lennart Poettering · 15 years ago
  57. 064f51f unit: consider only_by_dependency setting when clients ask whether a unit is startable by Lennart Poettering · 15 years ago
  58. d064282 systemctl: extend list-units output a little by Lennart Poettering · 15 years ago
  59. 5de9682 unit: introduce OnFailure dependencies to activate units on failure of other units, as a way to implement an automatic rescue shell by Lennart Poettering · 15 years ago
  60. 45fb069 systemctl: warn when operating on service files that changed on disk but haven't been reloaded by Lennart Poettering · 15 years ago
  61. 73608ed device: rename 'available' state to 'plugged' by Lennart Poettering · 15 years ago
  62. 2d3b2c0 units: introduce smartcard.target by Lennart Poettering · 15 years ago
  63. 0ff3dea systemctl: always show units with active jobs in list-units output by Lennart Poettering · 15 years ago
  64. b15bdda socket: prepare for proper selinux labelling of sockets by Lennart Poettering · 15 years ago
  65. 0009d2a socket: don't allow mixing of accepting and non-accepting sockets in the same unit by Lennart Poettering · 15 years ago
  66. cac6f7c service: refuse to start services that are configured for per-connection instantiation to start without a socket by Lennart Poettering · 15 years ago
  67. 276c3e7 unit: allow units to have more than one instance id by Lennart Poettering · 15 years ago
  68. 6c155fe path,timer: order units after sysinit by default by Lennart Poettering · 15 years ago
  69. 772a599 target: if the user configured a manual ordering between target units and the unit they require don't contradict that automatically by Lennart Poettering · 15 years ago
  70. ad780f1 main: disable nscd if we can to avoid deadlock, just in case by Lennart Poettering · 15 years ago
  71. 949c651 mount-setup: consider a few file systems API mounts and ignore them by Lennart Poettering · 15 years ago
  72. 992f87e install: refuse installation of symlinked units by Lennart Poettering · 15 years ago
  73. 4445a87 systemctl: add to command for virtualizing the dependency tree with graphviz by Lennart Poettering · 15 years ago
  74. d04247c cgls: rename source file to cgls.c, since we have no prefix for any of the other files either by Lennart Poettering · 15 years ago
  75. 73883ad socket: don't close sockets when activating per-connection units by Lennart Poettering · 15 years ago
  76. 6f28c03 systemctl: introduce try-restart and reload-or-restart commands by Lennart Poettering · 15 years ago
  77. 3dda9fc manager: always allow stopping of units that failed to load by Lennart Poettering · 15 years ago
  78. 1d2e23a main: introduce -D as quick acess to debugging by Lennart Poettering · 15 years ago
  79. 53b5436 install: implement systemd-install realize by Lennart Poettering · 15 years ago
  80. 9f611ad unit: disable retroactive starting/stopping of units when deserializing by Lennart Poettering · 15 years ago
  81. 4c63300 cgroup: treat non-existing cgroups like empty ones, to deal with races by Lennart Poettering · 15 years ago
  82. edb9aaa main: replace --running-as= by --session and --system do mimic related tools and D-Bus by Lennart Poettering · 15 years ago
  83. 17df43e udev: use prettier subsystem paths for bluetooth devices, too by Lennart Poettering · 15 years ago
  84. 935e3e5 udev: ignore dynamic ram/loop block devices by Lennart Poettering · 15 years ago
  85. 0f13830 units: make maximum unit name longer, since DM names manager to hit the limit by Lennart Poettering · 15 years ago
  86. 7e6e7b0 unit: retroactively start dependencies for job-less units too by Lennart Poettering · 15 years ago
  87. ee5f347 device: properly create dependencies by Lennart Poettering · 15 years ago
  88. 7c9c5d0 units: dm is an awful piece of work by Lennart Poettering · 15 years ago
  89. da78e1b units: introduce bluetooth.target/printer.target which are activated if the right hardware is plugged in by Lennart Poettering · 15 years ago
  90. 7c61062 socket: when going down, flush all queued sockets by Lennart Poettering · 15 years ago
  91. ba3e67a socket: when the socket is supposed to stop, don't accept any connections anymore by Lennart Poettering · 15 years ago
  92. f057408 units: introduce emergency.target by Lennart Poettering · 15 years ago
  93. 2edd443 mount: add automatic start ordering dependencies for mounts by Lennart Poettering · 15 years ago
  94. 21d21ea execute: inherit from original input, not the fixed up by Lennart Poettering · 15 years ago
  95. 5830833 service: allow input from terminal when executing more than one start-pre or stop-post command by Lennart Poettering · 15 years ago
  96. 85d7305 execute: reword comment by Lennart Poettering · 15 years ago
  97. 3fe5e5d util: reset terminal even harder by Lennart Poettering · 15 years ago
  98. 7bc0351 util: fix error handling in acquire_terminal() by Lennart Poettering · 15 years ago
  99. fc9b2a8 execute: close inherited fds earlier by Lennart Poettering · 15 years ago
  100. 4a3c7c7 pam: remove leftover libcgroup inclusion by Lennart Poettering · 15 years ago