summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-252-9/+9
* nspawn: when running nspawn, set a $PATH including both bin + sbin by default...Lennart Poettering2018-04-201-1/+1
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-0624-312/+0
* nspawn: wait for network namespace creation before interface setup (#8633)Philip Sequeira2018-04-051-4/+15
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-056-67/+30
* Merge pull request #8552 from keszybz/test-improvementsLennart Poettering2018-03-231-2/+2
|\
| * tree-wide: warn when a directory path already exists but has bad mode/owner/typeZbigniew Jędrzejewski-Szmek2018-03-231-1/+1
| * basic/mkdir: convert bool flag to enumZbigniew Jędrzejewski-Szmek2018-03-221-1/+1
* | macro: introduce TAKE_PTR() macroLennart Poettering2018-03-222-6/+3
* | When mangling names, optionally emit a warning (#8400)Zbigniew Jędrzejewski-Szmek2018-03-211-1/+1
|/
* dissect: add dissect_image_and_warn() that unifies error message generation f...Lennart Poettering2018-03-211-18/+4
* nspawn: move network namespace creation to a separate step (#8430)Zbigniew Jędrzejewski-Szmek2018-03-201-6/+7
* 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
|\ \