summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)AuthorFilesLines
2015-02-04nspawn: Allow module loading if CAP_SYS_MODULE is requestedJay Faulkner1-3/+20
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-13/+13
2015-02-02remove unused variablesThomas Hindoe Paaboel Andersen1-1/+0
2015-01-23nspawn: when mounting the cgroup hierarchies, use the exact same mount option...Lennart Poettering1-2/+10
2015-01-23nspawn: mount /tmp in the container, don't leave this to the container's initLennart Poettering1-0/+1
2015-01-23nspawn: allow bind-mounting char and block filesAlban Crequy1-16/+11
2015-01-20nspawn: work around kernel bug with partition table probing on loopback devicesLennart Poettering1-70/+74
2015-01-20nspawn: add ipvlan supportTom Gundersen1-0/+99
2015-01-19nspawn: support dissecting GPT images that contain only a single generic linu...Lennart Poettering1-39/+56
2015-01-19inspawn: wait until udev has probed a loopback device before making us of itLennart Poettering1-3/+62
2015-01-15nspawn: fix log typosJonathan Boulle1-2/+2
2015-01-15import: rename "gpt" disk image type to "raw"Lennart Poettering1-1/+1
2015-01-15spawn: downgrade loopback detach errors to debugLennart Poettering1-2/+2
2015-01-15nspawn: add support for limited dissecting of MBR disk images with nspawnLennart Poettering1-52/+100
2015-01-14nspawn: pass the container's init PID out via sd_notify()Lennart Poettering1-3/+4
2015-01-14nspawn: fix an incorrect assert comparisonLennart Poettering1-1/+1
2015-01-14nspawn: add file system locks for controlling access to container imagesLennart Poettering1-14/+44
2015-01-14nspawn: remove the right propagation directoryLennart Poettering1-1/+1
2015-01-13nspawn: --help typo fixLennart Poettering1-1/+1
2015-01-13nspawn: add "-n" shortcut for "--network-veth"Lennart Poettering1-5/+4
2015-01-13nspawn: add new option "--port=" for exposing container ports on the local hostLennart Poettering1-51/+357
2015-01-08machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering1-1/+1
2015-01-08nspawn: fix error message when mknod failsTom Gundersen1-1/+1
2015-01-07machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering1-1/+1
2015-01-05nspawn: mount most of the cgroup tree read-only in nspawn containers except f...Lennart Poettering1-6/+124
2014-12-29nspawn: report back to systemd only very late whether we are OKLennart Poettering1-5/+5
2014-12-28nspawn: use the same image discovery logic in nspawn as in machinedLennart Poettering1-5/+24
2014-12-25nspawn: remove spurious include of <sys/capability.h>Filipe Brandenburger1-1/+1
2014-12-23nspawn,pty: port over to new ptsname_malloc() helperLennart Poettering1-5/+4
2014-12-23machinectl,nspawn: don't print extra final newline if pty terminal output was...Lennart Poettering1-1/+4
2014-12-23run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering1-1/+1
2014-12-18machinectl: implement "bind" command to create additional bind mounts from ho...Lennart Poettering1-0/+31
2014-12-17nspawn: fix invocation of the raw clone() system call on s390 and crisKen Werner1-3/+3
2014-12-12nspawn: when booting in ephemeral mode, append random token to machine nameLennart Poettering1-1/+20
2014-12-12nspawn: allow spawning ephemeral nspawn containers based on the root file sys...Lennart Poettering1-3/+17
2014-12-12nspawn: don't link journals in ephemeral modeLennart Poettering1-2/+10
2014-12-12nspawn: properly unset arg_link_journal_try, when --link-journal= is specifiedLennart Poettering1-5/+9
2014-12-12nspawn: beef up nspawn with some btrfs magicLennart Poettering1-82/+203
2014-12-12nspawn: properly validate machine namesLennart Poettering1-5/+3
2014-12-10util: introduce our own gperf based capability listLennart Poettering1-2/+5
2014-12-10nspawn: create the macvlan MAC addresses in an arch independent stable wayLennart Poettering1-5/+9
2014-12-09nspawn: make sure macvlan MAC addresses are stableLennart Poettering1-12/+21
2014-12-03nspawn: correct EEXIST check when creating directory to mount /tmp inLennart Poettering1-2/+2
2014-11-29nspawn: fix unused variable warningZbigniew Jędrzejewski-Szmek1-1/+8
2014-11-29delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek1-2/+2
2014-11-28treewide: another round of simplificationsMichal Schmidt1-166/+83
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-96/+96
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt1-267/+132
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-85/+85
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-85/+85