systemd 41
  1. 353e12c service: ignore SIGPIPE by default by Lennart Poettering · 13 years ago v41
  2. fa4ab99 man: document x-systemd-device-timeout= by Lennart Poettering · 13 years ago
  3. 2707271 man: fix XML by Lennart Poettering · 13 years ago
  4. e8ab3cc man: document the WATCHDOG_USEC environment variable by Lennart Poettering · 13 years ago
  5. bb242b7 service: introduce WatchdogSec and hook up the watchdog with the existing failure logic by Michael Olbrich · 13 years ago
  6. aa704ba man: document systemd.setenv= by Lennart Poettering · 13 years ago
  7. e0d2532 move /usr/bin/systemd to /usr/lib/systemd/systemd by Kay Sievers · 13 years ago
  8. 9f056f4 man: document that we support tcpwrappers only for access control by Lennart Poettering · 13 years ago
  9. a6927d7 service: add watchdog timestamp by Michael Olbrich · 13 years ago
  10. 7d39db9 virt: detect LXC+libvirt containers by Lennart Poettering · 13 years ago
  11. caa9488 man: document systemd-cgtop tool by Lennart Poettering · 13 years ago
  12. 1e5678d cgls: don't show kernel threads by default by Lennart Poettering · 13 years ago
  13. 891703e persistant -> persistent by Kay Sievers · 13 years ago
  14. 31ed59c tmpfiles: support writing short strings to files, in order to support /sys manipulations at boot time, a la sysctl by Lennart Poettering · 13 years ago
  15. 8d53b45 exec: introduce ControlGroupPersistant= to make cgroups persistant by Lennart Poettering · 13 years ago
  16. 468d726 tmpfiles: add support for creating symlinks, char/block device nodes by Lennart Poettering · 13 years ago
  17. 4cfa2c9 core: switch all log targets to go directly to the journal, instead via syslog by Lennart Poettering · 13 years ago
  18. 4dcc1cb unit: implement new PropagateReloadTo=/PropagateReloadFrom= operations by Lennart Poettering · 13 years ago
  19. 706343f journal: introduce log target 'journal' for executed processes by Lennart Poettering · 13 years ago
  20. eff4063 login: implement sd_session_get_service() by Lennart Poettering · 13 years ago
  21. 8ab49c1 headers: fix git URLs for source files by Lennart Poettering · 13 years ago
  22. 94fb446 journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since processes might also be related to mount, swap or socket units, not just services by Lennart Poettering · 13 years ago
  23. 63c52e4 man: fix SEE ALSO in hostname(5) by Tom Gundersen · 13 years ago
  24. 9847946 login: introduce sd_pid_get_service() by Lennart Poettering · 13 years ago
  25. 271b032 socket: rename the PassCred= option to PassCredentials=, since we don't want to needlessly abbreviate options unless they are very well established by Lennart Poettering · 13 years ago
  26. dc1ecd7 Merge branch 'journal' by Lennart Poettering · 13 years ago
  27. 7631828 man: switch to UTF-8 output, to work around charset issues by Lennart Poettering · 13 years ago
  28. 5079a10 man: extend sd-login(7) in regards to mixing D-Bus and synchronous library calls a bit by Lennart Poettering · 13 years ago
  29. 595aae3 man: various updates by Lennart Poettering · 13 years ago
  30. 01448ff man: add sd-login(7) page by Lennart Poettering · 13 years ago
  31. 559de12 man: sd_readahead is not actually available in libsystemd-daemon by Lennart Poettering · 13 years ago
  32. a822cbf sd-daemon: fix #include lines since we now ship a shared library by Lennart Poettering · 13 years ago
  33. 0b3b020 man: document the sd-login interfaces by Lennart Poettering · 13 years ago
  34. 4f025f4 man: fix misplaced remark in description of Sockets= by Michal Schmidt · 13 years ago
  35. 777b87e tmpfiles: add 'z', like 'Z' but not recursive by Michal Schmidt · 13 years ago
  36. 062e01b tmpfiles: apply chown, chmod for 'Z' entries too by Michal Schmidt · 13 years ago
  37. a37b560 man: mention that 'Z' ignores uid/gid/mode by Michal Schmidt · 13 years ago
  38. 462d63d man: document 'Z' in tmpfiles by Michal Schmidt · 13 years ago
  39. 7e11580 '@' is an 'ampersat' not an 'ampersand'; let's call it 'at symbol' by Tim Waugh · 13 years ago
  40. e922385 path: add PathModified (= PathChanged + IN_MODIFY) by Michal Schmidt · 13 years ago
  41. 42e8747 man: document the PassCred option by Michal Schmidt · 13 years ago
  42. 9f84624 man: fix typo in sd_notify by Michal Schmidt · 13 years ago
  43. 75c982a man: fix a typo in signal number by Michal Schmidt · 13 years ago
  44. 62590f2 unit: introduce ConditionCapability by Lennart Poettering · 13 years ago
  45. 21e557e units: introduce local-fs-pre.target and remote-fs-pre.target by Lennart Poettering · 13 years ago
  46. 7e13bea man: document list-unit-files by Ran Benita · 13 years ago
  47. a70d9a7 man: .include directive does not include as textual include it includes by parsing the include file. by Barry Scott · 13 years ago
  48. 7734f77 man: for ExecStart= provide more details on env var substitution and how that turns into arguments. by Barry Scott · 13 years ago
  49. ebed32b systemctl: print the legend regardless of stdout type, add --no-legend by Michal Schmidt · 13 years ago
  50. 8095200 condition: optionally test against type of virtualization (vm vs. container) by Lennart Poettering · 13 years ago
  51. 65bc2c2 util: detect systemd-nspawn without relying on ns cgroup tree by Lennart Poettering · 13 years ago
  52. 1c744f2 man: document that PathChanged= does not care for simple writes but only for close()-after-write() by Lennart Poettering · 13 years ago
  53. 7712ea6 man: document pkg-config line for sd-daemon by Lennart Poettering · 13 years ago
  54. 71e6c1c man: document that sd-daemon.[ch] is now available as shared library by Lennart Poettering · 13 years ago
  55. 0d60602 condition: add ConditionPathIsSymbolicLink by Michal Schmidt · 13 years ago
  56. 8571962 condition: always follow symlinks for condition checks, to mimic test by Lennart Poettering · 13 years ago
  57. ab7f148 unit: introduce ConditionPathIsMountPoint= by Lennart Poettering · 13 years ago
  58. 418112a man: document which condition tests follow symlinks by Michal Schmidt · 13 years ago
  59. 0e89268 man: list specifiers in a table by Mathieu Bridon · 13 years ago
  60. 96804f0 man: fix typo in systemd manual page by Albert Strasheim · 13 years ago
  61. 07bceef locale: support $LANGUAGE too by Lennart Poettering · 13 years ago
  62. 801f44b man: document /etc/timezone by Lennart Poettering · 13 years ago
  63. 4b7b2ef man: don't recommend After=syslog.target anymore since we don't support non-socket-activatable syslogs anymore where that was ncessary by Lennart Poettering · 13 years ago
  64. de6c78f service: change default stdout/stderr to syslog by Lennart Poettering · 13 years ago
  65. 346bce1 stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive by Lennart Poettering · 13 years ago
  66. 3377af3 man: fix securebits docs by Lennart Poettering · 13 years ago
  67. db47cc2 man: Sort the entries in systemd.special(7) by Josh Triplett · 13 years ago
  68. 0c85a4f cgroup: optionally mount a specific cgroup controllers together, and add cpu+cpuacct to the default by Lennart Poettering · 13 years ago
  69. 94959f0 exec: allow passing arbitrary path names to blkio cgroup attributes by Lennart Poettering · 13 years ago
  70. 9e37286 exec: add high-level controls for blkio cgroup attributes by Lennart Poettering · 13 years ago
  71. ab1f063 exec: optionally apply cgroup attributes to the cgroups we create by Lennart Poettering · 13 years ago
  72. ff01d04 exec: introduce PrivateNetwork= process option to turn off network access to specific services by Lennart Poettering · 13 years ago
  73. 4f755fc man: nspawn fixes by Lennart Poettering · 13 years ago
  74. a41fe3a nspawn: add new --no-net switch to turn off networking in the container by Lennart Poettering · 13 years ago
  75. 283ef08 man: loginctl has lock/unlock with a -session suffix by Miklos Vajna · 13 years ago
  76. 8b7d221 man: Fix command name in systemd-tmpfiles example. by Ville Skyttä · 13 years ago
  77. 260d370 man: document that we default to 022 as umask by Lennart Poettering · 13 years ago
  78. 8d41a96 machine-id: be nice and generate compliant v4 UUIDs by Lennart Poettering · 13 years ago
  79. 729e376 systemctl: hook up new install logic by Lennart Poettering · 13 years ago
  80. e1ea662 systemctl: remove monitor command since it is mostly useless by Lennart Poettering · 13 years ago
  81. 34c4b47 systemctl: split --help into multiple sections by Lennart Poettering · 13 years ago
  82. 253ee27 manager: add log control via RT signals by Lennart Poettering · 13 years ago
  83. 4e2d4c0 man: add a couple of crosslinks by Lennart Poettering · 13 years ago
  84. a61933a man: add man page for systemd-loginctl by Lennart Poettering · 13 years ago
  85. 82e487c unit: introduce ConditionFileIsExecutable= and use it where we check for a binary we'll spawn by Lennart Poettering · 13 years ago
  86. ee17ee7 tmpfiles: allow creation of named pipes with tmpfiles by Lennart Poettering · 13 years ago
  87. 4e7f8bc man: un-reverse IgnoreOnSnapshot description by Zbigniew Jędrzejewski-Szmek · 13 years ago
  88. 69fc152 systemctl: hide all information on --kill-mode= since it is mostly useless by Lennart Poettering · 13 years ago
  89. 8092a42 path,unit: support globbing in conditions and path units by Lennart Poettering · 13 years ago
  90. 687d082 nspawn: spawn shell under specified --user by Michal Vyskocil · 13 years ago
  91. 0aef434 unit: add three new specifiers to use in unit files by Lennart Poettering · 13 years ago
  92. 64747e2 exec: add ControlGroupModify= switch to allow changing access mode to cgroups fs by Lennart Poettering · 13 years ago
  93. c36eecd man: update pam_systemd page to document new behaviour by Lennart Poettering · 13 years ago
  94. 8fa365e logind: add man page for configuration file by Lennart Poettering · 13 years ago
  95. be394c4 systemctl: add support for --root for systemctl enable/disable/is-enabled by Frederic Crozat · 13 years ago
  96. 5f4b19f service: check whether sysv scripts where changed by Lennart Poettering · 13 years ago
  97. abebb5a systemctl: Add SYSTEMD_PAGER for setting the pager to use in systemctl by Ville Skyttä · 13 years ago
  98. 9f7dad7 man: Documentation spelling fixes by Ville Skyttä · 13 years ago
  99. 0e318ca pam-module: add debug= parameter by Michal Schmidt · 14 years ago
  100. f9f0c31 man: clarify os-release in regards to spaces a bit by Lennart Poettering · 13 years ago