summaryrefslogtreecommitdiffstats
path: root/LICENSES (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-19bus-wait-for-units: simplify property_map_job_idMike Yuan1-13/+7
2024-04-19bus-wait-for-units: drop 'current' fieldMike Yuan1-7/+0
2024-04-19bus-wait-for-units: check for existing unit first, use hashmap_ensure_putMike Yuan2-10/+13
2024-04-19bus-wait-for-units: make callback type end with "_t"Mike Yuan2-5/+11
2024-04-19bus-wait-for-units: drop ready_callbackMike Yuan2-20/+1
2024-04-19systemctl-start-unit: Subscribe() is unnecessary if we RefUnit explicitlyMike Yuan1-5/+1
2024-04-19systemctl: use FOREACH_ARRAY and FOREACH_ELEMENT moreMike Yuan2-12/+18
2024-04-19core/dbus: modernize bus_foreach_busMike Yuan1-11/+9
2024-04-19core/unit: use UNIT_IS_INACTIVE_OR_FAILED at one more placeMike Yuan1-1/+1
2024-04-19test: initialize _cleanup_ variablesLuca Boccassi1-1/+1
2024-04-19conf-parser: move config_parse_timezone() to conf-parser.[ch]Yu Watanabe4-35/+35
2024-04-19nspawn: rename config_parse_timezone() -> config_parse_timezone_mode()Yu Watanabe3-3/+3
2024-04-19nspawn: align tablesYu Watanabe1-21/+21
2024-04-19network: introduce link_get_use_ntp()Yu Watanabe10-71/+62
2024-04-19network: move NTP related conf parsers to networkd-ntp.[ch]Yu Watanabe8-114/+128
2024-04-19network: introduce link_get_use_dns()Yu Watanabe11-76/+63
2024-04-19network: introduce link_get_use_domains()Yu Watanabe11-73/+77
2024-04-19network: move DNS related conf parsers to networkd-dns.[ch]Yu Watanabe9-317/+336
2024-04-19network: rename DHCPUseDomains -> UseDomainsYu Watanabe12-43/+39
2024-04-19copy: ignore -EOPNOTSUPP from copy_file_range()Nick Rosbrook1-1/+1
2024-04-18ci: update tests to showcase new option a bitLennart Poettering1-2/+6
2024-04-18update NEWSLennart Poettering1-12/+24
2024-04-18pcrlock: rework --recovery-pin= to take three different argumentsLennart Poettering2-14/+41
2024-04-18pcrlock: generate recovery PINs via make_recovery_key()Lennart Poettering1-8/+1
2024-04-18tpm2-util: now that we don't use PolicyAuthValue anymore, let's not set an au...Lennart Poettering3-18/+2
2024-04-18pcrlock: switch access policy for nvindex to store policy in from PolicyAuthV...Lennart Poettering3-8/+237
2024-04-18tpm2-util: add comment explaining what tpm2_define_policy_nv_index() actually...Lennart Poettering1-0/+4
2024-04-18tpm2-util: load external key into NULL hierarchy if private key is providedLennart Poettering1-2/+2
2024-04-18tpm2-util: rename tpm2_get_pin_auth() → tpm2_auth_value_from_pin()Lennart Poettering3-7/+7
2024-04-18tpm2: export tpm2_get_name()Lennart Poettering2-1/+2
2024-04-18tpm2-util: import two more symbols from tpm2-tss librariesLennart Poettering1-0/+4
2024-04-18man/systemd-stub: fix typoAntonio Alvarez Feijoo1-1/+1
2024-04-18use FOREACH_ELEMENTMatteo Croce26-36/+36
2024-04-18introduce FOREACH_ELEMENTMatteo Croce2-0/+4
2024-04-18test: Add mkosi-based integration test runnerRichard Maw9-1/+225
2024-04-18mkosi: Extend default device timeout to 20 secondsRichard Maw1-1/+1
2024-04-18mkosi: undefine FORTIFY_SOURCE instead of setting it zeroDaan De Meyer3-4/+4
2024-04-18core/manager: log about previous objectiveMike Yuan1-0/+9
2024-04-18core/manager-serialize: serialize objective stringMike Yuan1-7/+6
2024-04-18core/manager: introduce ManagerObjective string table lookupMike Yuan2-7/+25
2024-04-18core/manager: also log soft-reboot count along with timespanMike Yuan1-3/+5
2024-04-18core: switch j->unit->manager to j->managerMike Yuan2-16/+22
2024-04-18mkosi: Disable bash debugging in Arch build scriptDaan De Meyer1-1/+1
2024-04-18boot: fix assignment of ret_* variables in `initrd_prepare()`Antonio Alvarez Feijoo1-3/+3
2024-04-18udev: permanent symlinks with USB revision for /dev/media*Max Staudt1-1/+2
2024-04-18systemctl: add --clean= values to documentation and shell completionLuca Boccassi3-3/+52
2024-04-18mkosi: Install debug packages when WITH_DEBUG=1 is enabledDaan De Meyer4-0/+73
2024-04-18mkosi: Setup --ffile-prefix-map= for opensuse as wellDaan De Meyer1-2/+18
2024-04-18mkosi: Undefine FORTIFY_SOURCE before setting it againDaan De Meyer2-2/+2
2024-04-18mkosi: Install more packagesDaan De Meyer3-16/+29