summaryrefslogtreecommitdiffstats
path: root/src/nspawn (follow)
Commit message (Expand)AuthorAgeFilesLines
* label: Rename to label-util.hDaan De Meyer2023-05-301-1/+1
* nspawn: restore cross-architecture bootingLuca Boccassi2023-05-261-4/+4
* Merge pull request #27774 from dtardon/free-cleanupYu Watanabe2023-05-241-4/+3
|\
| * tree-wide: use free_and_str*dup() moreDavid Tardon2023-05-241-4/+3
* | tree-wide: convert more resolve1.Manager calls to BusLocatorDavid Tardon2023-05-241-7/+2
|/
* nspawn: make the error message less confusingFrantisek Sumsal2023-05-181-2/+2
* nspawn: correctly parse a list of interfacesFrantisek Sumsal2023-05-181-27/+37
* nspawn: clean up & unify cleanup handlersFrantisek Sumsal2023-05-181-32/+30
* nspawn: use ASSERT_PTR() moreFrantisek Sumsal2023-05-181-31/+25
* nspawn: make sure the device type survives when setting device modeFrantisek Sumsal2023-05-161-1/+1
* nspawn: fix a global-buffer-overflowFrantisek Sumsal2023-05-161-0/+1
* nspawn: fix inverted conditionFrantisek Sumsal2023-05-161-1/+1
* nspawn: call json_dispatch() with a correct pointerFrantisek Sumsal2023-05-161-1/+1
* nspawn: all hooks should be arrays of objects, not just objectsFrantisek Sumsal2023-05-161-3/+3
* nspawn: use the just returned errno in the log messageFrantisek Sumsal2023-05-161-1/+1
* nspawn: disableOOMKiller should be boolean, not intFrantisek Sumsal2023-05-161-7/+7
* nspawn: modernize the cleanup functions a bitFrantisek Sumsal2023-05-161-16/+12
* nspawn: avoid NULL pointer dereferenceFrantisek Sumsal2023-05-162-0/+3
* nspawn: file system namespace -> mount namespaceFrantisek Sumsal2023-05-151-1/+1
* nspawn: fix a typo in an error messageFrantisek Sumsal2023-05-151-1/+1
* nspawn: simplify error handlingFrantisek Sumsal2023-05-141-6/+4
* nspawn: port over to /supervisor/ subcgroup being delegated to nspawnLennart Poettering2023-04-271-5/+16
* nspawn: Don't follow /etc/resolv.conf symlinksDaan De Meyer2023-04-241-1/+1
* tree-wide: use TAKE_STRUCTDavid Tardon2023-04-141-2/+1
* image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-131-9/+3
* nspawn: container network interface namingThierry Martin2023-04-126-66/+194
* Merge pull request #25608 from poettering/dissect-moarLennart Poettering2023-04-121-1/+19
|\
| * tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-1/+19
* | Merge pull request #26887 from yuwata/proc-cmdline-filter-argumentsZbigniew Jędrzejewski-Szmek2023-04-071-0/+3
|\ \ | |/ |/|
| * tree-wide: reset optind to 0 when GNU extensions in optstring are usedYu Watanabe2023-03-291-0/+3
* | nspawn: ignore NULL machine ID in the containerYu Watanabe2023-04-041-11/+1
* | Revert "sd-id128: make id128_read() optionally take root directory"Yu Watanabe2023-04-041-1/+4
|/
* sd-id128: make id128_read() optionally take root directoryYu Watanabe2023-03-271-4/+1
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-243-23/+23
* core: Settle log target if we're going to be closing all fdsDaan De Meyer2023-03-221-0/+1
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-4/+7
* tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal2023-03-181-1/+1
* chase-symlinks: Remove unused ret_fd argumentsDaan De Meyer2023-03-141-1/+1
* Merge pull request #26641 from medhefgo/boot-elf2efiYu Watanabe2023-03-111-1/+2
|\
| * meson: Introduce userspace depJan Janssen2023-03-101-1/+2
* | lockfile-util: Rename to lock-utilDaan De Meyer2023-03-101-1/+1
|/
* nspawn: disable propagation for selected host API bind mountsLennart Poettering2023-03-031-0/+4
* nspawn: disconnect mounts propagation from host on our container dirLennart Poettering2023-03-031-5/+13
* nspawn: drop unused argLennart Poettering2023-03-021-3/+1
* Merge pull request #26632 from poettering/dissect-arch-nspawnLuca Boccassi2023-03-011-10/+13
|\
| * nspawn: fix DDI arch → personality() propagationLennart Poettering2023-03-011-10/+13
* | tree-wide: error handling modernizationsLennart Poettering2023-03-011-2/+2
|/
* nspawn: hook up memory pressure + sigrtmin+18Lennart Poettering2023-03-011-1/+8
* Merge pull request #26203 from medhefgo/mesonYu Watanabe2023-02-221-24/+38
|\
| * meson: Use dicts for fuzzer definitionsJan Janssen2023-02-211-9/+13