Age | Commit message (Expand) | Author |
2014-12-18 | machinectl: implement "bind" command to create additional bind mounts from ho... | Lennart Poettering |
2014-12-17 | nspawn: fix invocation of the raw clone() system call on s390 and cris | Ken Werner |
2014-12-12 | nspawn: when booting in ephemeral mode, append random token to machine name | Lennart Poettering |
2014-12-12 | nspawn: allow spawning ephemeral nspawn containers based on the root file sys... | Lennart Poettering |
2014-12-12 | nspawn: don't link journals in ephemeral mode | Lennart Poettering |
2014-12-12 | nspawn: properly unset arg_link_journal_try, when --link-journal= is specified | Lennart Poettering |
2014-12-12 | nspawn: beef up nspawn with some btrfs magic | Lennart Poettering |
2014-12-12 | nspawn: properly validate machine names | Lennart Poettering |
2014-12-10 | util: introduce our own gperf based capability list | Lennart Poettering |
2014-12-10 | nspawn: create the macvlan MAC addresses in an arch independent stable way | Lennart Poettering |
2014-12-09 | nspawn: make sure macvlan MAC addresses are stable | Lennart Poettering |
2014-12-03 | nspawn: correct EEXIST check when creating directory to mount /tmp in | Lennart Poettering |
2014-11-29 | nspawn: fix unused variable warning | Zbigniew Jędrzejewski-Szmek |
2014-11-29 | delta: diff returns 1 when files differ, ignore this | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-22 | nspawn: ignore EEXIST when mounting tmpfs | Richard Schütz |
2014-11-21 | nspawn: Add try-{host,guest} journal link modes | Martin Pitt |
2014-11-13 | sd-bus: sync with kdbus upstream (ABI break) | Daniel Mack |
2014-11-04 | barrier: explicitly ignore return values of barrier_place() | David Herrmann |
2014-10-31 | ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e... | Lennart Poettering |
2014-10-31 | units: don't order journal flushing afte remote-fs.target | Lennart Poettering |
2014-10-31 | nspawn: don't make up -1 as error code | Lennart Poettering |
2014-10-29 | nspawn: ignore EEXIST when creating mount point | Dave Reisner |
2014-10-27 | util: introduce sethostname_idempotent | Michal Sekletar |
2014-10-17 | nspawn: fix DeviceAllow list | Daniel Mack |
2014-10-10 | nspawn: actually allow access to /dev/net/tun in the container | Lennart Poettering |
2014-10-08 | nspawn: copy /dev/net/tun from host | Tom Gundersen |
2014-09-29 | nspawn: log when tearing down of loop device fails | Tom Gundersen |
2014-09-25 | nspawn: check some more return values | Tom Gundersen |
2014-09-19 | nspawn: don't try to create veth link with too long ifname | Tom Gundersen |
2014-08-28 | nspawn: fix --network-interface | Tom Gundersen |
2014-08-26 | util: make use of newly added reset_signal_mask() call wherever appropriate | Lennart Poettering |
2014-08-21 | notify: send STOPPING=1 from our daemons | Lennart Poettering |
2014-08-04 | nspawn: make sure that when --network-veth is used both the host and the cont... | Lennart Poettering |
2014-08-04 | bus: always explicitly close bus from main programs | Lennart Poettering |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-08-03 | nspawn: fix truncation of machine names in interface names | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-18 | barrier: initalize file descriptors with -1 | Zbigniew Jędrzejewski-Szmek |
2014-07-17 | nspawn: fix barrier-destroy call | David Herrmann |
2014-07-17 | nspawn: use Barrier API instead of eventfd-util | David Herrmann |
2014-07-10 | nspawn: register external network interface with machined | Lennart Poettering |
2014-07-04 | nspawn: add new --volatile switch for booting containers in volatile (ephemer... | Lennart Poettering |
2014-07-03 | nspawn: when running in a service unit, use systemd for restarts | Lennart Poettering |
2014-06-30 | nspawn: block open_by_handle_at() and others via seccomp | Lennart Poettering |
2014-06-30 | nspawn: let's avoid using goto to wildly for non-cleanup purposes | Lennart Poettering |