summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* basic/list: drop LIST_IS_EMPTYZbigniew Jędrzejewski-Szmek2022-07-026-12/+12
* Merge pull request #23802 from yuwata/core-watchdog-follow-upsZbigniew Jędrzejewski-Szmek2022-06-231-6/+3
|\
| * core: close watchdog device if watchdog device is unspecified nowYu Watanabe2022-06-221-5/+3
| * core: drop unnecessary freeYu Watanabe2022-06-221-1/+0
* | Revert NFTSet featureYu Watanabe2022-06-2210-389/+0
|/
* core: Fix memory leaksŁukasz Stelmach2022-06-221-2/+2
* Add sys/file.h for LOCK_Pavel Zhukov2022-06-211-0/+1
* pkgconfig,rpm: expose vars for user-tmpfiles.d locationZbigniew Jędrzejewski-Szmek2022-06-211-0/+2
* core/dbus-execute: drop unnecessary flagYu Watanabe2022-06-171-1/+1
* core/dbus-execute: do not append denied syscalls in allow-listYu Watanabe2022-06-171-0/+4
* locale-setup: merge locale handling in PID1 and localedYu Watanabe2022-06-143-101/+0
* meson: add experimental bpf-gcc compiler supportJames Hilliard2022-06-101-11/+32
* 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-041-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-311-9/+13
* | | core/unit: fix notification about unit dependency changeYu Watanabe2022-05-311-10/+9
* | | Merge pull request #23354 from DaanDeMeyer/mount-implicit-device-dep-traceYu Watanabe2022-05-313-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-141-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-161-5/+1