systemd 20
  1. 6e25b33 build-sys: prepare v20 by Lennart Poettering · 14 years ago
  2. 8521130 service: prefix description with LSB only if script has LSB header, use 'SysV:' otherwise by Lennart Poettering · 14 years ago
  3. 267632f unit: distuingish mandatory from triggering conditions by Lennart Poettering · 14 years ago
  4. 8125393 job: convert job type as early as we can, to simplify things a bit by Lennart Poettering · 14 years ago
  5. 7fc7012 update TODO by Lennart Poettering · 14 years ago
  6. fc7ac59 update TODO by Lennart Poettering · 14 years ago
  7. c5d3439 dbus: add 'Tainted' property to Manager object by Lennart Poettering · 14 years ago
  8. 09bde77 dbus: expose distribution name and features on manager object as properties by Lennart Poettering · 14 years ago
  9. ed1c99f s/seperate/separate/ by Lennart Poettering · 14 years ago
  10. 8c7be95 execute: load environment files at time of execution, not when we load the service configuration by Lennart Poettering · 14 years ago
  11. 3fc546f path: don't use IN_ATTRIB on parent dirs when watching a file, since those cannot be removed without emptying the dir first anyway and we need IN_ATTRIB only to detect the link count dropping to 0 by Lennart Poettering · 14 years ago
  12. 430c18e kill: always send SIGCONT after SIGTERM by Lennart Poettering · 14 years ago
  13. 2b590e1 readahead: disable collector automatically on read-only media by Lennart Poettering · 14 years ago
  14. c1b664d sysctl: use scandir() instead of nftw() to guarantee systematic ordering by Lennart Poettering · 14 years ago
  15. 1a6f4df dirent: support DT_UNKNOWN where necessary for compat with reiserfs by Lennart Poettering · 14 years ago
  16. 3db48a7 update TODO by Lennart Poettering · 14 years ago
  17. c0f9c7d systemctl: shutdown agent explicitly so that it can reset the tty properly by Lennart Poettering · 14 years ago
  18. c904f64 label: udev might be making changes in /dev while we iterate through it by Lennart Poettering · 14 years ago
  19. c77bc38 job: when cancelling jobs, make sure to propagate this properly to depending jobs by Lennart Poettering · 14 years ago
  20. aa2e211 units: synchronize gettys to plymouth even if plymouth is killed by gdm by Lennart Poettering · 14 years ago
  21. 2e0d98f update TODO by Lennart Poettering · 14 years ago
  22. 21bc923 ask-password: supported plymouth cached passwords by Lennart Poettering · 14 years ago
  23. 3642d1c plymouth: don't wait forever for plymouth in case it is stuck by Lennart Poettering · 14 years ago
  24. 6217051 update TODO by Lennart Poettering · 14 years ago
  25. b7ff1e4 plymouth: ensure we start not a single getty before plymouth is gone because we never know which ttys plymouth still controls by Lennart Poettering · 14 years ago
  26. b5c6cf8 main: refuse --test as root by Lennart Poettering · 14 years ago
  27. 2588ff0 build-sys: prepare release v18 by Lennart Poettering · 14 years ago v18
  28. e67c360 systemctl: introduce --ignore-dependencies by Lennart Poettering · 14 years ago
  29. 3073256 systemctl: introduce --failed to show only failed services by Lennart Poettering · 14 years ago
  30. 3aea3b3 manager: don't consider transaction jobs conflicting with queued jobs redundant by Lennart Poettering · 14 years ago
  31. f959c5e cleanup TODO by Lennart Poettering · 14 years ago
  32. 0a494f1 exec: introduce global defaults for the standard output of services by Lennart Poettering · 14 years ago
  33. 28dbc1e execute: optionally forward program output to /dev/console in addition to syslog/kmsg by Lennart Poettering · 14 years ago
  34. a4c24ff fsck: do not fail boot if fsck returns with an error code that hasn't 2 or 6 set by Lennart Poettering · 14 years ago
  35. f212ac1 getty: do not auto-spawn getty's on VC ttys if console=ttyN is used by Lennart Poettering · 14 years ago
  36. 7a57b33 fsck: skip root fsck if dracut already did it by Lennart Poettering · 14 years ago
  37. cfdc0c8 update TODO by Lennart Poettering · 14 years ago
  38. 3185a36 service: make main pid guessing optional, and reread pid file after reloads by Lennart Poettering · 14 years ago
  39. e9fbc77 pam: introduce whitelist and blacklist user list feature by Lennart Poettering · 14 years ago
  40. 060ed82 systemctl: don't unnecessarily close stdin/stdout/stderr for tty agent so that locking by tty works by Lennart Poettering · 14 years ago
  41. fba6e68 tmpfiles: take names of tmpfiles configuration files on the command line by Lennart Poettering · 14 years ago
  42. b8bb3e8 tmpfiles: support globs by Lennart Poettering · 14 years ago
  43. 72f576b update TODO by Lennart Poettering · 14 years ago
  44. 2958c88 device: consider udev devices with SYSTEMD_READY=0 as unplugged by Lennart Poettering · 14 years ago
  45. 7f6d613 systemctl: make sure the tty agent does not retain a copy of stdio by Lennart Poettering · 14 years ago
  46. e2811d6 update TODO by Lennart Poettering · 14 years ago
  47. 0238cd0 TODO by Lennart Poettering · 14 years ago
  48. 26ea64c update TODO by Lennart Poettering · 14 years ago
  49. 63c862b cryptsetup: fix ordering loop when dealing with encrypted swap devices by Lennart Poettering · 14 years ago
  50. cae18e2 socket: don't crash if the .service unit for a .socket unit is not found by Lennart Poettering · 14 years ago
  51. 0363153 update TODO: drop issues that cannot be reproduce or have been fixed otherwise by Lennart Poettering · 14 years ago
  52. ff2e0f0 mount: ignore if an fsck is requested for a bind mount, so that we don't wait for the bind 'device' to show up by Lennart Poettering · 14 years ago
  53. e0fa621 automount: fix segfault when shutting down by Lennart Poettering · 14 years ago
  54. 3996fbe dbus: don't try to connect to the system bus before it is actually up by Lennart Poettering · 14 years ago
  55. 867b3b7 service: make chain of main commands and control commands independent of each other, so that both can be executed simultaneously and independently by Lennart Poettering · 14 years ago
  56. e2f3b44 service: when reloading a service fails don't fail the entire service but just the reload job by Lennart Poettering · 14 years ago
  57. c32e0c4 serial-getty: invoking /sbin/securetty is no longer necessary since pam_securetty can now look for console= in /proc/cmdline by Lennart Poettering · 14 years ago
  58. 4bc5f80 systemctl: before spawning pager cache number of columns by Lennart Poettering · 14 years ago
  59. 3add4d2 pam: optionally keep processes of root user around by Lennart Poettering · 14 years ago
  60. d8cfa08 service: if a reload operation fails, don't shut down the service by Lennart Poettering · 14 years ago
  61. ba035df execute: make sending of SIGKILL on shutdown optional by Lennart Poettering · 14 years ago
  62. 0058d7b mount: FAT uuids are uppercase by Lennart Poettering · 14 years ago
  63. 2292707 man: document missing KillSignal= and swap options by Lennart Poettering · 14 years ago
  64. b24a167 update TODO by Lennart Poettering · 14 years ago
  65. 47ae6e6 device: don't warn if we cannot bump the socket buffer by Lennart Poettering · 14 years ago
  66. 487a15b update TODO by Lennart Poettering · 14 years ago
  67. 2d011a7 logger: when passing on PID info, fall back to our own if originating process is already gone by Lennart Poettering · 14 years ago
  68. 2c4b304 specifier: at minimal test by Lennart Poettering · 14 years ago
  69. 35f10fc update TODO by Lennart Poettering · 14 years ago
  70. afe4bfe fragment: allow prefixing of the EnvironmentFile= path with - to ignore errors by Lennart Poettering · 14 years ago
  71. 06ac173 update TODO by Lennart Poettering · 14 years ago
  72. 5f7c426 fragment: properly handle quotes in assignments in EnvironmentFile= files by Lennart Poettering · 14 years ago
  73. 3875282 update TODO by Lennart Poettering · 14 years ago
  74. fb8161a update TODO by Lennart Poettering · 14 years ago
  75. 0736af9 systemctl: implement auto-pager a la git by Miklos Vajna · 14 years ago
  76. c29597a util: invoke sync() implicitly on freeze() by Lennart Poettering · 14 years ago
  77. fc84026 update TODO by Kay Sievers · 14 years ago
  78. bf5bb53 update TODO by Kay Sievers · 14 years ago
  79. ccbbc0f update TODO by Lennart Poettering · 14 years ago
  80. dd04863 update TODO by Kay Sievers · 14 years ago
  81. da2400b update TODO by Kay Sievers · 14 years ago
  82. 0c8744c update TODO by Kay Sievers · 14 years ago
  83. 3d84d05 update TODO by Lennart Poettering · 14 years ago
  84. 85f6a86 update TODO by Lennart Poettering · 14 years ago
  85. 351c7e7 update TODO by Kay Sievers · 14 years ago
  86. 3ae05c8 update TODO by Kay Sievers · 14 years ago
  87. 3686ced update TODO by Lennart Poettering · 14 years ago
  88. aeb70c8 logger: fix error handling by Lennart Poettering · 14 years ago
  89. 6bd2127 man: make clear that VERSION and VERSION_ID is not mandatory in os-release.5 by Lennart Poettering · 14 years ago
  90. be8088a systemctl: don't return LSB status error codes for systemctl show by Lennart Poettering · 14 years ago
  91. 600a328 mount: do not try to mount disable cgroup controllers by Lennart Poettering · 14 years ago
  92. a7c6446 man: document /etc/modules-load.d/ by Lennart Poettering · 14 years ago
  93. ee48647 man: document locale.conf by Lennart Poettering · 14 years ago
  94. b1a2da0 cryptsetup: show udev device name when asking for password by Lennart Poettering · 14 years ago
  95. 8e1bd70 sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.d by Lennart Poettering · 14 years ago
  96. 10aa703 util: introduce /etc/os-release so that distros don't need to patch systemd to get a welcome message by Lennart Poettering · 14 years ago
  97. f81c701 update TODO by Lennart Poettering · 14 years ago
  98. a45b9fd job: make sure we don't fail umount.target if a mount unit failed to stop by Lennart Poettering · 14 years ago
  99. c1d6bc0 units: make sure prefdm is killed first, user sessions second on shutdown by Lennart Poettering · 14 years ago
  100. 2f8cd17 cryptsetup: automatically order crypt partitions before cryptsetup.target by Lennart Poettering · 14 years ago