summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: add basic test for memfd_set_sealed() and memfd_get_sealed()Yu Watanabe2023-05-162-0/+31
* memfd-util: set F_SEAL_EXEC flag if supportedYu Watanabe2023-05-161-1/+7
* memfd-util: memfd may also have F_SEAL_EXEC flagYu Watanabe2023-05-161-1/+2
* missing: add more F_SEAL_XYZ flagsYu Watanabe2023-05-161-0/+8
* Merge pull request #27652 from keszybz/readme-moreZbigniew Jędrzejewski-Szmek2023-05-1613-27/+173
|\
| * docs: list all public headers in stability promiseZbigniew Jędrzejewski-Szmek2023-05-161-2/+9
| * README: describe how our libraries are linkedZbigniew Jędrzejewski-Szmek2023-05-161-2/+38
| * man: add libsystemd(3)Zbigniew Jędrzejewski-Szmek2023-05-1511-23/+125
| * meson: add sd_pid_notify_barrier linkZbigniew Jędrzejewski-Szmek2023-05-151-0/+1
* | meson: fix description for link-udev-shared optionYu Watanabe2023-05-161-1/+1
* | man: use correct name for --bank optionnikstur2023-05-151-1/+1
* | hwdb: fix keyboard entry for IdeapadFlex5 (#27643)saikat05112023-05-161-1/+1
|/
* watchdog: always disarm watchdog properly before closing itLennart Poettering2023-05-151-5/+10
* Revert "units: Add missing dependencies on initrd-switch-root.target"Daan De Meyer2023-05-158-16/+16
* mkosi: Always pull in network-online.targetDaan De Meyer2023-05-151-0/+3
* mkosi: Drop squashfs dropinDaan De Meyer2023-05-151-2/+0
* portable, meson: allow statically linked buildRobert Scheck2023-05-152-2/+12
* mkosi: Install tmux in the final imageDaan De Meyer2023-05-151-0/+1
* Merge pull request #27644 from mrc0mmand/fuzz-nspawnLuca Boccassi2023-05-153-5/+43
|\
| * test: make $BUILD_DIR writable when rootfs is mounted read-onlyFrantisek Sumsal2023-05-151-2/+6
| * test: pass $BUILD_DIR as $COVERAGE_BUILD_DIR to the system managerFrantisek Sumsal2023-05-151-0/+5
| * test: update nspawn's basic config file used for fuzzingFrantisek Sumsal2023-05-151-3/+32
|/
* machine-id-setup: Do not overwrite if /etc/machine-id contains uninitializedDaan De Meyer2023-05-151-4/+14
* Merge pull request #27640 from mrc0mmand/more-testsLuca Boccassi2023-05-1412-83/+308
|\
| * test: rename TEST-13-NSPAWN-SMOKE to TEST-13-NSPAWNFrantisek Sumsal2023-05-143-2/+2
| * test: slightly extend the systemd-nspawn testsFrantisek Sumsal2023-05-142-0/+235
| * test: wait after sending a signal if necessaryFrantisek Sumsal2023-05-141-3/+3
| * nspawn: simplify error handlingFrantisek Sumsal2023-05-141-6/+4
| * test: install the overlayfs/loop modules unconditionallyFrantisek Sumsal2023-05-144-37/+22
| * test: create merged-usr containersFrantisek Sumsal2023-05-141-18/+22
| * test: bind mount the $BUILD_DIR into nspawn containersFrantisek Sumsal2023-05-142-5/+6
| * test: use dropins to override system configurationFrantisek Sumsal2023-05-141-11/+13
| * vimrc: use 109ch text width for shell scripts as wellFrantisek Sumsal2023-05-131-1/+1
|/
* po: Translated using Weblate (Belarusian)Maksim Kliazovich2023-05-131-12/+11
* sd-dhcp-server: also send DNS servers or friends on DHCPOFFERYu Watanabe2023-05-131-30/+27
* Merge pull request #27605 from YHNdnzj/dbus-activation-followupLuca Boccassi2023-05-134-18/+31
|\
| * Revert "core/manager: export manager_dbus_is_running" and partially "core: re...Mike Yuan2023-05-123-11/+7
| * core: only refuse Type=dbus service enqueuing if dbus has stop jobMike Yuan2023-05-121-7/+24
* | Merge pull request #27571 from DaanDeMeyer/mkosiLuca Boccassi2023-05-1322-19/+95
|\ \
| * | mkosi: Package a erofs usr partition with signed verityDaan De Meyer2023-05-1320-18/+88
| * | mkosi: Store /etc under /usr/share/factory/mkosiDaan De Meyer2023-05-132-0/+7
| * | mkosi: Do not enable ACL usage by defaultDaan De Meyer2023-05-131-1/+0
* | | Merge pull request #27634 from mrc0mmand/TEST-13-shenanigansLuca Boccassi2023-05-1312-331/+626
|\ \ \ | |/ / |/| |
| * | machine,portable: fix a typo in an info messageFrantisek Sumsal2023-05-132-2/+2
| * | test: merge machinectl edit/cat tests into TEST-13Frantisek Sumsal2023-05-132-36/+19
| * | test: always install the script utilityFrantisek Sumsal2023-05-133-8/+1
| * | test: add a couple of tests for machinectlFrantisek Sumsal2023-05-135-367/+582
| * | machine: fix a memory leak when showing multiple machinesFrantisek Sumsal2023-05-121-2/+1
| * | machine: fix a memory leak when showing multiple imagesFrantisek Sumsal2023-05-121-2/+1
| * | test: clean up the nspawn tests a bitFrantisek Sumsal2023-05-124-152/+258