systemd 4
  1. ea4a240 systemctl: accept -p more than once by Lennart Poettering · 14 years ago
  2. 5e5c6cd update fixme by Lennart Poettering · 14 years ago
  3. 50f2a90 update fixme by Lennart Poettering · 14 years ago
  4. 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
  5. 8f05424 unit: allow symlinking unit files to /dev/null by Lennart Poettering · 14 years ago
  6. c24eb49 exec: extend variable substitution to support splitting variable values into seperate arguments by Lennart Poettering · 14 years ago
  7. 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
  8. 84b0096 hostname: properly deal with unset hostname in fedora configuration by Lennart Poettering · 14 years ago
  9. 2cc59db systemctl: always disable color when output goes into a file by Lennart Poettering · 14 years ago
  10. d8d5ab9 manager: write serialization to /dev/.systemd/ instead of /dev/shm by Lennart Poettering · 14 years ago
  11. 8fe914e device: do not merge devices by Lennart Poettering · 14 years ago
  12. 5632e37 systemctl: introduce reset-maintenance command by Lennart Poettering · 14 years ago
  13. b997562 man: extend man pages a little by Lennart Poettering · 14 years ago
  14. 246756c install: optionally remove all symlinks from configuration tree recursively by Lennart Poettering · 14 years ago
  15. 92abbef execute: bump up log level of executed processes that failed by Lennart Poettering · 14 years ago
  16. faf919f job: timeout every job independently of the unit by Lennart Poettering · 14 years ago
  17. 064f51f unit: consider only_by_dependency setting when clients ask whether a unit is startable by Lennart Poettering · 14 years ago
  18. 45fb069 systemctl: warn when operating on service files that changed on disk but haven't been reloaded by Lennart Poettering · 14 years ago
  19. 0ff3dea systemctl: always show units with active jobs in list-units output by Lennart Poettering · 14 years ago
  20. cac6f7c service: refuse to start services that are configured for per-connection instantiation to start without a socket by Lennart Poettering · 14 years ago
  21. 6c155fe path,timer: order units after sysinit by default by Lennart Poettering · 14 years ago
  22. 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
  23. ad780f1 main: disable nscd if we can to avoid deadlock, just in case by Lennart Poettering · 14 years ago
  24. 4445a87 systemctl: add to command for virtualizing the dependency tree with graphviz by Lennart Poettering · 14 years ago
  25. 14bd37f fixme: refer to rhbz bugs that need fixing by Lennart Poettering · 14 years ago
  26. 70cd22f update fixme by Lennart Poettering · 14 years ago
  27. ab861dd update fixme by Lennart Poettering · 14 years ago
  28. 3b6fdb5 unit: introduce IgnoreDependencyFailure= by Lennart Poettering · 14 years ago
  29. b708e7c execute: optionally ignore return status of invoked commands by Lennart Poettering · 14 years ago
  30. 582a507 systemctl: show exec status of all exited programs by Lennart Poettering · 14 years ago
  31. 2e22afe execute: add ability to configure the kill signal by Lennart Poettering · 14 years ago
  32. 4e67ddd units: introduce umount.target for unmounting all file systems by Lennart Poettering · 14 years ago
  33. b8131a8 systemctl: show connection counters only for Accept=yes sockets by Lennart Poettering · 14 years ago
  34. 828f33e man: update daemon man page a little by Lennart Poettering · 14 years ago
  35. ab5506a update fixme by Lennart Poettering · 14 years ago
  36. 3796721 update fixme by Lennart Poettering · 14 years ago
  37. 9a1ac7b install: implement --start option by Lennart Poettering · 14 years ago
  38. 7492290 turn negative options into positive options by Lennart Poettering · 14 years ago
  39. a567261 dbus: send signals about jobs to the clients having created them unconditionally, and thus get rid of broadcast signals in most cases by Lennart Poettering · 14 years ago
  40. 552e433 systemctl: use format_timespan() where applicable by Lennart Poettering · 14 years ago
  41. 03fae01 uniformly suffix time span properties with their unit by Lennart Poettering · 14 years ago
  42. 82c121a dbus: complete exec coverage by Lennart Poettering · 14 years ago
  43. 032ff4a unit: shorten active state enums to make systemctl output nicer by Lennart Poettering · 14 years ago
  44. 6124958 unit: add new abstracted maintenance state for units by Lennart Poettering · 14 years ago
  45. 8c6db83 pam: implement systemd PAM module and generelize cgroup API for that a bit by Lennart Poettering · 14 years ago
  46. bb00e60 don't use 'long long' unless we have a really good reason to by Lennart Poettering · 14 years ago
  47. 6cf6bbc socket: enforce limit on number of concurrent connections by Lennart Poettering · 14 years ago
  48. 5e8d1c9 dbus: to make sure that systemd stays controllable during early bootup, register our services on our own micro usb server in addition to the bus by Lennart Poettering · 14 years ago
  49. f970470 service: honour empty cgroup even in ValidNoProcess mode by Lennart Poettering · 14 years ago
  50. f872ec3 util: properly divide in 64bit in format_timestamp() by Lennart Poettering · 14 years ago
  51. c952c6e service: add minimal access control logic for notifcation socket by Lennart Poettering · 14 years ago
  52. e55224c service: when we supervise a process, ensure it is our child by Lennart Poettering · 14 years ago
  53. c32dd69 install: make systemd-install useful for installation of template instances by Lennart Poettering · 14 years ago
  54. 33be102 cgroup: make sure the user cannot accidentaly unmount our cgroup filesystem by Lennart Poettering · 14 years ago
  55. 2cb1a60 init: call telinit in case we are run as init and not pid1 by Lennart Poettering · 14 years ago
  56. d55ae9e systemctl: add compat support for shutting down the system via upstart by Lennart Poettering · 14 years ago
  57. eb22ac3 systemctl: add /dev/initctl fallback by Lennart Poettering · 14 years ago
  58. 139be57 build-sys: speed up build via convenience library by Lennart Poettering · 14 years ago
  59. be1a67d build-sys: pass -fno-strict-aliasing by default by Lennart Poettering · 14 years ago
  60. 240a3a8 doc: install sd-daemon.[ch] as docs by Lennart Poettering · 14 years ago
  61. 706243a sd-daemon: add gcc format string attribute to sd_notifyf by Lennart Poettering · 14 years ago
  62. 7d79360 manager: expose a few special units via SIGRTMIN+x signals by Lennart Poettering · 14 years ago
  63. e4b6134 systemctl: provide compatibility implementations for various sysv utilities by Lennart Poettering · 14 years ago
  64. 5b6319d service: optionally call into PAM when dropping priviliges by Lennart Poettering · 14 years ago
  65. df1f0af tcpwrap: execute tcpwrap check in forked client, to avoid blocking name lookups in main systemd process by Lennart Poettering · 14 years ago
  66. 18c78fb typo: the correct spelling is maintenance not maintainance by Lennart Poettering · 14 years ago
  67. 8c47c73 notify: add minimal readiness/status protocol for spawned daemons by Lennart Poettering · 14 years ago
  68. 10e87ee install: add systemd-install tool for managing alias/wants symlinks by Lennart Poettering · 14 years ago
  69. 7e4249b systemctl: reimplement systemctl in pure C without Vala/GObject by Lennart Poettering · 14 years ago
  70. 2279955 update fixme by Lennart Poettering · 14 years ago
  71. 0034c15 dbus: implement systemd side of dbus activation glue by Lennart Poettering · 14 years ago
  72. c87eba5 dbus: add simplified way to start an arbitrary unit in a single method call by Lennart Poettering · 14 years ago
  73. a1b256b unit: introduce exit.service for exiting from session instances by Lennart Poettering · 15 years ago
  74. 1e89ced man: fix minor typo by Lennart Poettering · 15 years ago
  75. 871d7de timer: fully implement timer units by Lennart Poettering · 15 years ago
  76. 4288f61 dbus: automatically generate and install introspection files by Lennart Poettering · 15 years ago
  77. 6d526de unit: add automount units for a number of API filesystems by Lennart Poettering · 15 years ago
  78. 7535cc7 systemctl: add --block switch for synchronous starting of units by Lennart Poettering · 15 years ago
  79. 9a34ec5 execute: only reset those signals to the default we really need to reset to the default by Lennart Poettering · 15 years ago
  80. 11c3a4e kmod: automatically load a few kernel modules we need for normal operation before udev is active by Lennart Poettering · 15 years ago
  81. e962f5c units: mark a couple of services as OnlyByDependency by Lennart Poettering · 15 years ago
  82. c0120d9 socket: fix parsing of bind_ipv6_only by Lennart Poettering · 15 years ago
  83. 88ce42f sd-daemon: verify socket family, too by Lennart Poettering · 15 years ago
  84. 9726b29 log: handle multi-line log messages properly by Lennart Poettering · 15 years ago
  85. ff876e2 execute: reopen console in the spawned processes, if necessary by Lennart Poettering · 15 years ago
  86. 1b56019 automount: never consider our own mount point a prefix mount of us by Lennart Poettering · 15 years ago
  87. 129126f fixme: update todo list by Lennart Poettering · 15 years ago
  88. 5021be2 fixme: minor update by Lennart Poettering · 15 years ago
  89. 874aa2c fixme: minor updates by Lennart Poettering · 15 years ago
  90. 0262225 fixme: update fixme a little by Lennart Poettering · 15 years ago
  91. b5a0699 socket: allow configuration of socket/directory mode by Lennart Poettering · 15 years ago
  92. a625ac1 update fixme by Lennart Poettering · 15 years ago
  93. c1e1601 dbus: send out signals when units/jobs come, go and change by Lennart Poettering · 15 years ago
  94. 94f0434 greatly extend what we enforce as process properties by Lennart Poettering · 15 years ago
  95. 9eba9da support chrooting/setting of ioprio when spawning by Lennart Poettering · 15 years ago
  96. f94ea36 monitor udev for device changes by Lennart Poettering · 15 years ago
  97. 38a4d4f update fixme by Lennart Poettering · 15 years ago
  98. 071830f implement proper logging for services by Lennart Poettering · 15 years ago
  99. acbb022 yay, we can start socket units by Lennart Poettering · 15 years ago
  100. 87f0e41 s/name/unit by Lennart Poettering · 15 years ago