summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23658 from keszybz/gcc-warnings-2Luca Boccassi2022-06-091-8/+9
|\
| * various: indentationZbigniew Jędrzejewski-Szmek2022-06-091-8/+9
* | bpf: use __always_inline macro in restrict-ifaces.bpf.cJames Hilliard2022-06-091-1/+1
|/
* Merge pull request #23616 from keszybz/in-addr-to-string-formattingYu Watanabe2022-06-093-31/+12
|\
| * tree-wide: convert inet_ntop() calls to anonymous-buffer macrosZbigniew Jędrzejewski-Szmek2022-06-061-4/+2
| * basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-062-27/+10
* | core: firewall integration with DynamicUserNFTSet=Topi Miettinen2022-06-087-0/+159
* | core: firewall integration with ControlGroupNFTSet=Topi Miettinen2022-06-086-0/+230
* | Merge pull request #23641 from keszybz/janitorialsLuca Boccassi2022-06-081-7/+7
|\ \
| * | core: wrap some long commentsZbigniew Jędrzejewski-Szmek2022-06-071-7/+7
* | | meson: install libsystemd-shared into rootpkglibdirMichael Biebl2022-06-071-1/+1
* | | execute: fix resource leakShreenidhi Shedi2022-06-061-1/+1
|/ /
* / manager: ignore return value of unit_watch_pid()Shreenidhi Shedi2022-06-051-6/+6
|/
* core: suppress message about missing libbpf if in initrd()Zbigniew Jędrzejewski-Szmek2022-06-031-1/+2
* Merge pull request #23297 from medhefgo/trivial-auto-var-initZbigniew Jędrzejewski-Szmek2022-06-031-3/+3
|\
| * core: rework variable initialization to avoid gcc warningZbigniew Jędrzejewski-Szmek2022-06-021-3/+3
* | core/bpf: prefix log messages from different bpf subsystemsZbigniew Jędrzejewski-Szmek2022-06-025-95/+105
* | core: define a helper function for basic bpf checksZbigniew Jędrzejewski-Szmek2022-06-026-40/+57
* | meson: use files() for libcore_sources tooZbigniew Jędrzejewski-Szmek2022-06-021-134/+134
* | various: add %m in messagesZbigniew Jędrzejewski-Szmek2022-06-021-1/+1
* | Merge pull request #23558 from msekletar/issue-20329-followupYu Watanabe2022-05-312-3/+4
|\ \
| * | unit: check for mount rate limiting before checking active stateMichal Sekletar2022-05-302-3/+4
* | | core: make unit_add_two_dependencies() or friends return 1 on changedYu Watanabe2022-05-301-9/+13
* | | core/unit: fix notification about unit dependency changeYu Watanabe2022-05-301-10/+9
* | | Merge pull request #23354 from DaanDeMeyer/mount-implicit-device-dep-traceYu Watanabe2022-05-303-8/+40
|\ \ \ | |/ / |/| |
| * | core: Add trace logging to mount_add_device_dependencies()Daan De Meyer2022-05-122-7/+39
| * | core: Return 1 from unit_add_dependency() on successDaan De Meyer2022-05-121-1/+1
* | | core/device: do not downgrade device state if it is already enumeratedYu Watanabe2022-05-261-1/+2
* | | core/device: device_coldplug(): don't set DEVICE_DEADMartin Wilck2022-05-261-2/+0
* | | dissect-image: Explicitly remove partitions when done with imageDaan De Meyer2022-05-231-0/+1
* | | Merge pull request #23464 from bnf/update-wiki-linksYu Watanabe2022-05-211-1/+1
|\ \ \
| * | | tree-wide: streamline wiki linksBenjamin Franzke2022-05-211-1/+1
* | | | Merge pull request #23339 from poettering/sockaddr-size-limitLuca Boccassi2022-05-211-19/+10
|\ \ \ \ | |/ / / |/| | |
| * | | tree-wide: port various users over to connect_unix_path()Lennart Poettering2022-05-131-19/+10
* | | | manager: skip BPF cleanup if we never initializedZbigniew Jędrzejewski-Szmek2022-05-173-5/+8
* | | | core/bpf: lsm_bpf_supported() returns a booleanZbigniew Jędrzejewski-Szmek2022-05-172-12/+12
* | | | Merge pull request #23383 from yuwata/meson-suppress-warningLuca Boccassi2022-05-161-5/+1
|\ \ \ \
| * | | | meson: always get libbpf include directory from pkgconfigYu Watanabe2022-05-151-5/+1
* | | | | core: fix commentYu Watanabe2022-05-151-1/+1
|/ / / /
* / / / tree-wide: replace AF_LOCAL with AF_UNIXYu Watanabe2022-05-142-2/+2
|/ / /
* | / tree-wide: fix typoYu Watanabe2022-05-131-1/+1
| |/ |/|
* | core/device: ignore DEVICE_FOUND_UDEV bit on switching rootYu Watanabe2022-05-121-10/+49
* | core/device: drop unnecessary conditionYu Watanabe2022-05-121-4/+1
* | fuzzers: ignore size limits when compiled standaloneZbigniew Jędrzejewski-Szmek2022-05-121-1/+1
* | fuzzers: add input size limits, always configure limits in two waysYu Watanabe2022-05-121-0/+4
|/
* Merge pull request #23351 from keszybz/logind-messageYu Watanabe2022-05-115-19/+23
|\
| * Optionally call printf on LOG_MESSAGE() argumentsZbigniew Jędrzejewski-Szmek2022-05-111-1/+2
| * core: use LOG_UNIT_MESSAGE() where appropriateZbigniew Jędrzejewski-Szmek2022-05-111-9/+10
| * tree-wide: use LOG_MESSAGE() where possibleZbigniew Jędrzejewski-Szmek2022-05-113-9/+11
* | core/timer: fix potential use-after-freeYu Watanabe2022-05-101-1/+1