summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34534 from keszybz/man-exitrdMike Yuan2024-09-303-19/+24
|\
| * man: say that SYSEXT_SCOPE=initrd also applies to exitrdsZbigniew Jędrzejewski-Szmek2024-09-231-4/+4
| * man: reword some sentences with umbiguous subjectsZbigniew Jędrzejewski-Szmek2024-09-232-6/+6
| * man: slightly enhance docs about "exitrd" and remove TODO entry for itZbigniew Jędrzejewski-Szmek2024-09-233-9/+14
* | Merge pull request #34583 from DaanDeMeyer/ukifyDaan De Meyer2024-09-301-19/+16
|\ \
| * | ukify: Remove special casing for .linux sectionDaan De Meyer2024-09-301-21/+11
| * | ukify: Use SizeOfImage from linux image as virtual size of .linux sectionDaan De Meyer2024-09-301-2/+12
| * | ukify: Drop unused size() methodDaan De Meyer2024-09-301-3/+0
* | | update TODOLennart Poettering2024-09-301-1/+20
* | | Merge pull request #34564 from YHNdnzj/systemctl-status-job-idMike Yuan2024-09-304-15/+20
|\ \ \
| * | | systemctl: also show job id in status outputMike Yuan2024-09-261-0/+6
| * | | shared/bus-map-properties: move bus_map_job_id() from wait-for-unitsMike Yuan2024-09-263-15/+14
* | | | Merge pull request #34508 from intelfx/work/fix-io-reportingMike Yuan2024-09-304-10/+18
|\ \ \ \
| * | | | core/cgroup: cache IO accounting data when pruning a cgroupIvan Shapovalov2024-09-231-3/+15
| * | | | core/cgroup: drop `allow_cache` parameter in `unit_get_io_accounting()`Ivan Shapovalov2024-09-214-7/+3
* | | | | tpm2-util: show loaded libraries in 'systemd-analyze has-tpm2'Yu Watanabe2024-09-303-22/+68
* | | | | logind-dbus: really cancel scheduled shutdownDavid Tardon2024-09-301-3/+3
* | | | | Merge pull request #34572 from keszybz/fix-printing-of-RootImageOptionsZbigniew Jędrzejewski-Szmek2024-09-283-7/+35
|\ \ \ \ \
| * | | | | shared: adjust whitespace and formattingZbigniew Jędrzejewski-Szmek2024-09-273-7/+12
| * | | | | systemctl: fix printing of RootImageOptionsZbigniew Jędrzejewski-Szmek2024-09-271-0/+23
* | | | | | Merge pull request #34548 from SimonPilkington/fix-creds-catMike Yuan2024-09-273-4/+13
|\ \ \ \ \ \
| * | | | | | NEWS: Document change to systemd-creds 'cat' verbSimon Pilkington2024-09-251-1/+6
| * | | | | | creds: fix cat with encrypted credentialsSimon Pilkington2024-09-252-3/+7
| |/ / / / /
* | | | | | seccomp-util: include @sandbox in @defaultMickaël Salaün2024-09-272-1/+1
* | | | | | man: fix formatting in file-hierarchyZbigniew Jędrzejewski-Szmek2024-09-261-3/+4
| |_|/ / / |/| | | |
* | | | | mkosi: update arch commit referenceDaan De Meyer2024-09-251-1/+1
* | | | | Fix reference to FileDescriptorStoreMax= directiveNils K2024-09-251-1/+1
* | | | | machine: resolve race condition in TEST-13-NSPAWN.machinectl.shIvan Kruglov2024-09-251-0/+9
|/ / / /
* | | | TODO: add one more systemctl rfeZbigniew Jędrzejewski-Szmek2024-09-251-2/+6
* | | | Merge pull request #34549 from weblate/weblate-systemd-mainYu Watanabe2024-09-251-83/+83
|\ \ \ \ | |_|/ / |/| | |
| * | | po: Translated using Weblate (Portuguese (Brazil))Fábio Rodrigues Ribeiro2024-09-251-8/+10
| * | | po: Translated using Weblate (Portuguese (Brazil))Gabriel Elyas2024-09-251-78/+76
|/ / /
* | | units: Order ldconfig after systemd-tmpfiles-setup.serviceDaan De Meyer2024-09-241-2/+3
* | | repart: Determine verity sig size based on partition designatorDaan De Meyer2024-09-241-1/+1
| |/ |/|
* | repart: Use swap format for swap partition even if encryptedDaan De Meyer2024-09-231-3/+3
* | repart: Add a log message when we're about to fsync().Daan De Meyer2024-09-231-0/+2
* | Merge pull request #34517 from DaanDeMeyer/clangdDaan De Meyer2024-09-224-0/+42
|\ \
| * | mkosi: Add missing SPDX lineDaan De Meyer2024-09-221-0/+2
| * | mkosi: Add back support for running clangd within mkosiDaan De Meyer2024-09-223-0/+40
|/ /
* | Preset user units on first boot as wellDaan De Meyer2024-09-212-6/+13
* | Merge pull request #34511 from YHNdnzj/strv-extend-strv-consumeYu Watanabe2024-09-2129-187/+236
|\ \
| * | tree-wide: use strv_extend_strv_consume() where appropriateMike Yuan2024-09-2120-111/+52
| * | basic/strv: introduce strv_extend_strv_consume()Mike Yuan2024-09-213-5/+104
| * | basic/strv: make string_strv_hash_ops static, add missing assertionsMike Yuan2024-09-202-3/+15
| * | shared/bus-map-properties: modernize map_basic() and bus_map_strv_sort()Mike Yuan2024-09-201-29/+23
| * | basic/memory-util: make mempcpy_typesafe() take number of obj rather than raw...Mike Yuan2024-09-201-1/+6
| * | basic: replace size_multiply_overflow() with MUL_ASSIGN_SAFE where applicableMike Yuan2024-09-203-25/+23
| * | basic/macro: move DECIMAL_STR_FMT to shared/testsMike Yuan2024-09-202-13/+13
* | | Merge pull request #34502 from yuwata/strv_find_closestYu Watanabe2024-09-216-84/+109
|\ \ \
| * | | verbs: use strv_find_closest()Yu Watanabe2024-09-202-74/+43