summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* nspawn: reword notice when /dev is pre-mounted and populated (#4971)Lennart Poettering2016-12-291-5/+2
* nspawn: unref the notify event source (#4941)Evgeny Vereshchagin2016-12-211-5/+5
* nspawn: flush out environment block of the -a stub init processLennart Poettering2016-12-143-3/+32
* nspawn: when getting SIGCHLD make sure it's from the first child (#4855)Andrey Ulanov2016-12-131-2/+23
* Merge pull request #4795 from poettering/dissectZbigniew Jędrzejewski-Szmek2016-12-101-657/+140
|\
| * nspawn/dissect: automatically discover dm-verity verity partitionsLennart Poettering2016-12-071-2/+86
| * nspawn: when generating a machine name from an image name, truncate .raw suffixLennart Poettering2016-12-071-2/+14
| * dissect: add support for encrypted imagesLennart Poettering2016-12-071-2/+7
| * nspawn: port nspawn to new generalized image dissection codeLennart Poettering2016-12-071-656/+38
* | nspawn: add missing -E to getopt_long (#4860)Wim de With2016-12-101-1/+1
* | nspawn: resolv.conf might not be created initially (#4799)Franck Bui2016-12-071-0/+2
|/
* core: introduce parse_ip_port (#4825)Susant Sahani2016-12-061-5/+5
* nspawn: don't hide --bind=/tmp/* mounts (#4824)Evgeny Vereshchagin2016-12-051-1/+1
* util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering2016-12-012-5/+5
* nspawn: improve log messagesLennart Poettering2016-12-011-4/+4
* nspawn: optionally, automatically allocated --bind=/--overlay source from /va...Lennart Poettering2016-12-012-6/+40
* nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"Lennart Poettering2016-12-014-67/+134
* tree-wide: set SA_RESTART for signal handlers we installLennart Poettering2016-12-011-1/+1
* nspawn: add ability to configure overlay mounts to .nspawn filesLennart Poettering2016-12-013-0/+29
* nspawn: split out overlayfs argument parsing into a function of its ownLennart Poettering2016-12-013-60/+63
* nspawn: use -ENOMEM instead of log_oom() in one caseLennart Poettering2016-12-011-1/+1
* nspawn: make use of CHASE_NON_EXISTING when locking imageLennart Poettering2016-12-011-9/+9
* nspawn: use the new CHASE_NON_EXISTING flag when resolving mount pointsLennart Poettering2016-12-011-19/+23
* fs-util: add flags parameter to chase_symlinks()Lennart Poettering2016-12-012-4/+4
* nspawn: use chase_symlinks() on all paths specified via --tmpfs=, --bind= and...Lennart Poettering2016-12-011-10/+17
* nspawn: coding style: don't mix variable declarations and function callsLennart Poettering2016-12-011-1/+3
* nspawn: use realloc_multiply() where it makes senseLennart Poettering2016-12-011-1/+1
* nspawn: accept --ephemeral --template= as alternative for --ephemeral --direc...Lennart Poettering2016-12-011-0/+10
* nspawn: properly handle image/directory paths that are symlinksLennart Poettering2016-12-011-0/+35
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-012-15/+31
* nspawn: don't require chown() if userns is not onLennart Poettering2016-11-221-10/+14
* nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshotLennart Poettering2016-11-221-7/+18
* nspawn: remove temporary root directory on exitLennart Poettering2016-11-221-8/+13
* nspawn: try to wait for the container PID 1 to exit, before we exitLennart Poettering2016-11-221-1/+6
* nspawn: support ephemeral boots from imagesLennart Poettering2016-11-221-21/+51
* Merge pull request #4395 from s-urbaniak/rw-supportLennart Poettering2016-11-183-37/+99
|\
| * nspawn: R/W support for /sys, and /proc/sysSergiusz Urbaniak2016-11-183-37/+99
* | nspawn: restart the whole systemd-nspawn@.service unit on container reboot (#...Zbigniew Jędrzejewski-Szmek2016-11-141-5/+7
|/
* nspawn: fix condition for mounting resolv.conf (#4622)Christian Hesse2016-11-081-1/+2
* Merge pull request #4612 from keszybz/format-stringsZbigniew Jędrzejewski-Szmek2016-11-081-1/+1
|\
| * Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* | nspawn: fix exit code for --help and --version (#4609)Martin Pitt2016-11-071-1/+1
|/
* systemd-nspawn: decrease non-fatal mount errors to debug level (#4569)tblume2016-11-071-1/+1
* Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering2016-11-032-15/+9
|\
| * nspawn: use the return value from asprintf instead of checking the pointerZbigniew Jędrzejewski-Szmek2016-10-231-13/+7
| * tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-232-4/+4
* | nspawn: if we set up a loopback device, try to mount it with "discard"Lennart Poettering2016-11-021-2/+12
* | seccomp: add new seccomp_init_conservative() helperLennart Poettering2016-10-241-15/+3
* | nspawn: become a new root earlyEvgeny Vereshchagin2016-10-231-4/+4
* | nspawn: really lchown(uid/gid)Evgeny Vereshchagin2016-10-231-1/+54
|/