Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-26 | logind: update the session state file before we send out the CreateSession() ↵ | Lennart Poettering | |
reply https://bugs.freedesktop.org/show_bug.cgi?id=67273 | |||
2013-07-26 | logind: update state file after generating the session fifo, not before | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=67273 | |||
2013-07-19 | machined: correct how some properties are exported on the bus | Lennart Poettering | |
2013-07-11 | machined: forward scope properties array from client to systemd | Lennart Poettering | |
This makes nspawn's --scope= switch work again. | |||
2013-07-11 | loginctl: suppress cgroup tree output if cgroup is empty | Lennart Poettering | |
same for machinectl | |||
2013-07-11 | loginctl: restore cgroup display for status output | Lennart Poettering | |
Same for machinectl. | |||
2013-07-10 | logind: when creating the scope job fails, return this immediately to the ↵ | Lennart Poettering | |
client that wants to register the session Otherwise we'll hanging for the job to finish without any job existing. Similar, for machined. | |||
2013-07-10 | logind: don't misunderstand UnitRemoved signals during reloading | Lennart Poettering | |
When PID 1 reloads the units logind/machined will see UnitRemoved signals for all units. Instead of trusting these immediately, let's check the actual unit state before considering a unit gone, so that reloading PID 1 is not mistaken as the end of all sessions. | |||
2013-07-06 | man: document machinectl and systemd-machined | Zbigniew Jędrzejewski-Szmek | |
2013-07-05 | tests: add tests for string lookup tables | Zbigniew Jędrzejewski-Szmek | |
The tests check if the tables have entries for all values in the enum, and that the entries are unique. | |||
2013-07-03 | logind/machined: properly notice when units are gc'ed | Lennart Poettering | |
2013-07-02 | machine: fix -Wmaybe-uninitialized warning | Dave Reisner | |
The return value of machine_start_scope might be undefined if m->scope is non-NULL. | |||
2013-07-02 | machined: check correct return value for NULL | Dave Reisner | |
2013-07-02 | machine: fix scope allocation | Lennart Poettering | |
2013-07-02 | logind: after deserializatio readd systemd units to unit-to-object hashmap ↵ | Lennart Poettering | |
correctly | |||
2013-07-02 | machined: sync to /run after job completed | Lennart Poettering | |
2013-07-02 | machined: relax access to GetMachine() | Lennart Poettering | |
2013-07-02 | nspawn: use the corect method signature for CreateMachine() | Lennart Poettering | |
2013-07-02 | machined: fix bus path unescaping | Lennart Poettering | |
2013-07-02 | machined: split out machine registration stuff from logind | Lennart Poettering | |
Embedded folks don't need the machine registration stuff, hence it's nice to make this optional. Also, I'd expect that machinectl will grow additional commands quickly, for example to join existing containers and suchlike, hence it's better keeping that separate from loginctl. |