summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #27659 from yuwata/memfd-sealMike Yuan2023-05-164-2/+48
|\ \ \
| * | | 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 #27638 from YHNdnzj/upheldby-unit-fileMike Yuan2023-05-1612-36/+80
|\ \ \
| * | | test: add tests for UpheldBy= in [Install] sectionMike Yuan2023-05-154-3/+25
| * | | unit-file: support UpheldBy= in [Install] settings (adding Upholds= depsMike Yuan2023-05-158-33/+55
* | | | Merge pull request #27573 from poettering/sd-bus-descriptionLennart Poettering2023-05-169-112/+346
|\ \ \ \
| * | | | busctl: set a description for the bus connectionLennart Poettering2023-05-161-0/+2
| * | | | pid1: debug log client comm/description strings if available for incoming con...Lennart Poettering2023-05-161-2/+20
| * | | | test: add testcase for the new sockaddr metainfo logicLennart Poettering2023-05-162-0/+131
| * | | | sd-bus: use the new information in the client's sockaddr in the creds structureLennart Poettering2023-05-163-2/+89
| * | | | sd-bus: bind outgoing AF_UNIX sockets to abstract addresses conveying client ...Lennart Poettering2023-05-161-0/+49
| * | | | test-bus-server: minor modernizationsLennart Poettering2023-05-161-6/+1
| * | | | test-bus-chat: modernize a few thingsLennart Poettering2023-05-161-102/+54
| | |/ / | |/| |
* | | | Merge pull request #27648 from poettering/common-dissect-dirLennart Poettering2023-05-1615-42/+60
|\ \ \ \
| * | | | dissect-image: port mount_image_privately_interactively() to use /run/systemd...Lennart Poettering2023-05-1612-39/+43
| * | | | pid1: port unit namespacing to new /run/systemd/mount-rootfs dirLennart Poettering2023-05-161-3/+4
| * | | | namespace: introduce a common dir in /run/ that we can use to see new root fs...Lennart Poettering2023-05-161-0/+5
| * | | | mount-util: add umount_and_free() helperLennart Poettering2023-05-161-0/+8
| |/ / /
* | | | Merge pull request #27647 from poettering/mount-setup-tweakletsLennart Poettering2023-05-161-21/+17
|\ \ \ \
| * | | | mount-setup: minor modernizationLennart Poettering2023-05-161-15/+13
| * | | | mount-setup: minor log improvementLennart Poettering2023-05-161-1/+1
| * | | | mount-setup: port to logging about mount attempts via mount_*follow_verbose()Lennart Poettering2023-05-161-5/+3
| |/ / /
* | | | Merge pull request #27658 from poettering/base-fs-runLennart Poettering2023-05-161-0/+5
|\ \ \ \
| * | | | base-filesystem: mention why we don't carry an entry for /tmp/ for nowLennart Poettering2023-05-161-0/+4
| * | | | base-filesystem: also set up /run/ mount point if missingLennart Poettering2023-05-161-0/+1
| |/ / /
* | | | man: indicate that the JOB parameter to "systemctl cancel" is optionalLennart Poettering2023-05-161-1/+1
|/ / /
* | | 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