1. d2134ab build-sys: bump release for v37 by Lennart Poettering · 13 years ago v37
  2. 1835f23 service: don't try to guess PID for SysV services anymore by Lennart Poettering · 13 years ago
  3. c70ac21 localed: make sure s-s-k doesn't create any X11 config files anymore by Lennart Poettering · 13 years ago
  4. 30fa646 localed: shorten generate-kbd-model-map by Zbigniew Jędrzejewski-Szmek · 13 years ago
  5. adda7d8 pager: add _noreturn_ to pager_fallback() by Zbigniew Jędrzejewski-Szmek · 13 years ago
  6. 62590f2 unit: introduce ConditionCapability by Lennart Poettering · 13 years ago
  7. 822b185 units: forgot target units by Lennart Poettering · 13 years ago
  8. f84aea4 units: increase LimitNOFILE a bit by Lennart Poettering · 13 years ago
  9. 688c56f logind: fail gracefully if too many sessions are created by Lennart Poettering · 13 years ago
  10. a724d2e timedate: fall back to /etc/sysconfig/clock on Fedora, for compatibility with legacy by Lennart Poettering · 13 years ago
  11. 8266f98 units: remount root and API FS before all mount units are applied by Lennart Poettering · 13 years ago
  12. 21e557e units: introduce local-fs-pre.target and remote-fs-pre.target by Lennart Poettering · 13 years ago
  13. 80cc5ae l10n: Reword the polish translation a bit by Zbigniew Jędrzejewski-Szmek · 13 years ago
  14. 7e13bea man: document list-unit-files by Ran Benita · 13 years ago
  15. e8fbe35 sd-login.h: correct spelling mistakes in comments by Dave Reisner · 13 years ago
  16. b5dc29c hostname-setup: Frugalware switched to /etc/hostname by Miklos Vajna · 13 years ago
  17. 53273a6 readahead: lower max file size for readahead by Paolo Bonzini · 13 years ago
  18. a70d9a7 man: .include directive does not include as textual include it includes by parsing the include file. by Barry Scott · 13 years ago
  19. 7734f77 man: for ExecStart= provide more details on env var substitution and how that turns into arguments. by Barry Scott · 13 years ago
  20. effe639 update TODO by Lennart Poettering · 13 years ago
  21. 678abaf util: fix close() call on wrong variable by Thomas Jarosch · 13 years ago
  22. 10d975f tmpfiles: fix file descriptor leak by Thomas Jarosch · 13 years ago
  23. 65c0cf7 update TODO by Lennart Poettering · 13 years ago
  24. e5396fe test_virtualization: do not try to compare id in !virt context by Kay Sievers · 13 years ago
  25. b011116 update TODO by Kay Sievers · 13 years ago
  26. 9a36607 update TODO by Lennart Poettering · 13 years ago
  27. 7dfe96e hashmap: use different version of DJB's hash algorithm that uses shifting instead of multiplication by Lennart Poettering · 13 years ago
  28. 340047e update TODO by Lennart Poettering · 13 years ago
  29. 3887b5a logind: properly generate session creation response on dbus by Lennart Poettering · 13 years ago
  30. 798e258 systemctl: fix corrupted output of units by Michal Schmidt · 13 years ago
  31. a0ccd2a localed: handle multiple X11 kbd layouts by Lennart Poettering · 13 years ago
  32. f176b5c systemctl: fix error message when no connection to systemd is available by Lennart Poettering · 13 years ago
  33. 8185a50 systemctl: fix detection whether the dbus connection is available by Lennart Poettering · 13 years ago
  34. 652eb44 build-sys: fix build by Lennart Poettering · 13 years ago
  35. e99fa3c vconsole: don't parse Fedora's KEYMAP= kernel parameters anymore by Lennart Poettering · 13 years ago
  36. fb9de93 localed: add SetX11Keyboard() and SetVConsoleKeyboard() bus calls by Lennart Poettering · 13 years ago
  37. 958ae0d analyze: always draw top kernel, initramfs, userspace bars by Kay Sievers · 13 years ago
  38. 4deb3b9 systemctl: better width and alignment of fields by Michal Schmidt · 13 years ago
  39. ebed32b systemctl: print the legend regardless of stdout type, add --no-legend by Michal Schmidt · 13 years ago
  40. 4a8e40e pager: add a trivial internal pager by Michal Schmidt · 13 years ago
  41. 7c83341 build-sys: bump release by Lennart Poettering · 13 years ago v36
  42. a966a50 readahead: opt out of bridge logging for readahead in order not to delay things unnecessarily by Lennart Poettering · 13 years ago
  43. 4e2b0f9 service: fix up std output/error before we add dependencies to the bridge socket by Lennart Poettering · 13 years ago
  44. 5dc4c17 virt: add missing header inclusion by Lennart Poettering · 13 years ago
  45. 8095200 condition: optionally test against type of virtualization (vm vs. container) by Lennart Poettering · 13 years ago
  46. b52aae1 util: move virtualization detection into its own files, and extend return codes by Lennart Poettering · 13 years ago
  47. f2b3300 analyze: report startup time in plot mode as well by Koen Kooi · 13 years ago
  48. 70daa62 analyze: always draw 1s marker for scale by Koen Kooi · 13 years ago
  49. a65cb51 unit: fix complementing of requirement deps with After deps for targets by Michal Schmidt · 13 years ago
  50. 799f46d util: don't fail if no id was passed to detect_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. 3bb1c6b nspawn: set env var container=systemd-nspawn, following the scheme lxc introduced by Lennart Poettering · 13 years ago
  53. d77c31f loginctl: fix typo by Lennart Poettering · 13 years ago
  54. 3e085b6 llvm-analyze: change a few things to make llvm-analyze show fewer false positives by Lennart Poettering · 13 years ago
  55. de3756a llvm-analyze: fix some bugs found by llvm-analyze by Lennart Poettering · 13 years ago
  56. 4e240ab util: improve signal_to_string, signal_from_string by Michal Schmidt · 13 years ago
  57. 764e9b5 manager: fix job mode for SIGRTMIN+1, +2 by Michal Schmidt · 13 years ago
  58. 1f8fef5 condition: fix reversed tests if path does not exist at all by Michal Schmidt · 13 years ago
  59. f8440af coverity: change a few things so that coverity doesn't show so many false positives by Lennart Poettering · 13 years ago
  60. 8ea913b coverity: fix a couple of bugs found by coverity by Lennart Poettering · 13 years ago
  61. 0fe9972 units: fix rescue.service race with plymouth by Michal Schmidt · 13 years ago
  62. 1c744f2 man: document that PathChanged= does not care for simple writes but only for close()-after-write() by Lennart Poettering · 13 years ago
  63. a82e550 unit: don't recheck conditions when a unit is already starting but unit_start() is invoked by Lennart Poettering · 13 years ago
  64. 7712ea6 man: document pkg-config line for sd-daemon by Lennart Poettering · 13 years ago
  65. 71e6c1c man: document that sd-daemon.[ch] is now available as shared library by Lennart Poettering · 13 years ago
  66. 5375410 service: warn if a service fails to write its PID file by Michal Schmidt · 13 years ago
  67. 0cdad5c update TODO by Lennart Poettering · 13 years ago
  68. 878587b selinux: reopen log when loading the SELinux policy fails by Lennart Poettering · 13 years ago
  69. 4dfc092 service: if StandardInput=socket and StandardOutput=inherit imply socket for output, don't imply default output by Lennart Poettering · 13 years ago
  70. a65f4ae udev: asynchronously mount fuse/confifgs as soon as the kmods are loaded by Lennart Poettering · 13 years ago
  71. 7ef5875 units: introduce unit file for FUSE fs by Lennart Poettering · 13 years ago
  72. d418f85 units: In MeeGo there was more than one ExecStart lines present that caused systemd to refuse the rescue.service by Marko Saukko · 13 years ago
  73. d3354f6 mount: pull in quota tools from fstab lines with 'quota' option, too by Lennart Poettering · 13 years ago
  74. 57981b9 job: after converting a job from restart to start readd it to run queue by Lennart Poettering · 13 years ago
  75. f957632 update TODO by Kay Sievers · 13 years ago
  76. 4f38cd8 units: we don't need to check whether /sys/kernel/security is already mounted since we'll enumerate that fact anyway by Lennart Poettering · 13 years ago
  77. a2f5666 update TODO by Lennart Poettering · 13 years ago
  78. ac0a983 units: drop automount unit for /dev/hugepages by Lennart Poettering · 13 years ago
  79. 1f2c94a units: drop automount unit for /dev/mqueue by Lennart Poettering · 13 years ago
  80. 77f81d8 units: drop automount unit for /sys/kernel/security by Lennart Poettering · 13 years ago
  81. e124e7a units: drop automount unit for /sys/kernel/debug by Lennart Poettering · 13 years ago
  82. 0286cc1 units: drop /sys/kernel/config automount unit by Lennart Poettering · 13 years ago
  83. c72dcc5 modules-load: filter out double modules by Lennart Poettering · 13 years ago
  84. 13230d5 service: minor change in service_load_pid_file return value by Michal Schmidt · 13 years ago
  85. 0d60602 condition: add ConditionPathIsSymbolicLink by Michal Schmidt · 13 years ago
  86. 8571962 condition: always follow symlinks for condition checks, to mimic test by Lennart Poettering · 13 years ago
  87. db01f8b service: handle forking services that move to a new PID by Michal Schmidt · 13 years ago
  88. b1db68f units: don't initialize automount point for securityfs if the initrd already mounted the directory by Lennart Poettering · 13 years ago
  89. ab7f148 unit: introduce ConditionPathIsMountPoint= by Lennart Poettering · 13 years ago
  90. 418112a man: document which condition tests follow symlinks by Michal Schmidt · 13 years ago
  91. cbe8269 units: direct stdout/stderr of rescue shells to tty by Michal Schmidt · 13 years ago
  92. d6bca18 units: Add support for automounting configfs, ala debugfs, etc. by Bill Nottingham · 13 years ago
  93. 67d36a7 update TODO by Lennart Poettering · 13 years ago
  94. a94e09a stdout-syslog-bridge: properly handle overly long log lines by Lennart Poettering · 13 years ago
  95. 00ca7f0 service: drop broken support for X-Interactive fields in LSB headers by Lennart Poettering · 13 years ago
  96. 34a2dc4 condition: in ConditionPathIsExecutable follow symlinks by Lennart Poettering · 13 years ago
  97. a373b0e condition: opt out of /proc/cmdline parsing only when running in a container, not in a VM by Lennart Poettering · 13 years ago
  98. 1e2591d hostnamed: Fix "SetStaticHostname" debug output by Bastien Nocera · 13 years ago
  99. 0e89268 man: list specifiers in a table by Mathieu Bridon · 13 years ago
  100. 96804f0 man: fix typo in systemd manual page by Albert Strasheim · 13 years ago