Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-10 | bus-proxy: fix misplaced s/system/session/ | Mantas Mikulėnas | |
2014-06-10 | bus-proxy: read the right policy when running in user mode | Lennart Poettering | |
2014-04-22 | remove bus-driverd, the interface is now handled natively by bus-proxyd | Kay Sievers | |
2014-01-08 | bus-driverd: support user mode | Kay Sievers | |
2014-01-08 | bus-proxyd: support --user bus address | Kay Sievers | |
2014-01-07 | bus-proxyd: --user -- add Accept=yes to socket | Kay Sievers | |
2014-01-07 | core: --user -- add basic.target an sort against it like --system does | Kay Sievers | |
2014-01-07 | bus-proxyd: fix socket path | Kay Sievers | |
2013-12-13 | bus: install systemd-bus-proxyd unit files for compatibility with dbus1 | Lennart Poettering | |
2013-03-31 | units/user: default.target must be isolatable | Zbigniew Jędrzejewski-Szmek | |
... Activating default unit: default.target Default target could not be isolated, starting instead: Operation refused, unit may not be isolated. | |||
2012-10-23 | units: use numerig signal for killing systemd, to avoid incompatibilities ↵ | Lennart Poettering | |
with procps/util-linux kill | |||
2012-10-18 | units: rework systemd-exit.service to terminate systemd via signal rather ↵ | Lennart Poettering | |
than bus This should make session termination more reliable, as D-Bus doesn't have to be around anymore for this to succeed. | |||
2012-06-25 | units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx | Lennart Poettering | |
These service units also execute our own code, hence rename the accordingly and prefix them with systemd- | |||
2012-05-21 | units: introduce new Documentation= field and make use of it everywhere | Lennart Poettering | |
This should help making the boot process a bit easier to explore and understand for the administrator. The simple idea is that "systemctl status" now shows a link to documentation alongside the other status and decriptionary information of a service. This patch adds the necessary fields to all our shipped units if we have proper documentation for them. | |||
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2010-11-15 | drop support for MANAGER_SESSION, introduce MANAGER_USER instead | Lennart Poettering | |