summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop signal.h when signal-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop magic.h when missing_magic.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop blkid.h when blkid-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop acl.h when acl-util.h is includedYu Watanabe2019-11-041-3/+0
* tree-wide: drop pwd.h and grp.h when user-util.h is includedYu Watanabe2019-11-042-3/+0
* tree-wide: drop sched.h when missing_sched.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* nspawn: respect quiet on capabilities warningJustin Trudell2019-11-031-1/+2
* nspawn: mangle slice nameLennart Poettering2019-11-031-2/+7
* tree-wide: drop missing.hYu Watanabe2019-10-313-3/+3
* Merge pull request #13866 from keszybz/nspawn-restartsLennart Poettering2019-10-303-10/+10
|\
| * nspawn: when stopping the machine, just deregister the machineZbigniew Jędrzejewski-Szmek2019-10-293-10/+10
* | various tools: be more explicit when a glob is passed when not supportedZbigniew Jędrzejewski-Szmek2019-10-251-2/+2
* | basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-242-14/+13
* | nspawn: fix handling of --console=helpZbigniew Jędrzejewski-Szmek2019-10-231-19/+30
* | Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2019-10-033-2/+3
|\ \
| * | util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek2019-09-161-0/+1
| * | util-lib: move yes_no() and friends to string-util.hZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
| * | basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchyZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* | | nspawn: surrender controlling terminal to PID2 when using the PID1 stubNicolas Douma2019-10-031-0/+6
* | | nspawn: rename UNIFIED_CGROUP_HIERARCHY to SYSTEMD_NSPAWN_UNIFIED_HIERARCHYZbigniew Jędrzejewski-Szmek2019-10-011-4/+16
* | | nspawn: consistenly fail if parsing the environment failsZbigniew Jędrzejewski-Szmek2019-10-011-30/+39
* | | nspawn: default to unified hierarchy if --as-pid2 is usedZbigniew Jędrzejewski-Szmek2019-10-011-2/+21
* | | tree-wide: various code-formatting improvementsFrantisek Sumsal2019-09-221-2/+3
|/ /
* | Merge pull request #13209 from poettering/nspawn-volatile-merged-usrLennart Poettering2019-07-291-3/+22
|\ \
| * | nspawn: print an explanatory error when people try to use --volatile=yes on d...Lennart Poettering2019-07-291-3/+22
| |/
* | nspawn: when operating on the host image, let's move the root to a different ...Lennart Poettering2019-07-291-2/+18
* | nspawn: always take exclusive locks of ephemeral OS tree copiesLennart Poettering2019-07-291-2/+5
* | nspawn: don't look for .nspawn file above the top-level directory, it makes n...Lennart Poettering2019-07-291-1/+1
* | nspawn: allow --volatile=yes instances of -D /Lennart Poettering2019-07-291-2/+6
|/
* Revert "nspawn: remove unnecessary mount option parsing logic"Iago López Galeiras2019-07-241-2/+43
* Merge pull request #13092 from keszybz/coverity-fixesLennart Poettering2019-07-172-8/+4
|\
| * nspawn: fix misplaced parenthesis and merge two error handling pathsZbigniew Jędrzejewski-Szmek2019-07-171-7/+3
| * nspawn: fix memleak in argument parsingZbigniew Jędrzejewski-Szmek2019-07-171-1/+1
* | nspawn: make use of SIGINT handling when copying filesLennart Poettering2019-07-171-27/+43
|/
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* tree-wide: get rid of strappend()Lennart Poettering2019-07-123-4/+4
* nspawn: fix abort when we cannot execveZbigniew Jędrzejewski-Szmek2019-07-091-1/+1
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-241-1/+1
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-222-4/+4
|\
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-212-4/+4
* | path-util: get rid of prefix_root()Lennart Poettering2019-06-213-12/+18
* | nspawn: don't hard fail when setting capabilitiesAnita Zhang2019-06-201-1/+12
|/
* nspawn: make use of openpt_allocate()Franck Bui2019-06-181-10/+2
* nspawn: allocate the pty used for /dev/console within the containerFranck Bui2019-06-181-88/+106
* nspawn: use correct error variable when logging errors returned by send_one_fd()Franck Bui2019-06-181-1/+1
* Merge pull request #12628 from keszybz/dbus-executeMichal Sekletar2019-05-304-64/+27
|\
| * Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-294-64/+27