summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* nspawn: add nosuid and nodev to /tmp mount (#6004)tomty892017-05-231-1/+1
* Merge pull request #5958 from keszybz/explicit-log-errnoLennart Poettering2017-05-221-1/+1
|\
| * tree-wide: fix incorrect uses of %mZbigniew Jędrzejewski-Szmek2017-05-131-1/+1
* | Fix includes (#5980)Matija Skala2017-05-192-1/+2
|/
* tree-wide: use SET_FLAG in more places (#5892)Zbigniew Jędrzejewski-Szmek2017-05-071-5/+3
* Merge pull request #5801 from keszybz/help-errorLennart Poettering2017-04-291-4/+4
|\
| * nspawn: check cgroups after parsing optionsZbigniew Jędrzejewski-Szmek2017-04-251-4/+4
* | meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-34/+32
* | meson: define testsZbigniew Jędrzejewski-Szmek2017-04-231-0/+9
* | meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-231-0/+33
|/
* Merge pull request #5708 from vcatechnology/arm-cross-compileLennart Poettering2017-04-171-1/+1
|\
| * build-sys: correct blkid.h includesMatt Clarkson2017-04-061-1/+1
* | nspawn: check if the DNS stub is listening for requestsDavid Michael2017-03-311-4/+19
|/
* Merge pull request #5444 from poettering/cgroups-revert-no-errorZbigniew Jędrzejewski-Szmek2017-02-243-8/+23
|\
| * cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering2017-02-242-3/+3
| * cgroup: change cg_unified() to possibly return errors againLennart Poettering2017-02-243-8/+23
* | Fix missing space in comments (#5439)AsciiWolf2017-02-242-3/+3
|/
* core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...Tejun Heo2017-02-202-32/+51
* core: simplify cg_[all_]unified()Tejun Heo2017-02-183-25/+14
* nspawn: fix cgroup mode detectionTejun Heo2017-02-181-8/+5
* Merge pull request #5369 from poettering/nspawn-resolvedZbigniew Jędrzejewski-Szmek2017-02-181-2/+17
|\
| * nspawn: tweak check whether resolved is around a bitLennart Poettering2017-02-171-2/+17
* | copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-3/+3
|/
* Merge pull request #4962 from poettering/root-directory-2Zbigniew Jędrzejewski-Szmek2017-02-081-50/+7
|\
| * core,nspawn,dissect: make nspawn's .roothash file search reusableLennart Poettering2017-02-071-50/+7
* | nspawn: Add support for sysroot pivoting (#5258)Philip Withnall2017-02-086-1/+181
|/
* nspawn: shown exec() command is misleadingLennart Poettering2017-02-021-6/+7
* fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering2017-02-021-1/+1
* nspawn: Print attempted execv() path on failure (#5199)Philip Withnall2017-02-011-6/+11
* tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek2017-01-311-1/+1
* nspawn: fix clobbering of selinux context argZbigniew Jędrzejewski-Szmek2017-01-311-2/+1
* tree-wide: remove consecutive duplicate words in comments (#5148)Stefan Schweter2017-01-241-1/+1
* Merge pull request #5098 from evverx/fix-nspawn-notificationsDjalal Harouni2017-01-181-0/+6
|\
| * nspawn: change owner/group of /run/systemd/nspawn/notify to userns-rootEvgeny Vereshchagin2017-01-171-0/+6
* | Merge pull request #4991 from poettering/seccomp-fixZbigniew Jędrzejewski-Szmek2017-01-171-50/+63
|\ \ | |/ |/|
| * seccomp: rework seccomp code, to improve compat with some archsLennart Poettering2017-01-171-50/+63
* | nspawn: fix memleakZbigniew Jędrzejewski-Szmek2017-01-151-2/+2
* | Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek2017-01-143-57/+49
|\ \
| * | nspawn: tweaks to /etc/resolv.conf managementLennart Poettering2016-12-211-10/+22
| * | nspawn: don't complain when we can't fix the timezone of read-only containersLennart Poettering2016-12-211-4/+7
| * | dissect: make using a generic partition as root partition optionalLennart Poettering2016-12-211-1/+5
| * | nspawn: restore --volatile=yes supportLennart Poettering2016-12-211-14/+14
| * | dissect: optionally, only look for GPT partition tables, nothing elseLennart Poettering2016-12-201-1/+1
| * | nspawn: split out VolatileMode definitionsLennart Poettering2016-12-202-28/+1
* | | build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert2017-01-101-1/+1
* | | 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
|\