Age | Commit message (Expand) | Author |
2015-01-15 | nspawn: fix log typos | Jonathan Boulle |
2015-01-15 | import: rename "gpt" disk image type to "raw" | Lennart Poettering |
2015-01-15 | spawn: downgrade loopback detach errors to debug | Lennart Poettering |
2015-01-15 | nspawn: add support for limited dissecting of MBR disk images with nspawn | Lennart Poettering |
2015-01-14 | nspawn: pass the container's init PID out via sd_notify() | Lennart Poettering |
2015-01-14 | nspawn: fix an incorrect assert comparison | Lennart Poettering |
2015-01-14 | nspawn: add file system locks for controlling access to container images | Lennart Poettering |
2015-01-14 | nspawn: remove the right propagation directory | Lennart Poettering |
2015-01-13 | nspawn: --help typo fix | Lennart Poettering |
2015-01-13 | nspawn: add "-n" shortcut for "--network-veth" | Lennart Poettering |
2015-01-13 | nspawn: add new option "--port=" for exposing container ports on the local host | Lennart Poettering |
2015-01-08 | machined: when cloning a raw disk image, also set the NOCOW flag | Lennart Poettering |
2015-01-08 | nspawn: fix error message when mknod fails | Tom Gundersen |
2015-01-07 | machinectl: make sure that "machinectl login" exits immediately when the mach... | Lennart Poettering |
2015-01-05 | nspawn: mount most of the cgroup tree read-only in nspawn containers except f... | Lennart Poettering |
2014-12-29 | nspawn: report back to systemd only very late whether we are OK | Lennart Poettering |
2014-12-28 | nspawn: use the same image discovery logic in nspawn as in machined | Lennart Poettering |
2014-12-25 | nspawn: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-23 | nspawn,pty: port over to new ptsname_malloc() helper | Lennart Poettering |
2014-12-23 | machinectl,nspawn: don't print extra final newline if pty terminal output was... | Lennart Poettering |
2014-12-23 | run: add a new "-t" mode for invoking a binary on an allocated TTY | Lennart Poettering |
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 |