summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn.c
AgeCommit message (Expand)Author
2016-12-29nspawn: reword notice when /dev is pre-mounted and populated (#4971)Lennart Poettering
2016-12-21nspawn: unref the notify event source (#4941)Evgeny Vereshchagin
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
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek
2016-11-03Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering
2016-11-02nspawn: if we set up a loopback device, try to mount it with "discard"Lennart Poettering
2016-10-23nspawn: become a new root earlyEvgeny Vereshchagin
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
2016-10-21nspawn, NEWS: add missing "s" in --private-users-chown (#4438)Zbigniew Jędrzejewski-Szmek
2016-10-13nspawn: cleanup and chown the synced cgroup hierarchy (#4223)Evgeny Vereshchagin
2016-10-11nspawn,mount-util: add [u]mount_verbose and use it in nspawnZbigniew Jędrzejewski-Szmek
2016-10-11nspawn: simplify arg_us_cgns passingZbigniew Jędrzejewski-Szmek
2016-10-10Merge pull request #4332 from keszybz/nspawn-arguments-3Lennart Poettering
2016-10-10Merge pull request #4310 from keszybz/nspawn-autodetectEvgeny Vereshchagin
2016-10-10nspawn: better error messages for parsing errorsZbigniew Jędrzejewski-Szmek
2016-10-10nspawn,man: fix parsing of numeric args for --private-users, accept any booleanZbigniew Jędrzejewski-Szmek
2016-10-10Revert "nspawn: fix parsing of numeric arguments for --private-users"Zbigniew Jędrzejewski-Szmek
2016-10-09nspawn: fix parsing of numeric arguments for --private-usersZbigniew Jędrzejewski-Szmek
2016-10-09nspawn: reindent tableZbigniew Jędrzejewski-Szmek
2016-10-08nspawn: also fall back to legacy cgroup hierarchy for old containersZbigniew Jędrzejewski-Szmek
2016-10-08nspawn: use mixed cgroup hierarchy only when container has new systemdZbigniew Jędrzejewski-Szmek
2016-10-08nspawn: fix spurious reboot if container process returns 133Zbigniew Jędrzejewski-Szmek
2016-10-08nspawn: move the main loop body out to a new functionZbigniew Jędrzejewski-Szmek