summaryrefslogtreecommitdiffstats
path: root/src/nspawn (follow)
Commit message (Expand)AuthorAgeFilesLines
* nspawn: allow disabling os-release checkFrantisek Sumsal2023-11-031-1/+11
* Merge pull request #29508 from CodethinkLabs/systemd-vmspawn-prLuca Boccassi2023-11-034-129/+9
|\
| * nspawn: moved nspawn-creds.[ch] to shared/machine-credential.[ch]Sam Leonard2023-11-024-129/+9
* | nspawn: fix two failure pathsLennart Poettering2023-11-031-4/+8
* | process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-022-2/+2
|/
* varlink,json: introduce new varlink_dispatch() helperLennart Poettering2023-11-021-25/+29
* nspawn-patch-uid: try fchmodat2() to restore mode of symlinkArseny Maslennikov2023-11-011-5/+10
* Merge pull request #29788 from poettering/nspawn-barrier-fixLennart Poettering2023-11-011-5/+9
|\
| * nspawn: fix barriers when wiping fully visible procfs/sysfsLennart Poettering2023-10-311-5/+9
* | nspawn: make sure idmapped logic works if DDI contains only /usr/ treeLennart Poettering2023-11-012-2/+17
|/
* fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLETLennart Poettering2023-10-261-2/+2
* nspawn: Make parameter provided_mac a const for setup_veth()Raul Cheleguini2023-10-262-2/+2
* nspawn: allow user-specified MAC address on container sideRaul Cheleguini2023-10-253-6/+21
* fuzz: unify logging setupFrantisek Sumsal2023-10-192-8/+2
* nspawn: check if we can set CoredumpReceive= before doing soNick Rosbrook2023-10-161-2/+28
* nspawn: set CoredumpReceive=yes on container's scope when --boot is setNick Rosbrook2023-10-133-10/+25
* nspawn: drop unnecessary wrapper functionsZbigniew Jędrzejewski-Szmek2023-10-061-12/+8
* tree-wide: prefer sending pifds over pids when creating scope unitsLennart Poettering2023-10-053-7/+26
* tree-wide: fix typoYu Watanabe2023-10-041-1/+1
* dissect-image: optionally allow mounting via new kernel mount API in two stepsLennart Poettering2023-10-021-0/+2
* io-util: introduce loop_write_full that takes a timeoutMike Yuan2023-09-071-1/+1
* various: use id128_from_string_not_null()Zbigniew Jędrzejewski-Szmek2023-09-021-5/+4
* nspawn: check validity of the internal interface name only explicitly specifiedYu Watanabe2023-08-241-10/+12
* tree-wide: don't ifdef seccomp-util.h, drop seccomp.h inclusion everywhereLennart Poettering2023-08-214-17/+1
* tree-wide: use LIST_CLEAR()David Tardon2023-08-171-6/+1
* nspawn,shared: make ERRNO_IS_SECCOMP_FATAL an inline func with _NEG_ variantZbigniew Jędrzejewski-Szmek2023-08-162-15/+13
* various: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-161-33/+27
* seccomp: add LoongArch 64bit supportXiaotian Wu2023-08-091-0/+3
* meson: also merge declarations of fuzzers with other executablesYu Watanabe2023-08-031-12/+3
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-22/+10
* meson: move declarations of modules-load, nspawn, update-done, and update-utmpYu Watanabe2023-08-011-1/+17
* nspawn,shared: cleanup use of ERRNO_IS_SECCOMP_FATAL()Dmitry V. Levin2023-07-282-9/+12
* nspawn: cleanup use of ERRNO_IS_NOT_SUPPORTED()Dmitry V. Levin2023-07-281-13/+14
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-023-6/+6
* process-util: add simple wrapper around PR_SET_CHILD_SUBREAPERLennart Poettering2023-06-231-2/+3
* tree-wide: getpid() → getpid_cached()Lennart Poettering2023-06-231-1/+1
* btrfs-util: Add btrfs_subvol_snapshot_at()Daan De Meyer2023-06-061-15/+15
* 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