summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use newa() instead of alloca() wherever we canLennart Poettering2019-01-261-1/+1
* nspawn: ignore SIGPIPE for nspawn itselfLennart Poettering2019-01-261-0/+5
* test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for F...Lennart Poettering2019-01-161-3/+3
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-2/+2
* nspawn: check cg_ns_supported() just onceZbigniew Jędrzejewski-Szmek2018-12-111-6/+6
* nspawn: move most validation checks and configuration mangling into verify_ar...Lennart Poettering2018-12-101-76/+60
* nspawn: split out code parsing env vars into a function of its ownLennart Poettering2018-12-101-17/+27
* nspawn: move cg_unified_flush() invocation out of parse_argv()Lennart Poettering2018-12-101-4/+6
* Merge pull request #10935 from poettering/rlimit-nofile-safeZbigniew Jędrzejewski-Szmek2018-12-061-0/+3
|\
| * tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocationsLennart Poettering2018-12-011-0/+3
* | tree-wide: drop missing.h from headers and use relevant missing_*.hYu Watanabe2018-12-061-1/+1
* | lockfile: drop unnecessary headers from lockfile-util.hYu Watanabe2018-12-061-0/+1
* | missing: move fs or mount related definitions to missing_fs.hYu Watanabe2018-12-061-1/+1
* | util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* | util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-022-1/+2
* | tree-wide: remove various unused functionsLennart Poettering2018-12-022-5/+0
|/
* Merge pull request #10996 from poettering/oci-prepZbigniew Jędrzejewski-Szmek2018-11-301-0/+2
|\
| * nspawn: let's also pre-mount /dev/mqueueLennart Poettering2018-11-291-0/+2
* | Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-293-0/+3
|/
* util: make *_from_name() returns negative errno on errorYu Watanabe2018-11-282-13/+9
* Merge pull request #10901 from poettering/startswith-listYu Watanabe2018-11-261-11/+4
|\
| * tree-wide: port more code over to PATH_STARTSWITH_SET()Lennart Poettering2018-11-261-11/+4
* | cgroup: be more careful with which controllers we can enable/disable on a cgroupLennart Poettering2018-11-231-1/+1
|/
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-224-265/+204
* Merge pull request #10860 from keszybz/more-cleanup-2Lennart Poettering2018-11-211-0/+1
|\
| * Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* | nspawn: use EXIT_EXCEPTION where appropriateLennart Poettering2018-11-201-2/+3
|/
* Merge pull request #10753 from keszybz/pager-no-interruptLennart Poettering2018-11-141-1/+1
|\
| * basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-1/+1
* | nspawn: add a hint to the message we emit when a child diesZbigniew Jędrzejewski-Szmek2018-11-131-1/+2
|/
* nspawn: rework how we allocate/kill scopesLennart Poettering2018-11-093-3/+70
* nspawn: merge two variable declaration linesLennart Poettering2018-11-091-2/+1
* nspawn: simplify machine terminate bus callLennart Poettering2018-11-093-29/+9
* nspawn: make use of the new sd_bus_set_close_on_exit() call in nspawnLennart Poettering2018-11-091-0/+4
* tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe2018-11-062-4/+4
* nspawn: beef up netns checking a bit, for compat with old kernelsLennart Poettering2018-10-311-3/+5
* nspawn: add proper error message if setns() on network namespace fd failsLennart Poettering2018-10-311-1/+1
* sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe2018-10-291-4/+3
* add ephemeral to nspawn-settings.Jiuyang liu2018-10-243-3/+10
* systemd-nspawn: do not crash on /var/log/journal creation if not requiredZbigniew Jędrzejewski-Szmek2018-10-221-12/+10
* nspawn: do not include '%m' in log message if errno is zeroYu Watanabe2018-10-201-1/+1
* Merge pull request #10389 from poettering/nspawn-path-fixYu Watanabe2018-10-191-0/+11
|\
| * nspawn: use container $PATH (not host $PATH) when searching for PID 1 binarie...Lennart Poettering2018-10-181-0/+11
* | tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering2018-10-181-2/+2
* | Merge pull request #10407 from yuwata/netlink-slotLennart Poettering2018-10-181-2/+2
|\ \ | |/ |/|
| * sd-netlink: make sd_netlink_slot take its descriptionYu Watanabe2018-10-161-2/+2
| * sd-netlink: introduce sd_netlink_slotYu Watanabe2018-10-151-2/+2
* | nspawn: TAKE_FD() is your friendLennart Poettering2018-10-151-11/+5
* | tree-wide: use sockaddr_un_unlink() at two more places where appropriateLennart Poettering2018-10-151-1/+1
* | tree-wide: add a single version of "static const int one = 1"Lennart Poettering2018-10-151-2/+1