summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* core: refuse to mount ExtensionImages if the base layer doesn't at least have...Luca Boccassi2022-01-191-0/+2
* pid1,cgroup-show: ignore -EOPNOTSUPP in cg_read_pid()Yu Watanabe2022-01-181-2/+6
* core: add missing dependency DBus propertiesYu Watanabe2022-01-161-2/+4
* core: update log messageYu Watanabe2022-01-161-2/+6
* Merge pull request #22092 from keszybz/docs-linksZbigniew Jędrzejewski-Szmek2022-01-121-1/+1
|\
| * policy files: adjust landing page linkZbigniew Jędrzejewski-Szmek2022-01-121-1/+1
* | Merge pull request #21728 from Werkov/bfq-io-weightYu Watanabe2022-01-121-28/+22
|\ \
| * | core/cgroup: Factor out BFQ weight settingMichal Koutný2022-01-101-17/+22
| * | cgroup-util: Move macros to macros and tests to testsMichal Koutný2022-01-101-19/+0
| * | core/cgroup: Provide information about applied BFQ scalingMichal Koutný2022-01-101-4/+12
* | | Merge pull request #22037 from fbuihuu/watchdog-minor-improvementsYu Watanabe2022-01-123-6/+6
|\ \ \
| * | | pid1: voidify manager_override_watchdog()Yu Watanabe2022-01-073-6/+6
* | | | meson: Use files() for fuzzersJan Janssen2022-01-111-1/+1
| |_|/ |/| |
* | | bpf: fix bpf_can_link_lsm_program conditionJulia Kartseva2022-01-091-3/+3
* | | bpf: check if lsm link ptr is libbpf errorJulia Kartseva2022-01-091-3/+4
| |/ |/|
* | bpf: actually skip RestrictFileSystems= when not supportedZbigniew Jędrzejewski-Szmek2022-01-091-21/+7
* | core: teach LoadCredential= to load from a directoryAlbert Brox2022-01-081-68/+201
|/
* bpf: do not freeze if bpf lsm fails to set upJulia Kartseva2022-01-073-7/+17
* fuzz: no longer skip empty filesEvgeny Vereshchagin2022-01-041-5/+1
* meson: generate better arch defines for clang bpf compilationZbigniew Jędrzejewski-Szmek2022-01-041-2/+20
* Merge pull request #21990 from keszybz/indentation-and-commentsLuca Boccassi2022-01-041-40/+26
|\
| * core/bpf: tighten handling of return values, improve messagesZbigniew Jędrzejewski-Szmek2022-01-031-16/+13
| * core/bpf: avoid unnecessary initialization of variables, tighten scopeZbigniew Jędrzejewski-Szmek2022-01-031-24/+13
* | manager: always close idle pipe when sending ready notificationYu Watanabe2021-12-291-3/+3
* | core: do not touch /run/systemd/systemd-units-load from user session instancesLuca Boccassi2021-12-281-3/+4
* | tree-wide: fix typoYu Watanabe2021-12-251-2/+2
* | Merge pull request #21774 from keszybz/make-libcore-shared-and-add-lib-tag-op...Yu Watanabe2021-12-251-3/+11
|\ \
| * | meson: allow specifying a custom "tag" for the private shared libariesZbigniew Jędrzejewski-Szmek2021-12-251-1/+1
| * | meson: create new libsystemd-core.so private shared libraryZbigniew Jędrzejewski-Szmek2021-12-251-3/+11
| |/
* | Merge pull request #20833 from pdmorrow/onfailure_envYu Watanabe2021-12-258-37/+193
|\ \ | |/ |/|
| * service: pass service exit status to spawned On{Failure,Success}= dependencyPeter Morrow2021-12-138-37/+193
* | path unit: add TriggerLimitBurst= and TriggerLimitIntervalSec=Luca Boccassi2021-12-183-4/+28
* | core: Add trigger limit for path unitsDaan De Meyer2021-12-182-0/+13
* | Revert "core: Propagate condition failed state to triggering units."Daan De Meyer2021-12-1710-66/+22
* | meson: stop building out convenience libraries by defaultZbigniew Jędrzejewski-Szmek2021-12-161-1/+2
* | Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-3/+0
* | tree-wide: make FOREACH_DIRENT_ALL define the iterator variableZbigniew Jędrzejewski-Szmek2021-12-151-3/+1
|/
* namespace: allow overriding /run with a TemporaryFileSystem=Topi Miettinen2021-12-111-1/+1
* Merge pull request #20598 from tomty89/order_noautoZbigniew Jędrzejewski-Szmek2021-12-111-9/+1
|\
| * core/mount: also add default before dependency for automount mount unitsTom Yan2021-09-021-9/+1
* | meson: use subdir_done() to reduce indentYu Watanabe2021-12-104-110/+118
* | Merge pull request #20476 from jamacku/new-feature-reloaded-stampZbigniew Jędrzejewski-Szmek2021-12-073-0/+10
|\ \
| * | core: Indicate the time when the manager started loading units the last timeJan Macku2021-12-071-0/+5
| * | core: Add new DBUS properties UnitsReloadStartTimestamp and UnitsLoadTimestam...Jan Macku2021-12-073-0/+5
* | | bpf: refactor skeleton generationJames Hilliard2021-12-0710-25/+154
* | | core: add StartUnitWithFlags DBUS methodLuca Boccassi2021-12-075-6/+37
* | | Merge pull request #20522 from yuwata/cgroup-fixZbigniew Jędrzejewski-Szmek2021-12-071-12/+43
|\ \ \
| * | | core/cgroup: use helper macro for bfq conversionZbigniew Jędrzejewski-Szmek2021-11-111-18/+16
| * | | core/cgroup: set bfq.weight first, and fixes blkio.weight valueYu Watanabe2021-11-111-11/+44
* | | | Merge pull request #21646 from mrc0mmand/lgtm-followupsLuca Boccassi2021-12-071-0/+1
|\ \ \ \