systemd 3
  1. 6f28c03 systemctl: introduce try-restart and reload-or-restart commands by Lennart Poettering · 15 years ago
  2. 3dda9fc manager: always allow stopping of units that failed to load by Lennart Poettering · 15 years ago
  3. 1d2e23a main: introduce -D as quick acess to debugging by Lennart Poettering · 15 years ago
  4. 53b5436 install: implement systemd-install realize by Lennart Poettering · 15 years ago
  5. 9f611ad unit: disable retroactive starting/stopping of units when deserializing by Lennart Poettering · 15 years ago
  6. 4c63300 cgroup: treat non-existing cgroups like empty ones, to deal with races by Lennart Poettering · 15 years ago
  7. edb9aaa main: replace --running-as= by --session and --system do mimic related tools and D-Bus by Lennart Poettering · 15 years ago
  8. 17df43e udev: use prettier subsystem paths for bluetooth devices, too by Lennart Poettering · 15 years ago
  9. 935e3e5 udev: ignore dynamic ram/loop block devices by Lennart Poettering · 15 years ago
  10. 0f13830 units: make maximum unit name longer, since DM names manager to hit the limit by Lennart Poettering · 15 years ago
  11. 7e6e7b0 unit: retroactively start dependencies for job-less units too by Lennart Poettering · 15 years ago
  12. ee5f347 device: properly create dependencies by Lennart Poettering · 15 years ago
  13. 7c9c5d0 units: dm is an awful piece of work by Lennart Poettering · 15 years ago
  14. da78e1b units: introduce bluetooth.target/printer.target which are activated if the right hardware is plugged in by Lennart Poettering · 15 years ago
  15. 7c61062 socket: when going down, flush all queued sockets by Lennart Poettering · 15 years ago
  16. ba3e67a socket: when the socket is supposed to stop, don't accept any connections anymore by Lennart Poettering · 15 years ago
  17. f057408 units: introduce emergency.target by Lennart Poettering · 15 years ago
  18. 2edd443 mount: add automatic start ordering dependencies for mounts by Lennart Poettering · 15 years ago
  19. 21d21ea execute: inherit from original input, not the fixed up by Lennart Poettering · 15 years ago
  20. 5830833 service: allow input from terminal when executing more than one start-pre or stop-post command by Lennart Poettering · 15 years ago
  21. 85d7305 execute: reword comment by Lennart Poettering · 15 years ago
  22. 3fe5e5d util: reset terminal even harder by Lennart Poettering · 15 years ago
  23. 7bc0351 util: fix error handling in acquire_terminal() by Lennart Poettering · 15 years ago
  24. fc9b2a8 execute: close inherited fds earlier by Lennart Poettering · 15 years ago
  25. 4a3c7c7 pam: remove leftover libcgroup inclusion by Lennart Poettering · 15 years ago
  26. 35d2e7e cgroup: reimplement the last bit of libcgroup functionality natively by Lennart Poettering · 15 years ago
  27. dbd821a cgroup: implement cg_get_path natively by Lennart Poettering · 15 years ago
  28. 3b6fdb5 unit: introduce IgnoreDependencyFailure= by Lennart Poettering · 15 years ago
  29. f602365 service: trim cgroups if services that are "active" but "exited" by Lennart Poettering · 15 years ago
  30. b708e7c execute: optionally ignore return status of invoked commands by Lennart Poettering · 15 years ago
  31. a013bd9 sd-daemon: fix abstract namespace sockaddr for notification socket by Lennart Poettering · 15 years ago
  32. c2ad512 install: fix wrong dbus connection shutdown by Lennart Poettering · 15 years ago
  33. b5f776c execute: use right logger socket by Lennart Poettering · 15 years ago
  34. 983d9c9 units: turn Wants=shutdown back into Requires=shutdown to avoid removal of jobs due to the impact minimizer by Lennart Poettering · 15 years ago
  35. 51bc5d4 dbus: get rid of last non-private busses by Lennart Poettering · 15 years ago
  36. 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 · 15 years ago
  37. 90d473a systemctl: turn --replace into --fail by Lennart Poettering · 15 years ago
  38. dce3acd Merge branch 'master' of ssh://git.freedesktop.org/git/systemd by Lennart Poettering · 15 years ago
  39. b12c1e7 socket: pass minimal abstract socket names by Lennart Poettering · 15 years ago
  40. b574246 dbus: use private connections wherever possible by Lennart Poettering · 15 years ago
  41. 17bb738 systemctl: move status further down by Lennart Poettering · 15 years ago
  42. 7740296 service: fix minor memory leak by Lennart Poettering · 15 years ago
  43. 65e92d6 manager: free dbus error when ignoring it by Lennart Poettering · 15 years ago
  44. fe51822 manager: introduce unit path cache to minimize disk accesses by Lennart Poettering · 15 years ago
  45. 9014a8b dbus: suppress duplicate message when reusing bus for system and session by Lennart Poettering · 15 years ago
  46. c6c18be cgroup: kill processes, not tasks and other cgroup changes by Lennart Poettering · 15 years ago
  47. 5509654 cgroup: make cgroup controller name a constant by Lennart Poettering · 15 years ago
  48. fb38518 unit: trim cgroups when going down by Lennart Poettering · 15 years ago
  49. 582a507 systemctl: show exec status of all exited programs by Lennart Poettering · 15 years ago
  50. 3f6c78d service: allow immediate stopping while starting by Lennart Poettering · 15 years ago
  51. 82c64bf snapshot: fix deserialization by Lennart Poettering · 15 years ago
  52. 1e001f5 main: add a few more useful diagnostic log messages by Lennart Poettering · 15 years ago
  53. 2e22afe execute: add ability to configure the kill signal by Lennart Poettering · 15 years ago
  54. 73c33e7 mount: add implicit umount.target conflicts only in system mode by Lennart Poettering · 15 years ago
  55. 41e4505 automount: refuse automounts for the root file system by Lennart Poettering · 15 years ago
  56. 4e67ddd units: introduce umount.target for unmounting all file systems by Lennart Poettering · 15 years ago
  57. b8131a8 systemctl: show connection counters only for Accept=yes sockets by Lennart Poettering · 15 years ago
  58. 83bda35 build-sys: drop special name hack for dbus.service since a native service file is now shipped upstream dbus by Lennart Poettering · 15 years ago
  59. 25366e0 socket: fix loading of .service files for .socket files by Lennart Poettering · 15 years ago
  60. a821caa main: make it possible to run a system daemon along side an aloready running one for testing purposes by Lennart Poettering · 15 years ago
  61. 71a6f75 install: properly parse --realize=reload by Lennart Poettering · 15 years ago
  62. ca326f6 main: introduce $SYSTEMD_SKIP_API_MOUNTS to disable mounting of API FS by Lennart Poettering · 15 years ago
  63. b4f10a5 install: various improvements by Lennart Poettering · 15 years ago
  64. bc8c2f5 systemctl: short cut things if we aren't root and the user requested a reboot to suppress unnecessary wall message by Lennart Poettering · 15 years ago
  65. d47b555 systemctl: don't actually reboot/poweroff/halt if only a wtmp update is requested by Kay Sievers · 15 years ago
  66. e34b615 cgls: fix missing initialization by Lennart Poettering · 15 years ago
  67. fa776d8 cgls: beef up control group dumping and introduce cgls tool by Lennart Poettering · 15 years ago
  68. ab35fb1 systemctl: filter and sort member pid of cgroup by Lennart Poettering · 15 years ago
  69. f8820b6 service: don't enable native services via legacy sysv symlinks anymore by Lennart Poettering · 15 years ago
  70. 301056b util: fix missing memory initialization by Lennart Poettering · 15 years ago
  71. c368608 mount: fix confirm spawn setting by Lennart Poettering · 15 years ago
  72. 4c90c12 dbus: add missing dbus-errors.h header by Lennart Poettering · 15 years ago
  73. 420a016 man: document variable substitution by Lennart Poettering · 15 years ago
  74. fab56fc execute: support minimal environment variable replacement when executing processes by Lennart Poettering · 15 years ago
  75. 1e3ad08 execute: if the main process of a service already owns the TTY, don't wait for acquiring it again in the reload/stop step by Lennart Poettering · 15 years ago
  76. 398ef8b dbus: make errors reported via D-Bus more useful by Lennart Poettering · 15 years ago
  77. 2105e76 service: set env var for stop/reload commands by Lennart Poettering · 15 years ago
  78. 9c2d9ca job: when converting restart jobs, move them to WAITING state by Lennart Poettering · 15 years ago
  79. 46d95c0 dbus: log received message only once, in filter function by Lennart Poettering · 15 years ago
  80. e167fb8 util: handle \s escape as defined in the XDG spec properly in cunescape() by Lennart Poettering · 15 years ago
  81. 923f8d7 dbus: shut down bus connection cleanly and fully when a direct client disconnects by Lennart Poettering · 15 years ago
  82. 61e5d8e service: allow configuration of more than one Exec command in one line by Lennart Poettering · 15 years ago
  83. f60f22d util: use quoted word parsing where applicable by Lennart Poettering · 15 years ago
  84. 6febfd0 util: introduce cunescape_length() by Lennart Poettering · 15 years ago
  85. 0bab36f util: properly handle escaped quotes in words in split_quoted() by Lennart Poettering · 15 years ago
  86. f3d4cc0 util: fix handling of unknown escapes in cunescape() by Lennart Poettering · 15 years ago
  87. 3dab294 conf-parser: support continuation lines with trailing backslashes in lines by Lennart Poettering · 15 years ago
  88. 54165a3 log: bump up a number of log messages so that they are shown even if debug logging is disabled, for diagnostic purposes by Lennart Poettering · 15 years ago
  89. e015090 main: always log when we reexecute or reload by Lennart Poettering · 15 years ago
  90. af2ab1f service: fix parsing word size functions by Lennart Poettering · 15 years ago
  91. 8f75a60 util: implement safe_atolu based on safe_atolli/safe_atoi, depending on word size by Lennart Poettering · 15 years ago
  92. acb591e execute: change stdout inherit logic, when run as PID 1 use /dev/null by Lennart Poettering · 15 years ago
  93. ecdbca4 service: serialize exec status by Lennart Poettering · 15 years ago
  94. 7c70671 main: lower default log level to INFO by Lennart Poettering · 15 years ago
  95. 2e54424 util: minor simplification when printing welcome text by Lennart Poettering · 15 years ago
  96. e0376b1 systemctl: minor beautifications by Lennart Poettering · 15 years ago
  97. a822056 initctl: check peer credentials after connection by Lennart Poettering · 15 years ago
  98. f4579ce dbus: don't try to run AddMatch when connected to a private bus by Lennart Poettering · 15 years ago
  99. 7b97f47 dbus: send reload completion message on right connection by Lennart Poettering · 15 years ago
  100. ed4c1cc unit: when reading description from LSB prefer short over long description by Lennart Poettering · 15 years ago