summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* coredump: generate properly symbolized stacktrace for containerized processesMichal Sekletar2024-08-066-37/+207
* sysusers: check if requested group name matches user name in queueNick Rosbrook2024-08-061-1/+7
* Merge pull request #33942 from yuwata/udevadm-info-attribute-walk-jsonDaan De Meyer2024-08-061-9/+114
|\
| * udevadm-info: support json output for --attribute-walkYu Watanabe2024-08-051-3/+107
| * udevadm-info: trival cleanupsYu Watanabe2024-08-051-6/+7
* | Merge pull request #33933 from yuwata/systemctl-bus-transport-and-runtime-scopeYu Watanabe2024-08-062-0/+12
|\ \
| * | systemctl: gracefully adjust bus transport and runtime scope when --boot-load...Yu Watanabe2024-08-051-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-069-15/+87
|\ \ \
| * | | network/dhcp-pd: allow to customize route type for delegated prefixYu Watanabe2024-08-055-1/+70
| * | | 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-051-1/+15
* | | logind: add PreparingForShutdownWithMetadata propertyLuca Boccassi2024-08-051-0/+30
* | | systemd-analyze: Add svg scaling optionsrajmohan r2024-08-053-1/+25
* | | 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-054-2/+14
* | 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
|/
* base-filesystem: do not attempt to create a /lib64 -> /usr/lib/<tuple> symlinkLuca Boccassi2024-08-041-16/+8
* core/service: drop redundant flush_n_restarts indicatorMike Yuan2024-08-042-32/+16
* core/execute-serialize: use serialize_item_escaped() for external pathsMike Yuan2024-08-031-20/+32
* core/execute-serialize: drop extraneous '=' in ip-{in,e}gress serializationMike Yuan2024-08-031-2/+2
* core/service: actually allow to "hurry up" auto restartsMike Yuan2024-08-031-12/+18
* core: refuse credentials with invalid names matching with globYu Watanabe2024-08-031-0/+5
* core: make ImportCredentialEx= DBus property support without renamingYu Watanabe2024-08-031-1/+1
* creds-util: fix typoYu Watanabe2024-08-031-1/+1
* Merge pull request #33911 from YHNdnzj/cgroup-setup-cleanupYu Watanabe2024-08-0215-486/+464
|\
| * core/unit: utilize cgroup.kill on client request + SIGKILLMike Yuan2024-08-021-13/+28
| * cgroup-util: clean up cg_kill() and friends, completely split out cg_kill_ker...Mike Yuan2024-08-021-78/+76
| * core/unit: modernize log_kill() tooMike Yuan2024-08-021-8/+8
| * core/unit: unexport cg_kill log funcs, rather take in boolMike Yuan2024-08-026-21/+20
| * cgroup-util: drop unused cg_rmdir()Mike Yuan2024-08-024-48/+3
| * cgroup-util: refactor cg_{ns,freezer,kill}_supportedMike Yuan2024-08-021-21/+21