summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix SPDX short identifier for LGPL-2.1-or-laterZbigniew Jędrzejewski-Szmek2021-10-181-1/+1
* homework: reuse home_validate_update_luks() at one more placeLennart Poettering2021-10-163-10/+5
* homework: remove duplicate error logging when doing ext4 resizesLennart Poettering2021-10-161-4/+7
* homework: let's simply some code via erase_and_free()Lennart Poettering2021-10-161-2/+1
* homed,shutdown: call valgrind magic after LOOP_GET_STATUS64Lennart Poettering2021-10-162-0/+20
* userdb: fix type to pass to connect()Yu Watanabe2021-10-161-1/+1
* Merge pull request #20902 from tasleson/integritysetup-generatorLennart Poettering2021-10-156-2/+465
|\
| * Add stand-alone dm-integrity supportTony Asleson2021-10-154-0/+463
| * dm-verity: Remove usage of integrityTony Asleson2021-10-142-2/+2
* | homework: only do image locks for regular image filesLennart Poettering2021-10-151-0/+15
* | homework: don't bother with BLKRRPART on images that aren't block devicesLennart Poettering2021-10-151-2/+2
* | Merge pull request #20983 from mxre/feature/aarch64Lennart Poettering2021-10-159-168/+447
|\ \
| * | [sd-stub] Add support for aarch64 booting via pe-entry pointMax Resch2021-10-137-162/+440
| * | move mfree to macro-fundamentals.hMax Resch2021-10-122-6/+7
* | | Merge pull request #20996 from yuwata/udevadm-trigger-debugZbigniew Jędrzejewski-Szmek2021-10-151-3/+3
|\ \ \ | |_|/ |/| |
| * | sd-device-monitor: update log message to clarify the error will be ignoredYu Watanabe2021-10-131-3/+3
* | | Merge pull request #21001 from poettering/alloca-safeYu Watanabe2021-10-1565-159/+179
|\ \ \
| * | | alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-1459-131/+153
| * | | journal: drop unnecessary +1 in newa() expressionLennart Poettering2021-10-141-4/+2
| * | | tree-wide: port all calls to alloca() to alloca_safe()Lennart Poettering2021-10-146-10/+9
| * | | alloca-util: drop two unnecessary castsLennart Poettering2021-10-141-2/+2
| * | | alloc-util: introduce new helper alloca_safe()Lennart Poettering2021-10-141-12/+13
* | | | homework: fix incorrect error variable useLennart Poettering2021-10-151-2/+2
|/ / /
* | | cgroup: when checking for legacy controllers, ignore any we don't care aboutDan Streetman2021-10-141-0/+4
* | | virt: Support detection for ARM64 Hyper-V guestsBoqun Feng2021-10-131-0/+1
* | | core: allow "off" as special watchdog time to be specifiedLennart Poettering2021-10-133-8/+12
* | | Merge pull request #20787 from fbuihuu/watchdog-more-reworkLennart Poettering2021-10-135-86/+191
|\ \ \
| * | | watchdog: rename special string "infinity" taken by the watchdog timeout opti...Franck Bui2021-10-133-9/+45
| * | | watchdog: handle timeout programming errors more safelyFranck Bui2021-10-131-5/+17
| * | | core: introduce systemd.watchdog_sec=<sec> optionFranck Bui2021-10-131-0/+11
| * | | watchdog: passing 0 to watchdog_setup now closes the watchdogFranck Bui2021-10-133-31/+32
| * | | watchdog: pass USEC_INFINITY to watchdog_setup() to reuse the programmed time...Franck Bui2021-10-131-17/+15
| * | | watchdog: configuring a timeout value might not be supported by the HWFranck Bui2021-10-131-8/+29
| * | | watchdog: minor optimization in watchdog_setup()Franck Bui2021-10-131-0/+4
| * | | watchdog: cleanup: create an helper for each ioctlFranck Bui2021-10-131-46/+68
* | | | core/bpf-firewall: add missing oom checkYu Watanabe2021-10-131-1/+3
* | | | Merge pull request #20987 from yuwata/sd-dhcp6-enum-cleanupsZbigniew Jędrzejewski-Szmek2021-10-1311-173/+508
|\ \ \ \ | |_|/ / |/| | |
| * | | sd-dhcp6-client: max_retransmit_time must be positiveYu Watanabe2021-10-131-2/+2
| * | | sd-dhcp6-client: introduce dhcp6_option_can_request()Yu Watanabe2021-10-134-3/+195
| * | | network: do not request RAPID_COMMIT optionYu Watanabe2021-10-134-10/+2
| * | | sd-dhcp6-client: add missing optionsYu Watanabe2021-10-124-39/+146
| * | | sd-dhcp6-client: add missing parenthesisYu Watanabe2021-10-121-11/+11
| * | | sd-dhcp6-client: add missing message typesYu Watanabe2021-10-124-64/+96
| * | | sd-dhcp6-client: name one more enumYu Watanabe2021-10-121-20/+20
| * | | sd-dhcp6-client: typedef several enumsYu Watanabe2021-10-122-24/+36
| | |/ | |/|
* | | cgroup: check if any controller is in use as v1Dan Streetman2021-10-131-0/+61
* | | core: serialize device cgroup bpf progs across daemon-reload/reexecAnita Zhang2021-10-131-0/+4
* | | coredumpctl: stop truncating information about coredumpZbigniew Jędrzejewski-Szmek2021-10-121-0/+2
* | | shared/dissect-image: reword debug messageZbigniew Jędrzejewski-Szmek2021-10-121-1/+1
|/ /
* | core: remove refcount for bpf programalexlzhu2021-10-1211-92/+79