summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31444 from bluca/semaphoreFrantisek Sumsal2024-02-283-5/+24
|\
| * semaphore: set upstream build profile and set default branch to debian/masterLuca Boccassi2024-02-281-2/+4
| * semaphore: enable backports to get new dependenciesLuca Boccassi2024-02-281-0/+3
| * test/README: document how to add a new empty release to the PPA to migrate th...Luca Boccassi2024-02-281-0/+11
| * test/README: update ubuntu IRC channel for CI helpLuca Boccassi2024-02-281-1/+1
| * install: fix compiler warning about empty directive argumentLuca Boccassi2024-02-281-2/+5
* | Merge pull request #31293 from ragazenta/netdev_rpsLuca Boccassi2024-02-2818-0/+475
|\ \
| * | test-network: Add test for rps_cpu_mask optionRenjaya Raga Zenta2024-02-2811-0/+188
| * | udevd: Add ReceivePacketSteeringCPUMask for systemd.linkRenjaya Raga Zenta2024-02-287-0/+287
* | | resolved: exit function if varlink_dispatch() returns > 0Lennart Poettering2024-02-281-1/+1
* | | userbdb: pass log level from main daemon to workerLennart Poettering2024-02-281-0/+6
* | | network/ndisc: drop redundant sd_ndisc_router_get_icmp6_ratelimit()Yu Watanabe2024-02-288-65/+1
* | | nspawn: minor coding style tweaks to nspawn-register.cLennart Poettering2024-02-281-2/+6
* | | Merge pull request #31511 from jamacku/prepare-for-diff-shellcheckZbigniew Jędrzejewski-Szmek2024-02-2833-1/+38
|\ \ \
| * | | ci(lint): temporarily disable ShellCheck for bash-completionJan Macku2024-02-271-0/+2
| * | | fix(SC2148): add ShellCheck directive to bash completion scriptsJan Macku2024-02-2732-0/+32
| * | | ci(lint): exclude zsh completion from ShellCheckJan Macku2024-02-271-1/+4
* | | | cgroup-setup: clarify '<=' is evaluated earlierYu Watanabe2024-02-281-1/+1
* | | | TODO: fix typoYu Watanabe2024-02-281-1/+1
* | | | test-network: fix typoYu Watanabe2024-02-281-1/+1
| |_|/ |/| |
* | | Merge pull request #31515 from keszybz/small-cleanups-after-review-of-stable-...Luca Boccassi2024-02-274-39/+42
|\ \ \
| * | | shared/pam-util: fix awkward tense in log messageZbigniew Jędrzejewski-Szmek2024-02-272-3/+3
| * | | virt: wrap comment, add missing punctuationZbigniew Jędrzejewski-Szmek2024-02-271-5/+5
| * | | man/sd_bus_service_reconnect.c: normalize whitespaceZbigniew Jędrzejewski-Szmek2024-02-271-31/+34
* | | | Merge pull request #31442 from YHNdnzj/towards-cgroup-v1-deprecationLuca Boccassi2024-02-2711-177/+203
|\ \ \ \
| * | | | NEWS: announce cgroup v1 deprecationMike Yuan2024-02-271-0/+7
| * | | | meson: drop default-hierarchy= option, always use unifiedMike Yuan2024-02-275-33/+15
| * | | | core: refuse cgroupv1 unless SYSTEMD_CGROUP_ENABLE_LEGACY_FORCEMike Yuan2024-02-272-1/+14
| * | | | shared/cgroup-setup: introduce cg_is_legacy_force_enabledMike Yuan2024-02-272-0/+17
| * | | | shared/mount-setup: split out mount_cgroup_legacy_controllersMike Yuan2024-02-273-124/+132
| * | | | shared/mount-setup: minor modernizationMike Yuan2024-02-272-18/+17
| * | | | core/cgroup: remove obsolete TODOMike Yuan2024-02-271-1/+1
| * | | | core: mark JoinControllers= as DISABLED_LEGACY rather than _CONFIGURATIONMike Yuan2024-02-271-1/+1
| | |/ / | |/| |
* | | | tmpfiles.d: avoid deprecated, undocumented syntax (s/F/f+/)Štěpán Němec2024-02-271-1/+1
* | | | core: remove duplicate serialization of `cpu_sched_reset_on_fork`Antonio Alvarez Feijoo2024-02-272-10/+0
* | | | test: drop route from test-functionsJan Engelhardt2024-02-271-1/+0
* | | | man, shell-completion: fix a few typos/language issuesŠtěpán Němec2024-02-273-4/+4
* | | | bootspec: don't complain about valid loader.conf settingsLennart Poettering2024-02-272-26/+4
* | | | ci(labeler): add rule for `shell-completion` labelJan Macku2024-02-271-0/+3
* | | | test: use socat in unidirectional modeFrantisek Sumsal2024-02-271-10/+19
|/ / /
* | | zsh/_journalctl: complete -g, --case-sensitive, 'help' (pseudo-)facilityŠtěpán Němec2024-02-271-1/+3
* | | update TODOLennart Poettering2024-02-271-0/+3
|/ /
* | sysext: fix typoYu Watanabe2024-02-271-1/+1
* | Merge pull request #31000 from flatcar-hub/krnowak/mutable-overlaysLuca Boccassi2024-02-266-71/+1537
|\ \
| * | man/systemd-sysext.xml: document mutable extensionsThilo Fromm2024-02-231-2/+97
| * | test: Extend systemd-sysext tests to cover the mutability featureKrzesimir Nowak2024-02-221-8/+450
| * | sysext: Add --mutable mode flagKrzesimir Nowak2024-02-221-0/+63
| * | sysext: Add minimal support for optional mutability for extensionsKrzesimir Nowak2024-02-221-12/+327
| * | sysext: Refactor the merge hierarchy codeKrzesimir Nowak2024-02-221-58/+285
| * | test: Initial systemd-sysext testsKrzesimir Nowak2024-02-221-4/+278