summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33942 from yuwata/udevadm-info-attribute-walk-jsonDaan De Meyer2024-08-062-9/+117
|\
| * udevadm-info: support json output for --attribute-walkYu Watanabe2024-08-052-3/+110
| * udevadm-info: trival cleanupsYu Watanabe2024-08-051-6/+7
* | Merge pull request #33933 from yuwata/systemctl-bus-transport-and-runtime-scopeYu Watanabe2024-08-063-0/+12
|\ \
| * | systemctl: gracefully adjust bus transport and runtime scope when --boot-load...Yu Watanabe2024-08-052-0/+8
| * | systemctl: refuse --capsule=foo with --systemYu Watanabe2024-08-041-0/+4
* | | Merge pull request #33941 from yuwata/network-dhcp-pd-route-typeYu Watanabe2024-08-0613-15/+133
|\ \ \
| * | | test-network: add test case for UnassignedSubnetPolicy=Yu Watanabe2024-08-053-0/+12
| * | | network/dhcp-pd: allow to customize route type for delegated prefixYu Watanabe2024-08-056-1/+104
| * | | network: split out core logic route_type_is_reject()Yu Watanabe2024-08-054-14/+17
| | |/ | |/|
* | | src/pcrlock/pcrlock.c: Handle empty pcrlock.d directoriesArnaud Patard2024-08-052-1/+20
* | | logind: add PreparingForShutdownWithMetadata propertyLuca Boccassi2024-08-053-3/+48
* | | Merge pull request #33912 from DaanDeMeyer/mkosiDaan De Meyer2024-08-0516-29/+163
|\ \ \
| * | | test: Add a way to quickly iterate on an integration testDaan De Meyer2024-08-057-3/+125
| * | | mkosi: Switch back to btrfsDaan De Meyer2024-08-053-5/+4
| * | | mkosi: Enable Autologin= again on DebianDaan De Meyer2024-08-051-0/+4
| * | | test: Implement TEST_SHELL for mkosi based test runnerDaan De Meyer2024-08-051-9/+19
| * | | test: Rename INTERACTIVE_DEBUG to TEST_SHELLDaan De Meyer2024-08-053-7/+7
| * | | docs: Update upgrade commands in HACKING.mdDaan De Meyer2024-08-051-4/+4
| * | | mkosi: Drop locale tmpfiles snippetDaan De Meyer2024-08-051-1/+0
* | | | mkosi: Prevent busybox from getting pulled into opensuse imagesDaan De Meyer2024-08-053-1/+14
* | | | systemd-analyze: Add svg scaling optionsrajmohan r2024-08-056-2/+46
|/ / /
* | | Merge pull request #33939 from yuwata/resolve-varlinkLuca Boccassi2024-08-052-5/+15
|\ \ \
| * | | resolve: refuse invalid service without type fieldYu Watanabe2024-08-052-0/+10
| * | | resolve: voidify unused result of function callYu Watanabe2024-08-051-5/+5
| |/ /
* | | Merge pull request #33944 from yuwata/journal-max-retention-secLuca Boccassi2024-08-052-3/+2
|\ \ \
| * | | journal: comment the default value in journald.confYu Watanabe2024-08-051-1/+1
| * | | journal: do not rotate journal when MaxRetentionSec= is setYu Watanabe2024-08-051-2/+1
| |/ /
* / / journal: set flushed flag even if we fail to open runtime journalsYu Watanabe2024-08-051-3/+4
|/ /
* | sleep: add HibernateOnACPower= option (#33846)Marc Reisner2024-08-055-2/+31
* | Merge pull request #33918 from YHNdnzj/exec-cred-cleanupLuca Boccassi2024-08-042-199/+121
|\ \
| * | core/exec-credential: do not use unlink_and_free for relative path under dfdMike Yuan2024-08-041-23/+24
| * | core/exec-credential: emit correct error on invalid cred sourceMike Yuan2024-08-041-4/+4
| * | core/exec-credential: use struct load_cred_args everywhereMike Yuan2024-08-041-129/+82
| * | core/exec-credential: use maybe_decrypt_and_write_credential() for SetCred= tooMike Yuan2024-08-041-31/+1
| * | core/exec-credential: drop misleading comment regarding EEXISTMike Yuan2024-08-041-4/+0
| * | core/exec-credential: trivial coding style cleanupMike Yuan2024-08-041-8/+8
| * | core/dbus-execute: normalize "rename" arg properlyMike Yuan2024-08-041-1/+3
* | | Merge pull request #33930 from yuwata/update-syscall-tables-and-linux-headersLuca Boccassi2024-08-0427-22/+391
|\ \ \
| * | | basic/linux: update kernel headers from v6.11-rc1Yu Watanabe2024-08-046-19/+305
| * | | seccomp: list fstatat, newfstat, and llseekYu Watanabe2024-08-041-0/+3
| * | | syscall-list: update syscall tablesYu Watanabe2024-08-0420-3/+83
| |/ /
* / / sd-event: change error code -EINVAL -> -EIOYu Watanabe2024-08-041-1/+1
|/ /
* | po: Translated using Weblate (Croatian)Marin Kresic2024-08-041-7/+17
* | po: Translated using Weblate (Greek)Dimitrys Meliates2024-08-041-42/+37
|/
* base-filesystem: do not attempt to create a /lib64 -> /usr/lib/<tuple> symlinkLuca Boccassi2024-08-041-16/+8
* meson: Use -fstrict-flex-arrays=3Daan De Meyer2024-08-041-1/+1
* hwdb: fix auto rotate on Asus Q551LB (#33921)Nova8402024-08-041-0/+1
* core/service: drop redundant flush_n_restarts indicatorMike Yuan2024-08-042-32/+16
* Merge pull request #33925 from YHNdnzj/exec-serialize-path-escapeYu Watanabe2024-08-041-22/+34
|\