summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: port various places over to use new rearrange_stdio()Lennart Poettering2018-03-022-31/+9
* nspawn: close pipe on errorLennart Poettering2018-02-281-2/+4
* util: add new safe_close_above_stdio() wrapperLennart Poettering2018-02-281-6/+3
* nspawn: propagate original error. No need to make up -EIOLennart Poettering2018-02-281-4/+2
* nspawn: use STR_IN_SET() where we canLennart Poettering2018-02-281-1/+2
* nspawn: port some code to use read_line()Lennart Poettering2018-02-281-23/+21
* tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)Zbigniew Jędrzejewski-Szmek2018-02-261-1/+1
* nspawn: remove unnecessary mount option parsing logicYu Watanabe2018-02-211-43/+2
* nspawn: fix indentationYu Watanabe2018-02-211-6/+6
* nspawn: make sure we don't leak the fd in chase_symlinks_and_updateZbigniew Jędrzejewski-Szmek2018-02-151-4/+2
* tree-wide: port all code to use safe_getcwd()Lennart Poettering2018-01-171-2/+5
* log: minimize includes in log.hLennart Poettering2018-01-112-0/+3
* tree-wide: install matches asynchronouslyLennart Poettering2018-01-051-7/+9
* tree-wide: unify the process name we pass to wait_for_terminate_and_check() w...Lennart Poettering2018-01-041-3/+5
* process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering2018-01-042-3/+3
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-2/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-252-8/+6
* Merge pull request #7663 from keszybz/mkdir-return-valueLennart Poettering2017-12-242-15/+18
|\
| * Add mkdir_errno_wrapper() and use instead of mkdir() in various placesZbigniew Jędrzejewski-Szmek2017-12-162-15/+18
* | bus-unit-util: add socket unit related optionsYu Watanabe2017-12-231-2/+2
* | nspawn: Include missing.hHenrik Grindal Bakken2017-12-181-0/+1
|/
* Merge pull request #7469 from kinvolk/dongsu/nspawn-netnsZbigniew Jędrzejewski-Szmek2017-12-141-52/+103
|\
| * nspawn: introduce an option for specifying network namespace pathDongsu Park2017-12-131-52/+103
* | tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-142-4/+4
* | tree-wide: unify logging of "Must be root" messageLennart Poettering2017-12-111-4/+3
|/
* nspawn: turn on watchdog logic for nspawn tooLennart Poettering2017-12-071-0/+2
* build-sys: make the dynamic UID range, and the container UID range configurableLennart Poettering2017-12-062-8/+2
* nspawn: when in hybrid mode, chown() both the legacy and the unified hierarch...Lennart Poettering2017-12-053-3/+16
* nspawn: make sure images containing an ESP are compatible with userns -U modeLennart Poettering2017-12-051-1/+15
* cgroup: also include "cgroups.threads" in the list of files to chownLennart Poettering2017-12-051-5/+7
* nspawn: figure out cgroup mode *after* mounting imageLennart Poettering2017-12-051-9/+57
* util-lib: rename path_check_fstype to path_is_fs_typeZbigniew Jędrzejewski-Szmek2017-11-301-1/+1
* nspawn: adjust path to static resolv.conf to support split usrYu Watanabe2017-11-251-2/+8
* nspawn: hash the machine name, when looking for a suitable UID base (#7437)Lennart Poettering2017-11-241-1/+15
* Merge pull request #7442 from poettering/scope-fixesLennart Poettering2017-11-243-19/+98
|\
| * nspawn: make use of the RequestStop logic of scope unitsLennart Poettering2017-11-233-19/+98
* | Merge pull request #7453 from neosilky/coccinelle-fixesLennart Poettering2017-11-241-2/+2
|\ \
| * | Replace empty ternary with helper methodDaniel Lockyer2017-11-241-2/+2
| |/
* | Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-3/+1
|/
* Merge pull request #7381 from poettering/cgroup-unified-delegate-reworkZbigniew Jędrzejewski-Szmek2017-11-221-40/+53
|\
| * cgroup-util: move Set* allocation into cg_kernel_controllers()Lennart Poettering2017-11-211-5/+1
| * nspawn: minor optimizationLennart Poettering2017-11-211-4/+4
| * nspawn-mount: rework get_controllers() a bitLennart Poettering2017-11-211-16/+22
| * nspawn: rework mount_systemd_cgroup_writable() a bitLennart Poettering2017-11-211-15/+26
* | tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-202-6/+6
|/
* Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-1922-2/+24
* nspawn: make recursive chown()ing logic safe for being aborted in the middleLennart Poettering2017-11-174-63/+121
* nspawn: add missing #pragma once to header fileLennart Poettering2017-11-171-0/+2
* Merge pull request #6866 from sourcejedi/set-linger2Lennart Poettering2017-11-151-0/+2
|\