summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)Author
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-02fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart 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-24tree-wide: remove consecutive duplicate words in comments (#5148)Stefan Schweter
2017-01-18Merge pull request #5098 from evverx/fix-nspawn-notificationsDjalal Harouni
2017-01-17Merge pull request #4991 from poettering/seccomp-fixZbigniew Jędrzejewski-Szmek
2017-01-17seccomp: rework seccomp code, to improve compat with some archsLennart Poettering
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
2017-01-10build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert
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-20nspawn: split out VolatileMode definitionsLennart 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-06core: introduce parse_ip_port (#4825)Susant Sahani
2016-12-05nspawn: don't hide --bind=/tmp/* mounts (#4824)Evgeny Vereshchagin
2016-12-01util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering
2016-12-01nspawn: improve log messagesLennart Poettering
2016-12-01nspawn: optionally, automatically allocated --bind=/--overlay source from /va...Lennart 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: add ability to configure overlay mounts to .nspawn filesLennart Poettering
2016-12-01nspawn: split out overlayfs argument parsing into a function of its ownLennart Poettering
2016-12-01nspawn: use -ENOMEM instead of log_oom() in one caseLennart Poettering
2016-12-01nspawn: make use of CHASE_NON_EXISTING when locking imageLennart Poettering
2016-12-01nspawn: use the new CHASE_NON_EXISTING flag when resolving mount pointsLennart Poettering
2016-12-01fs-util: add flags parameter to chase_symlinks()Lennart Poettering
2016-12-01nspawn: use chase_symlinks() on all paths specified via --tmpfs=, --bind= and...Lennart Poettering
2016-12-01nspawn: coding style: don't mix variable declarations and function callsLennart Poettering
2016-12-01nspawn: use realloc_multiply() where it makes senseLennart Poettering
2016-12-01nspawn: accept --ephemeral --template= as alternative for --ephemeral --direc...Lennart Poettering