systemd 4
  1. d5ca5f1 telinit: forward to upstart, if not booted with systemd by Lennart Poettering · 14 years ago v4
  2. ec7f7f2 systemctl: don't use the systemd bus to talk to upstart by Lennart Poettering · 14 years ago
  3. 385771f systemctl: don't hit an assert when we are run from a non-systemd boot by Lennart Poettering · 14 years ago
  4. e054f83 main: disable NSS disabling logic for now, since this is incompatible with rpm by Lennart Poettering · 14 years ago
  5. ee5762e systemctl: fold systemd-install into systemctl by Lennart Poettering · 14 years ago
  6. 9d8a57f systemctl: support force-reload and condrestart as aliases for reload-or-try-restart by Lennart Poettering · 14 years ago
  7. 85e5760 install: default to minimal realization mode by Lennart Poettering · 14 years ago
  8. ea4a240 systemctl: accept -p more than once by Lennart Poettering · 14 years ago
  9. 7a58bfa socket: SELinux support for socket creation. by Daniel J Walsh · 14 years ago
  10. 28322e1 sshd, tmux and others are broken when /dev/pts is mounted with "-o nodev" by Robert "arachnist" Gerus · 14 years ago
  11. d3d91d1 build-sys: fix compatibility with vala 0.9 by Lennart Poettering · 14 years ago
  12. 3a2776b service: save/restore status text string by Lennart Poettering · 14 years ago
  13. cc42e08 job: make sure restart jobs are readded to the run queue after conversion to start jobs by Lennart Poettering · 14 years ago
  14. a7f241d unit: deduce following unit value dynamically instead of statically, to avoid dangling pointers by Lennart Poettering · 14 years ago
  15. 672c48c pam: remove only sessions we ourselves created in the first place by Lennart Poettering · 14 years ago
  16. 294d81f load: make sure that unit files in /etc/ always take precedence, even over link targets, to make them easily overrdiable by Lennart Poettering · 14 years ago
  17. 8f05424 unit: allow symlinking unit files to /dev/null by Lennart Poettering · 14 years ago
  18. c24eb49 exec: extend variable substitution to support splitting variable values into seperate arguments by Lennart Poettering · 14 years ago
  19. 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 · 14 years ago
  20. 84b0096 hostname: properly deal with unset hostname in fedora configuration by Lennart Poettering · 14 years ago
  21. 2cc59db systemctl: always disable color when output goes into a file by Lennart Poettering · 14 years ago
  22. d8d5ab9 manager: write serialization to /dev/.systemd/ instead of /dev/shm by Lennart Poettering · 14 years ago
  23. de0200f socket: fix access mode verification of FIFOs by Lennart Poettering · 14 years ago
  24. 8fe914e device: do not merge devices by Lennart Poettering · 14 years ago
  25. 5632e37 systemctl: introduce reset-maintenance command by Lennart Poettering · 14 years ago
  26. 246756c install: optionally remove all symlinks from configuration tree recursively by Lennart Poettering · 14 years ago
  27. 92abbef execute: bump up log level of executed processes that failed by Lennart Poettering · 14 years ago
  28. faf919f job: timeout every job independently of the unit by Lennart Poettering · 14 years ago
  29. 064f51f unit: consider only_by_dependency setting when clients ask whether a unit is startable by Lennart Poettering · 14 years ago
  30. d064282 systemctl: extend list-units output a little by Lennart Poettering · 14 years ago
  31. 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 · 14 years ago
  32. 45fb069 systemctl: warn when operating on service files that changed on disk but haven't been reloaded by Lennart Poettering · 14 years ago
  33. 73608ed device: rename 'available' state to 'plugged' by Lennart Poettering · 14 years ago
  34. 2d3b2c0 units: introduce smartcard.target by Lennart Poettering · 14 years ago
  35. 0ff3dea systemctl: always show units with active jobs in list-units output by Lennart Poettering · 14 years ago
  36. b15bdda socket: prepare for proper selinux labelling of sockets by Lennart Poettering · 14 years ago
  37. 0009d2a socket: don't allow mixing of accepting and non-accepting sockets in the same unit by Lennart Poettering · 14 years ago
  38. cac6f7c service: refuse to start services that are configured for per-connection instantiation to start without a socket by Lennart Poettering · 14 years ago
  39. 276c3e7 unit: allow units to have more than one instance id by Lennart Poettering · 14 years ago
  40. 6c155fe path,timer: order units after sysinit by default by Lennart Poettering · 14 years ago
  41. 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 · 14 years ago
  42. ad780f1 main: disable nscd if we can to avoid deadlock, just in case by Lennart Poettering · 14 years ago
  43. 949c651 mount-setup: consider a few file systems API mounts and ignore them by Lennart Poettering · 14 years ago
  44. 992f87e install: refuse installation of symlinked units by Lennart Poettering · 14 years ago
  45. 4445a87 systemctl: add to command for virtualizing the dependency tree with graphviz by Lennart Poettering · 14 years ago
  46. d04247c cgls: rename source file to cgls.c, since we have no prefix for any of the other files either by Lennart Poettering · 14 years ago
  47. 73883ad socket: don't close sockets when activating per-connection units by Lennart Poettering · 14 years ago
  48. 6f28c03 systemctl: introduce try-restart and reload-or-restart commands by Lennart Poettering · 14 years ago
  49. 3dda9fc manager: always allow stopping of units that failed to load by Lennart Poettering · 14 years ago
  50. 1d2e23a main: introduce -D as quick acess to debugging by Lennart Poettering · 14 years ago
  51. 53b5436 install: implement systemd-install realize by Lennart Poettering · 14 years ago
  52. 9f611ad unit: disable retroactive starting/stopping of units when deserializing by Lennart Poettering · 14 years ago
  53. 4c63300 cgroup: treat non-existing cgroups like empty ones, to deal with races by Lennart Poettering · 14 years ago
  54. edb9aaa main: replace --running-as= by --session and --system do mimic related tools and D-Bus by Lennart Poettering · 14 years ago
  55. 17df43e udev: use prettier subsystem paths for bluetooth devices, too by Lennart Poettering · 14 years ago
  56. 935e3e5 udev: ignore dynamic ram/loop block devices by Lennart Poettering · 14 years ago
  57. 0f13830 units: make maximum unit name longer, since DM names manager to hit the limit by Lennart Poettering · 14 years ago
  58. 7e6e7b0 unit: retroactively start dependencies for job-less units too by Lennart Poettering · 14 years ago
  59. ee5f347 device: properly create dependencies by Lennart Poettering · 14 years ago
  60. 7c9c5d0 units: dm is an awful piece of work by Lennart Poettering · 14 years ago
  61. da78e1b units: introduce bluetooth.target/printer.target which are activated if the right hardware is plugged in by Lennart Poettering · 14 years ago
  62. 7c61062 socket: when going down, flush all queued sockets by Lennart Poettering · 14 years ago
  63. ba3e67a socket: when the socket is supposed to stop, don't accept any connections anymore by Lennart Poettering · 14 years ago
  64. f057408 units: introduce emergency.target by Lennart Poettering · 14 years ago
  65. 2edd443 mount: add automatic start ordering dependencies for mounts by Lennart Poettering · 14 years ago
  66. 21d21ea execute: inherit from original input, not the fixed up by Lennart Poettering · 14 years ago
  67. 5830833 service: allow input from terminal when executing more than one start-pre or stop-post command by Lennart Poettering · 14 years ago
  68. 85d7305 execute: reword comment by Lennart Poettering · 14 years ago
  69. 3fe5e5d util: reset terminal even harder by Lennart Poettering · 14 years ago
  70. 7bc0351 util: fix error handling in acquire_terminal() by Lennart Poettering · 14 years ago
  71. fc9b2a8 execute: close inherited fds earlier by Lennart Poettering · 14 years ago
  72. 4a3c7c7 pam: remove leftover libcgroup inclusion by Lennart Poettering · 14 years ago
  73. 35d2e7e cgroup: reimplement the last bit of libcgroup functionality natively by Lennart Poettering · 14 years ago
  74. dbd821a cgroup: implement cg_get_path natively by Lennart Poettering · 14 years ago
  75. 3b6fdb5 unit: introduce IgnoreDependencyFailure= by Lennart Poettering · 14 years ago
  76. f602365 service: trim cgroups if services that are "active" but "exited" by Lennart Poettering · 14 years ago
  77. b708e7c execute: optionally ignore return status of invoked commands by Lennart Poettering · 14 years ago
  78. a013bd9 sd-daemon: fix abstract namespace sockaddr for notification socket by Lennart Poettering · 14 years ago
  79. c2ad512 install: fix wrong dbus connection shutdown by Lennart Poettering · 14 years ago
  80. b5f776c execute: use right logger socket by Lennart Poettering · 14 years ago
  81. 983d9c9 units: turn Wants=shutdown back into Requires=shutdown to avoid removal of jobs due to the impact minimizer by Lennart Poettering · 14 years ago
  82. 51bc5d4 dbus: get rid of last non-private busses by Lennart Poettering · 14 years ago
  83. c0bd0cf dbus: don't hit an assert if we sent a changed signal for something not in the dbus queue (i.e. because it was deleted before it was fully created by Lennart Poettering · 14 years ago
  84. 90d473a systemctl: turn --replace into --fail by Lennart Poettering · 14 years ago
  85. dce3acd Merge branch 'master' of ssh://git.freedesktop.org/git/systemd by Lennart Poettering · 14 years ago
  86. b12c1e7 socket: pass minimal abstract socket names by Lennart Poettering · 14 years ago
  87. b574246 dbus: use private connections wherever possible by Lennart Poettering · 14 years ago
  88. 17bb738 systemctl: move status further down by Lennart Poettering · 14 years ago
  89. 7740296 service: fix minor memory leak by Lennart Poettering · 14 years ago
  90. 65e92d6 manager: free dbus error when ignoring it by Lennart Poettering · 14 years ago
  91. fe51822 manager: introduce unit path cache to minimize disk accesses by Lennart Poettering · 14 years ago
  92. 9014a8b dbus: suppress duplicate message when reusing bus for system and session by Lennart Poettering · 14 years ago
  93. c6c18be cgroup: kill processes, not tasks and other cgroup changes by Lennart Poettering · 14 years ago
  94. 5509654 cgroup: make cgroup controller name a constant by Lennart Poettering · 14 years ago
  95. fb38518 unit: trim cgroups when going down by Lennart Poettering · 14 years ago
  96. 582a507 systemctl: show exec status of all exited programs by Lennart Poettering · 14 years ago
  97. 3f6c78d service: allow immediate stopping while starting by Lennart Poettering · 14 years ago
  98. 82c64bf snapshot: fix deserialization by Lennart Poettering · 14 years ago
  99. 1e001f5 main: add a few more useful diagnostic log messages by Lennart Poettering · 14 years ago
  100. 2e22afe execute: add ability to configure the kill signal by Lennart Poettering · 14 years ago