summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn.c
Commit message (Expand)AuthorAge
* inspawn: wait until udev has probed a loopback device before making us of itLennart Poettering2015-01-19
* nspawn: fix log typosJonathan Boulle2015-01-15
* import: rename "gpt" disk image type to "raw"Lennart Poettering2015-01-15
* spawn: downgrade loopback detach errors to debugLennart Poettering2015-01-15
* nspawn: add support for limited dissecting of MBR disk images with nspawnLennart Poettering2015-01-15
* nspawn: pass the container's init PID out via sd_notify()Lennart Poettering2015-01-14
* nspawn: fix an incorrect assert comparisonLennart Poettering2015-01-14
* nspawn: add file system locks for controlling access to container imagesLennart Poettering2015-01-14
* nspawn: remove the right propagation directoryLennart Poettering2015-01-14
* nspawn: --help typo fixLennart Poettering2015-01-13
* nspawn: add "-n" shortcut for "--network-veth"Lennart Poettering2015-01-13
* nspawn: add new option "--port=" for exposing container ports on the local hostLennart Poettering2015-01-13
* machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering2015-01-08
* nspawn: fix error message when mknod failsTom Gundersen2015-01-08
* machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering2015-01-07
* nspawn: mount most of the cgroup tree read-only in nspawn containers except f...Lennart Poettering2015-01-05
* nspawn: report back to systemd only very late whether we are OKLennart Poettering2014-12-29
* nspawn: use the same image discovery logic in nspawn as in machinedLennart Poettering2014-12-28
* nspawn: remove spurious include of <sys/capability.h>Filipe Brandenburger2014-12-25
* nspawn,pty: port over to new ptsname_malloc() helperLennart Poettering2014-12-23
* machinectl,nspawn: don't print extra final newline if pty terminal output was...Lennart Poettering2014-12-23
* run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering2014-12-23
* machinectl: implement "bind" command to create additional bind mounts from ho...Lennart Poettering2014-12-18
* nspawn: fix invocation of the raw clone() system call on s390 and crisKen Werner2014-12-17
* nspawn: when booting in ephemeral mode, append random token to machine nameLennart Poettering2014-12-12
* nspawn: allow spawning ephemeral nspawn containers based on the root file sys...Lennart Poettering2014-12-12
* nspawn: don't link journals in ephemeral modeLennart Poettering2014-12-12
* nspawn: properly unset arg_link_journal_try, when --link-journal= is specifiedLennart Poettering2014-12-12
* nspawn: beef up nspawn with some btrfs magicLennart Poettering2014-12-12
* nspawn: properly validate machine namesLennart Poettering2014-12-12
* util: introduce our own gperf based capability listLennart Poettering2014-12-10
* nspawn: create the macvlan MAC addresses in an arch independent stable wayLennart Poettering2014-12-10
* nspawn: make sure macvlan MAC addresses are stableLennart Poettering2014-12-09
* nspawn: correct EEXIST check when creating directory to mount /tmp inLennart Poettering2014-12-03
* nspawn: fix unused variable warningZbigniew Jędrzejewski-Szmek2014-11-29
* delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek2014-11-29
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* nspawn: ignore EEXIST when mounting tmpfsRichard Schütz2014-11-22
* nspawn: Add try-{host,guest} journal link modesMartin Pitt2014-11-21
* sd-bus: sync with kdbus upstream (ABI break)Daniel Mack2014-11-13
* barrier: explicitly ignore return values of barrier_place()David Herrmann2014-11-04
* ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e...Lennart Poettering2014-10-31
* units: don't order journal flushing afte remote-fs.targetLennart Poettering2014-10-31
* nspawn: don't make up -1 as error codeLennart Poettering2014-10-31
* nspawn: ignore EEXIST when creating mount pointDave Reisner2014-10-29
* util: introduce sethostname_idempotentMichal Sekletar2014-10-27