systemd 20
  1. 1de4d79 build-sys: add Mandriva distribution support by Andrey Borzenkov · 14 years ago v20
  2. e527618 service: use uppercase SYSV prefix to make it easier to recognize by Lennart Poettering · 14 years ago
  3. 8521130 service: prefix description with LSB only if script has LSB header, use 'SysV:' otherwise by Lennart Poettering · 14 years ago
  4. 21256a2 unit: don't accidently create ordering links to targets when default deps are off for either target and unit by Lennart Poettering · 14 years ago
  5. d4a7e06 mount: support less cumbersome x-systemd-xxx mount options by Lennart Poettering · 14 years ago
  6. 267632f unit: distuingish mandatory from triggering conditions by Lennart Poettering · 14 years ago
  7. 08672cb dbus: return DBUS_ERROR_UNKNOWN_OBJECT when an object is unknown by Lennart Poettering · 14 years ago
  8. 83310f1 systemctl: when forwarding is-enabled to chkconfig hardcode runlevel 3 by Lennart Poettering · 14 years ago
  9. d68201e job: introduce new job result code 'skipped' to use when pre conditions of job did not apply by Lennart Poettering · 14 years ago
  10. 8125393 job: convert job type as early as we can, to simplify things a bit by Lennart Poettering · 14 years ago
  11. b670e92 syslog: make sure the kmsg bridge is always pulled in and never terminated automatically by Lennart Poettering · 14 years ago
  12. c826cda add org.freedesktop.DBus.Properies.Set method by Andrey Borzenkov · 14 years ago
  13. b435309 service: drop redundant check in sysv_translate_facility by Lennart Poettering · 14 years ago
  14. 76526ba machine-id: generate /etc/machine-id 0444 by default by Lennart Poettering · 14 years ago
  15. 9b4f818 machine-id: typo fix by Lennart Poettering · 14 years ago
  16. d7ccca2 main: introduce /etc/machine-id by Lennart Poettering · 14 years ago
  17. 63a723f systemctl: fix exit code when directing is-enabled to chkconfig by Lennart Poettering · 14 years ago
  18. 81ab0d3 main: minor optimization by Lennart Poettering · 14 years ago
  19. c5d3439 dbus: add 'Tainted' property to Manager object by Lennart Poettering · 14 years ago
  20. 09bde77 dbus: expose distribution name and features on manager object as properties by Lennart Poettering · 14 years ago
  21. aa16713 main: add link to wiki page with longer explanation of the /usr madness by Lennart Poettering · 14 years ago
  22. ed1c99f s/seperate/separate/ by Lennart Poettering · 14 years ago
  23. 8c7be95 execute: load environment files at time of execution, not when we load the service configuration by Lennart Poettering · 14 years ago
  24. 0595f9a path: after installing inotify watches, recheck file again to fix race by Lennart Poettering · 14 years ago
  25. 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
  26. 430c18e kill: always send SIGCONT after SIGTERM by Lennart Poettering · 14 years ago
  27. 2b590e1 readahead: disable collector automatically on read-only media by Lennart Poettering · 14 years ago
  28. c1b664d sysctl: use scandir() instead of nftw() to guarantee systematic ordering by Lennart Poettering · 14 years ago
  29. 1a6f4df dirent: support DT_UNKNOWN where necessary for compat with reiserfs by Lennart Poettering · 14 years ago
  30. 64e5f1b systemctl: add condreload alias for compat with ALTLinux by Lennart Poettering · 14 years ago
  31. 3414abe ask-password: make a confused gcc shut up by Lennart Poettering · 14 years ago
  32. 4ce9faa ratelimit: removed n_printed by Harald Hoyer · 14 years ago
  33. 35b8ca3 Spelling Corrections by Harald Hoyer · 14 years ago
  34. a9bd141 systemctl: always null-terminate the password by Zbigniew Jędrzejewski-Szmek · 14 years ago
  35. 90e6aba udev: don't ignore non-encrypted block devices with no superblock by Lennart Poettering · 14 years ago
  36. 0e01075 udev: expose ttyUSB devices too by Lennart Poettering · 14 years ago
  37. 230e12e udev: mark hvc devices for exposure in systemd by Lennart Poettering · 14 years ago
  38. dd5e696 cryptsetup: add a terse help by Lennart Poettering · 14 years ago
  39. 446f004 agent: don't print warnings if a password was removed or timed out by Lennart Poettering · 14 years ago
  40. c0f9c7d systemctl: shutdown agent explicitly so that it can reset the tty properly by Lennart Poettering · 14 years ago
  41. 6d55002 service: never clean up a service that still has a process in it by Lennart Poettering · 14 years ago
  42. c904f64 label: udev might be making changes in /dev while we iterate through it by Lennart Poettering · 14 years ago
  43. 8e20e31 systemctl: properly handle job results by Lennart Poettering · 14 years ago
  44. c0daa70 job: also trigger on-failure dependencies when jobs faile due to dependencies, timeout by Lennart Poettering · 14 years ago
  45. a6a9a78 job: don't access j->type when j is already freed by Lennart Poettering · 14 years ago
  46. c77bc38 job: when cancelling jobs, make sure to propagate this properly to depending jobs by Lennart Poettering · 14 years ago
  47. 312732c job: start job timeout on enqueuing not when we start to process a job by Lennart Poettering · 14 years ago
  48. 5f87386 unit: increase default timeout to 3min by Lennart Poettering · 14 years ago
  49. 84168c7 logger: leave the logger longer around and allow it do handle more connections by Lennart Poettering · 14 years ago
  50. 5d44db4 dbus: pass along information why a job failed when it failed (dbus api change!) by Lennart Poettering · 14 years ago
  51. ccc8007 general: unify error code we generate on timeout by Lennart Poettering · 14 years ago
  52. 23e1e0c job: start job timer when we begin running the job, not already when we add it to the queue of jobs by Lennart Poettering · 14 years ago
  53. b61e476 cryptsetup: try to show the mount point for a crypto disk if we can by Lennart Poettering · 14 years ago
  54. 7ded2e2 ask-password: fix handling of timeouts when waiting for password by Lennart Poettering · 14 years ago
  55. 21bc923 ask-password: supported plymouth cached passwords by Lennart Poettering · 14 years ago
  56. 8075871 main: print warning if /usr is on a seperate partition by Lennart Poettering · 14 years ago
  57. 721bca5 virtualization: check cpuid first, since it is cheaper than DMI by Lennart Poettering · 14 years ago
  58. 4e08da9 util: make string static by Lennart Poettering · 14 years ago
  59. cb40c15 condition: drop pointless double negation by Lennart Poettering · 14 years ago
  60. 039655a unit: introduce ConditionVirtualization= by Lennart Poettering · 14 years ago
  61. 07faed4 virtualization: beef virtualization code by Lennart Poettering · 14 years ago
  62. b284eab dbus: don't rely that timer/path units have an initialized unit field by Lennart Poettering · 14 years ago
  63. 5048351 mount: make sure network mounts are ordered after network.target by Lennart Poettering · 14 years ago
  64. 4dba533 kmsg-syslogd: fix build by Lennart Poettering · 14 years ago
  65. 3351dc0 kmsg-syslogd: increase terminate timeout to 5min to generte less debug spew by Lennart Poettering · 14 years ago
  66. 5622dde systemctl: shutdown(8) - call kexec if kexec kernel is loaded by Kay Sievers · 14 years ago
  67. 78ab08e tmpfiles: never clean up block devices by Lennart Poettering · 14 years ago
  68. b5c6cf8 main: refuse --test as root by Lennart Poettering · 14 years ago
  69. a76fad0 readahead: remove misleading error messages by Lennart Poettering · 14 years ago
  70. f73f76a util: retry opening a TTY on EIO by Lennart Poettering · 14 years ago
  71. fc116c6 util: beef up logic to find ctty name by Lennart Poettering · 14 years ago
  72. 4ff21d8 tmpfiles: kill double slashes in unix socket names, just in case by Lennart Poettering · 14 years ago
  73. e67c360 systemctl: introduce --ignore-dependencies by Lennart Poettering · 14 years ago
  74. 3073256 systemctl: introduce --failed to show only failed services by Lennart Poettering · 14 years ago
  75. da71f23 util: seperate welcome line from other output by empty lines by Lennart Poettering · 14 years ago
  76. 3aea3b3 manager: don't consider transaction jobs conflicting with queued jobs redundant by Lennart Poettering · 14 years ago
  77. 444d943 udev: ignore block devices which no known contents, to avoid trying of mounts/swapons when devices aren't set up full yet by Lennart Poettering · 14 years ago
  78. 8538561 swap: handle "nofail" from fstab by Kay Sievers · 14 years ago
  79. 27abbe8 mount,swap: properly add dependencies to logger if needed by Lennart Poettering · 14 years ago
  80. 934da03 service: change default std output to inherit by Lennart Poettering · 14 years ago
  81. 0a494f1 exec: introduce global defaults for the standard output of services by Lennart Poettering · 14 years ago
  82. b7cf1b6 udev: use SYSTEMD_READY to mask uninitialized DM devices by Lennart Poettering · 14 years ago
  83. 28dbc1e execute: optionally forward program output to /dev/console in addition to syslog/kmsg by Lennart Poettering · 14 years ago
  84. 7b4bf06 socket: refuse socket activation for SysV services by Lennart Poettering · 14 years ago
  85. 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
  86. 83cc030 shutdown: execute all binaries in /lib/systemd/system-shutdown as last step before invoking reboot() by Lennart Poettering · 14 years ago
  87. 3036c48 job: make status message printing more verbose by Lennart Poettering · 14 years ago
  88. a4477e6 cryptsetup: fix unit file description by Lennart Poettering · 14 years ago
  89. 17b9052 tmpfiles: never delete AF_UNIX sockets that are alive by Lennart Poettering · 14 years ago
  90. 6a3b150 getty: don't parse console= anymore, use /sys/class/tty/console/active instead by Lennart Poettering · 14 years ago
  91. 079a09f util: properly resolve /dev/console if more than once console= argument was passed on the kernel command line by Lennart Poettering · 14 years ago
  92. f212ac1 getty: do not auto-spawn getty's on VC ttys if console=ttyN is used by Lennart Poettering · 14 years ago
  93. 3030ccd util: when determining the right TERM for /dev/console consult /sys/class/tty/console/active by Lennart Poettering · 14 years ago
  94. 2633eb8 service: when guessing the main PID don't consider processes that aren't our children by Lennart Poettering · 14 years ago
  95. 3185a36 service: make main pid guessing optional, and reread pid file after reloads by Lennart Poettering · 14 years ago
  96. e9fbc77 pam: introduce whitelist and blacklist user list feature by Lennart Poettering · 14 years ago
  97. 7fc01d3 systemctl: minor optimizations by Lennart Poettering · 14 years ago
  98. 060ed82 systemctl: don't unnecessarily close stdin/stdout/stderr for tty agent so that locking by tty works by Lennart Poettering · 14 years ago
  99. 46a08e3 readahead: disable readahead in virtual machines by Lennart Poettering · 14 years ago
  100. 522d4a4 systemd: document systemd-tmpfiles by Lennart Poettering · 14 years ago