summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* nspawn: add "-n" shortcut for "--network-veth"Lennart Poettering2015-01-131-5/+4
* nspawn: add new option "--port=" for exposing container ports on the local hostLennart Poettering2015-01-131-51/+357
* machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering2015-01-081-1/+1
* nspawn: fix error message when mknod failsTom Gundersen2015-01-081-1/+1
* machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering2015-01-071-1/+1
* nspawn: mount most of the cgroup tree read-only in nspawn containers except f...Lennart Poettering2015-01-051-6/+124
* nspawn: report back to systemd only very late whether we are OKLennart Poettering2014-12-291-5/+5
* nspawn: use the same image discovery logic in nspawn as in machinedLennart Poettering2014-12-281-5/+24
* nspawn: remove spurious include of <sys/capability.h>Filipe Brandenburger2014-12-251-1/+1
* nspawn,pty: port over to new ptsname_malloc() helperLennart Poettering2014-12-231-5/+4
* machinectl,nspawn: don't print extra final newline if pty terminal output was...Lennart Poettering2014-12-231-1/+4
* run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering2014-12-231-1/+1
* machinectl: implement "bind" command to create additional bind mounts from ho...Lennart Poettering2014-12-181-0/+31
* nspawn: fix invocation of the raw clone() system call on s390 and crisKen Werner2014-12-171-3/+3
* nspawn: when booting in ephemeral mode, append random token to machine nameLennart Poettering2014-12-121-1/+20
* nspawn: allow spawning ephemeral nspawn containers based on the root file sys...Lennart Poettering2014-12-121-3/+17
* nspawn: don't link journals in ephemeral modeLennart Poettering2014-12-121-2/+10
* nspawn: properly unset arg_link_journal_try, when --link-journal= is specifiedLennart Poettering2014-12-121-5/+9
* nspawn: beef up nspawn with some btrfs magicLennart Poettering2014-12-121-82/+203
* nspawn: properly validate machine namesLennart Poettering2014-12-121-5/+3
* util: introduce our own gperf based capability listLennart Poettering2014-12-101-2/+5
* nspawn: create the macvlan MAC addresses in an arch independent stable wayLennart Poettering2014-12-101-5/+9
* nspawn: make sure macvlan MAC addresses are stableLennart Poettering2014-12-091-12/+21
* nspawn: correct EEXIST check when creating directory to mount /tmp inLennart Poettering2014-12-031-2/+2
* nspawn: fix unused variable warningZbigniew Jędrzejewski-Szmek2014-11-291-1/+8
* delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek2014-11-291-2/+2
* treewide: another round of simplificationsMichal Schmidt2014-11-281-166/+83
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-96/+96
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-267/+132
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-85/+85
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-85/+85
* nspawn: ignore EEXIST when mounting tmpfsRichard Schütz2014-11-221-1/+1
* nspawn: Add try-{host,guest} journal link modesMartin Pitt2014-11-211-8/+29
* sd-bus: sync with kdbus upstream (ABI break)Daniel Mack2014-11-131-58/+4
* barrier: explicitly ignore return values of barrier_place()David Herrmann2014-11-041-2/+2
* ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e...Lennart Poettering2014-10-311-6/+53
* units: don't order journal flushing afte remote-fs.targetLennart Poettering2014-10-311-22/+16
* nspawn: don't make up -1 as error codeLennart Poettering2014-10-311-16/+11
* nspawn: ignore EEXIST when creating mount pointDave Reisner2014-10-291-1/+1
* util: introduce sethostname_idempotentMichal Sekletar2014-10-271-1/+1
* nspawn: fix DeviceAllow listDaniel Mack2014-10-171-1/+1
* nspawn: actually allow access to /dev/net/tun in the containerLennart Poettering2014-10-101-0/+1
* nspawn: copy /dev/net/tun from hostTom Gundersen2014-10-081-4/+12
* nspawn: log when tearing down of loop device failsTom Gundersen2014-09-291-3/+10
* nspawn: check some more return valuesTom Gundersen2014-09-251-24/+96
* nspawn: don't try to create veth link with too long ifnameTom Gundersen2014-09-191-1/+1
* nspawn: fix --network-interfaceTom Gundersen2014-08-281-1/+1
* util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering2014-08-261-3/+1
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-211-1/+7
* nspawn: make sure that when --network-veth is used both the host and the cont...Lennart Poettering2014-08-041-7/+20