summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ukify: Drop unused size() methodDaan De Meyer2024-09-301-3/+0
| |/ /
* | | 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-302-21/+64
* | | | 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-271-1/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | creds: fix cat with encrypted credentialsSimon Pilkington2024-09-251-1/+5
| |/ /
* / / seccomp-util: include @sandbox in @defaultMickaël Salaün2024-09-272-1/+1
|/ /
* | 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
* | Preset user units on first boot as wellDaan De Meyer2024-09-211-6/+10
* | 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
| | |/ | |/|
* | | 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-201-1/+1
|/
* sd-ipv4acd: fix assertion triggered when an ARP received in STARTED stateYu Watanabe2024-09-201-0/+1
* 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
| |/
* | firstboot: add similar input suggestionMichael Ferrari2024-09-203-5/+42
* | basic/memory-util: introduce mempcpy_typesafeMike Yuan2024-09-207-14/+16
* | boot: use INC_SAFE where appropriateMike Yuan2024-09-201-1/+1
* | Merge pull request #34480 from yuwata/test-seccomp-suppress-syncYu Watanabe2024-09-202-7/+72
|\ \
| * | test: add tests for seccomp_suppress_sync()Yu Watanabe2024-09-191-0/+52
| * | seccomp-util: pass negative fds as is to fsync() and friendsYu Watanabe2024-09-191-7/+20
| |/
* / kernel-install: add uki.conf examplecvlc122024-09-202-0/+37
|/
* Merge pull request #34486 from DaanDeMeyer/test-process-utilYu Watanabe2024-09-193-207/+284
|\