summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn.c
AgeCommit message (Expand)Author
2017-02-18core: simplify cg_[all_]unified()Tejun Heo
2017-02-18nspawn: fix cgroup mode detectionTejun Heo
2017-02-18Merge pull request #5369 from poettering/nspawn-resolvedZbigniew Jędrzejewski-Szmek
2017-02-17nspawn: tweak check whether resolved is around a bitLennart Poettering
2017-02-17copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering
2017-02-08Merge pull request #4962 from poettering/root-directory-2Zbigniew Jędrzejewski-Szmek
2017-02-08nspawn: Add support for sysroot pivoting (#5258)Philip Withnall
2017-02-07core,nspawn,dissect: make nspawn's .roothash file search reusableLennart Poettering
2017-02-02nspawn: shown exec() command is misleadingLennart Poettering
2017-02-01nspawn: Print attempted execv() path on failure (#5199)Philip Withnall
2017-01-31tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek
2017-01-31nspawn: fix clobbering of selinux context argZbigniew Jędrzejewski-Szmek
2017-01-17nspawn: change owner/group of /run/systemd/nspawn/notify to userns-rootEvgeny Vereshchagin
2017-01-15nspawn: fix memleakZbigniew Jędrzejewski-Szmek
2017-01-14Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek
2016-12-29nspawn: reword notice when /dev is pre-mounted and populated (#4971)Lennart Poettering
2016-12-21nspawn: tweaks to /etc/resolv.conf managementLennart Poettering
2016-12-21nspawn: don't complain when we can't fix the timezone of read-only containersLennart Poettering
2016-12-21dissect: make using a generic partition as root partition optionalLennart Poettering
2016-12-21nspawn: restore --volatile=yes supportLennart Poettering
2016-12-21nspawn: unref the notify event source (#4941)Evgeny Vereshchagin
2016-12-20dissect: optionally, only look for GPT partition tables, nothing elseLennart Poettering
2016-12-14nspawn: flush out environment block of the -a stub init processLennart Poettering
2016-12-13nspawn: when getting SIGCHLD make sure it's from the first child (#4855)Andrey Ulanov
2016-12-10Merge pull request #4795 from poettering/dissectZbigniew Jędrzejewski-Szmek
2016-12-10nspawn: add missing -E to getopt_long (#4860)Wim de With
2016-12-07nspawn: resolv.conf might not be created initially (#4799)Franck Bui
2016-12-07nspawn/dissect: automatically discover dm-verity verity partitionsLennart Poettering
2016-12-07nspawn: when generating a machine name from an image name, truncate .raw suffixLennart Poettering
2016-12-07dissect: add support for encrypted imagesLennart Poettering
2016-12-07nspawn: port nspawn to new generalized image dissection codeLennart Poettering
2016-12-01util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering
2016-12-01nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"Lennart Poettering
2016-12-01tree-wide: set SA_RESTART for signal handlers we installLennart Poettering
2016-12-01nspawn: split out overlayfs argument parsing into a function of its ownLennart Poettering
2016-12-01nspawn: make use of CHASE_NON_EXISTING when locking imageLennart Poettering
2016-12-01fs-util: add flags parameter to chase_symlinks()Lennart Poettering
2016-12-01nspawn: accept --ephemeral --template= as alternative for --ephemeral --direc...Lennart Poettering
2016-12-01nspawn: properly handle image/directory paths that are symlinksLennart Poettering
2016-12-01tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering
2016-11-22nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshotLennart Poettering
2016-11-22nspawn: remove temporary root directory on exitLennart Poettering
2016-11-22nspawn: try to wait for the container PID 1 to exit, before we exitLennart Poettering
2016-11-22nspawn: support ephemeral boots from imagesLennart Poettering
2016-11-18Merge pull request #4395 from s-urbaniak/rw-supportLennart Poettering
2016-11-18nspawn: R/W support for /sys, and /proc/sysSergiusz Urbaniak
2016-11-14nspawn: restart the whole systemd-nspawn@.service unit on container reboot (#...Zbigniew Jędrzejewski-Szmek
2016-11-08nspawn: fix condition for mounting resolv.conf (#4622)Christian Hesse
2016-11-08Merge pull request #4612 from keszybz/format-stringsZbigniew Jędrzejewski-Szmek
2016-11-07nspawn: fix exit code for --help and --version (#4609)Martin Pitt