Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |