summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop unnecessary 'struct'Yu Watanabe2024-09-183-4/+4
* nsresource: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-11/+23
* creds-util: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-16/+12
* resolve: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-10/+15
* resolvectl: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-29/+50
* updatectl: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-27/+43
* varlinkctl: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-3/+3
* ssh-generator: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-3/+3
* machine: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-6/+5
* nsresourced: fix build without libbpfAntonio Alvarez Feijoo2024-09-181-0/+2
* repart: Drop unprivileged subvolumes logic for btrfsDaan De Meyer2024-09-181-58/+9
* repart: Support specifying multiple directories to ExcludeFiles=Daan De Meyer2024-09-181-12/+27
* systemd: rewatch pids under cgroup v1 when sigchld of processes more than mai...chenjiayi2024-09-181-1/+1
* Merge pull request #34464 from yuwata/test-space-in-pathDaan De Meyer2024-09-184-7/+15
|\
| * test: quote paths to executablesYu Watanabe2024-09-182-3/+4
| * kernel-install: unquote plugin paths in KERNEL_INSTALL_PLUGINSYu Watanabe2024-09-182-4/+11
* | ukify: Remove debug logDaan De Meyer2024-09-171-3/+0
* | Merge pull request #34040 from AdrianVovk/repart-dollar-bootYu Watanabe2024-09-172-56/+379
|\ \ | |/ |/|
| * repart: Add SupplementFor= logicAdrian Vovk2024-09-171-54/+369
| * repart: Consider existing partitions when placingAdrian Vovk2024-09-171-2/+10
| * strv: Fixup STRV_FOREACH_PAIR macroAdrian Vovk2024-09-171-1/+1
* | Merge pull request #34440 from yuwata/network-log-no-matching-networkDaan De Meyer2024-09-175-40/+33
|\ \
| * | conf-parser: use hashmap_ensure_put() at one more placeYu Watanabe2024-09-171-5/+1
| * | conf-parser: log errors in config_parse_many_files() and friendsYu Watanabe2024-09-171-27/+22
| * | log: introduce log_oom_full()Yu Watanabe2024-09-171-3/+4
| * | network: log loaded .network and .netdev filesYu Watanabe2024-09-172-1/+2
| * | network: log when no matching .network file foundYu Watanabe2024-09-171-4/+4
| |/
* | network/dhcp4: use device_get_property_bool() at link_needs_dhcp_broadcast()Yu Watanabe2024-09-171-12/+19
* | homed: wait for user input during firstbootMichael Ferrari2024-09-174-16/+24
|/
* Use correct error code in log message in output_waiting_jobs (#34404)PavlNekrasov2024-09-171-3/+2
* Merge pull request #34443 from yuwata/network-sysctl-monitor-follow-upsYu Watanabe2024-09-179-69/+76
|\
| * network: drop unnecessary BPF related objects from Manager when disabledYu Watanabe2024-09-172-0/+4
| * network/sysctl-monitor: do not allocate sysctl_shadow when eBPF is not supportedYu Watanabe2024-09-175-24/+31
| * network/sysctl-monitor: fix use-after-freeYu Watanabe2024-09-161-1/+1
| * network/sysctl: several cleanups for sysctl_add_monitor()Yu Watanabe2024-09-161-10/+16
| * bpf-link: introduce bpf_ring_buffer_free() and friendsYu Watanabe2024-09-164-12/+16
| * network/sysctl: use wrapped free functionsYu Watanabe2024-09-161-16/+3
| * network/sysctl-monitor: fix sanity check in cut_last()Yu Watanabe2024-09-161-8/+7
* | Fix generator loggingDaan De Meyer2024-09-171-2/+4
|/
* nspawn: fix typoYu Watanabe2024-09-161-1/+1
* Merge pull request #34393 from poettering/tmpfiles-ownership-flagYu Watanabe2024-09-161-1/+15
|\
| * tmpfiles: introduce an explicit line flag $ for enabling purge logic for a lineLennart Poettering2024-09-151-1/+15
* | Merge pull request #34425 from yuwata/udev-rules-case-insensitive-matchYu Watanabe2024-09-164-101/+160
|\ \
| * | udev-rules: support case insensitive matchYu Watanabe2024-09-154-89/+146
| * | udev-rules: embed UdevRuleToken.attr_match_remove_trailing_whitespace flag in...Yu Watanabe2024-09-151-12/+14
* | | basic/build: also include BTF statusMike Yuan2024-09-161-1/+7
* | | coredump: use _cleanup_(iovec_done) where appropriateLennart Poettering2024-09-161-8/+7
* | | Merge pull request #34434 from poettering/bootctl-stub-pathsYu Watanabe2024-09-168-69/+224
|\ \ \
| * | | bootctl: also show current/default/oneshot entry literally in outputLennart Poettering2024-09-151-1/+13
| * | | bootctl: add --print-loader-path + --print-stub-pathLennart Poettering2024-09-151-2/+89