summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | strv: introduce strv_find_closest()Yu Watanabe2024-09-204-10/+66
* | | | Merge pull request #34515 from YHNdnzj/machined-machines-byYu Watanabe2024-09-215-68/+79
|\ \ \ \ | |_|/ / |/| | |
| * | | machined-dbus: move manager_add_machine() and _get_machine_by_pid() to -coreMike Yuan2024-09-212-51/+53
| * | | machined: rename machine_{units,leaders} to machines_by_*Mike Yuan2024-09-214-25/+33
| * | | machined: fix bogus error check for machine_link()Mike Yuan2024-09-213-8/+9
|/ / /
* | | Add an extra debug log to dissect_image()Daan De Meyer2024-09-201-0/+3
* | | machine: fix bus method argument name: who -> whomYu Watanabe2024-09-202-2/+2
|/ /
* | Merge pull request #34510 from keszybz/mkosi-version-checksYu Watanabe2024-09-202-3/+3
|\ \ | |/ |/|
| * mkosi: bump mkosi MinimumVersionZbigniew Jędrzejewski-Szmek2024-09-201-1/+1
| * mkosi: supress error messages from gitZbigniew Jędrzejewski-Szmek2024-09-201-2/+2
* | sd-ipv4acd: fix assertion triggered when an ARP received in STARTED stateYu Watanabe2024-09-201-0/+1
* | NEWS: fix typos and remove backticksJörg Behrmann2024-09-201-5/+5
|/
* Merge pull request #34499 from YHNdnzj/sd-path-trivial-cleanupYu Watanabe2024-09-202-109/+63
|\
| * sd-path: trivial cleanups for sd_path_lookup{,_strv}()Mike Yuan2024-09-202-43/+33
| * sd-path: modernize from_user_dir()Mike Yuan2024-09-201-66/+30
* | Merge pull request #34496 from YHNdnzj/tmpfiles-neg-errnoYu Watanabe2024-09-201-23/+17
|\ \
| * | tmpfiles: ERRNO_IS_NOINFO -> _IS_NEG_, correct negative errno checksMike Yuan2024-09-201-12/+12
| * | tmpfiles: use RET_GATHER moreMike Yuan2024-09-201-11/+5
| |/