summaryrefslogtreecommitdiffstats
path: root/units/systemd-homed-activate.service (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-14homework: fix incorrect error variable useLennart Poettering1-2/+2
2021-10-14doc: document that alloca_safe() and friends are the APIs to useLennart Poettering1-11/+19
2021-10-14alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering60-131/+164
2021-10-14journal: drop unnecessary +1 in newa() expressionLennart Poettering1-4/+2
2021-10-14tree-wide: port all calls to alloca() to alloca_safe()Lennart Poettering6-10/+9
2021-10-14alloca-util: drop two unnecessary castsLennart Poettering1-2/+2
2021-10-14alloc-util: introduce new helper alloca_safe()Lennart Poettering1-12/+13
2021-10-14cgroup: when checking for legacy controllers, ignore any we don't care aboutDan Streetman1-0/+4
2021-10-14Ignore local files in subdirectories of mkosi.default.d/ as wellDaan De Meyer1-1/+1
2021-10-14mkosi: Add number prefixes to per-distro files for easier overridingDaan De Meyer5-0/+0
2021-10-13virt: Support detection for ARM64 Hyper-V guestsBoqun Feng1-0/+1
2021-10-13man: document new systemd.watchdog_sec= kernel cmdline optionLennart Poettering1-3/+17
2021-10-13man: document new "off" setting for systemd-system.conf watchdog settingsLennart Poettering1-5/+7
2021-10-13core: allow "off" as special watchdog time to be specifiedLennart Poettering3-8/+12
2021-10-13core/bpf-firewall: add missing oom checkYu Watanabe1-1/+3
2021-10-13watchdog: rename special string "infinity" taken by the watchdog timeout opti...Franck Bui4-10/+46
2021-10-13watchdog: handle timeout programming errors more safelyFranck Bui1-5/+17
2021-10-13core: introduce systemd.watchdog_sec=<sec> optionFranck Bui1-0/+11
2021-10-13watchdog: update the documentationFranck Bui1-27/+40
2021-10-13watchdog: passing 0 to watchdog_setup now closes the watchdogFranck Bui3-31/+32
2021-10-13watchdog: pass USEC_INFINITY to watchdog_setup() to reuse the programmed time...Franck Bui1-17/+15
2021-10-13watchdog: configuring a timeout value might not be supported by the HWFranck Bui1-8/+29
2021-10-13watchdog: minor optimization in watchdog_setup()Franck Bui1-0/+4
2021-10-13watchdog: cleanup: create an helper for each ioctlFranck Bui1-46/+68
2021-10-13cgroup: check if any controller is in use as v1Dan Streetman1-0/+61
2021-10-13core: serialize device cgroup bpf progs across daemon-reload/reexecAnita Zhang6-0/+57
2021-10-12sd-dhcp6-client: max_retransmit_time must be positiveYu Watanabe1-2/+2
2021-10-12sd-dhcp6-client: introduce dhcp6_option_can_request()Yu Watanabe4-3/+195
2021-10-12coredumpctl: stop truncating information about coredumpZbigniew Jędrzejewski-Szmek1-0/+2
2021-10-12network: do not request RAPID_COMMIT optionYu Watanabe7-58/+3
2021-10-12systemd-machine-id-setup(1): "machine[d] ID" typoнаб1-1/+1
2021-10-12shared/dissect-image: reword debug messageZbigniew Jędrzejewski-Szmek1-1/+1
2021-10-12sd-dhcp6-client: add missing optionsYu Watanabe4-39/+146
2021-10-12sd-dhcp6-client: add missing parenthesisYu Watanabe1-11/+11
2021-10-12sd-dhcp6-client: add missing message typesYu Watanabe4-64/+96
2021-10-12sd-dhcp6-client: name one more enumYu Watanabe1-20/+20
2021-10-12sd-dhcp6-client: typedef several enumsYu Watanabe2-24/+36
2021-10-12core: remove refcount for bpf programalexlzhu11-92/+79
2021-10-12network: dhcp6-pd: also assign addresses in IA_PD prefixes on uplink interfaceYu Watanabe1-30/+44
2021-10-12sd-boot: Move security and console control protocol to missing_efi.hJan Janssen3-72/+88
2021-10-12sd-boot: Use _cleanup_ in more placesJan Janssen1-21/+14
2021-10-12sd-boot: Remove unnecessary TPM conditionalizationJan Janssen1-2/+0
2021-10-12sd-boot: Use backup LBA location from first GPT headerJan Janssen1-5/+22
2021-10-12sd-boot: Split up xbootldr_open()Jan Janssen1-126/+203
2021-10-12sd-boot: Fix xbootldr detectionJan Janssen2-3/+1
2021-10-12sd-boot: Move xbootldr code into its own fileJan Janssen4-192/+226
2021-10-12sd-boot: Invert if in disk_get_part_uuid()Jan Janssen1-18/+18
2021-10-12test: use assert_se() instead of assert()Yu Watanabe44-135/+135
2021-10-12ci: use the system llvm-11 package on FocalFrantisek Sumsal1-5/+11
2021-10-11test: shorten code a bitYu Watanabe1-42/+4