summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23009 from keszybz/fix-detection-of-libsystemd-shared-wit...Lennart Poettering2022-04-0848-174/+218
|\
| * syscalls: update syscall definitionsZbigniew Jędrzejewski-Szmek2022-04-0720-0/+20
| * various: add missing "#pragma once"Zbigniew Jędrzejewski-Szmek2022-04-074-0/+4
| * Merge parse-socket-bind-item.? into parse-helpers.?Zbigniew Jędrzejewski-Szmek2022-04-079-168/+159
| * Move path_simplify_and_warn() to new shared/parse-helpers.cZbigniew Jędrzejewski-Szmek2022-04-0712-62/+77
| * test-nspawn-util: fix the test to actually find anythingZbigniew Jędrzejewski-Szmek2022-04-072-7/+8
| * nspawn: fix comparisons of versions with non-numerical suffixesZbigniew Jędrzejewski-Szmek2022-04-074-22/+15
| * Move systemd_installation_has_version() to src/nspawn/Zbigniew Jędrzejewski-Szmek2022-04-078-89/+109
| * README: add one more kernel-version lineZbigniew Jędrzejewski-Szmek2022-04-071-0/+1
| * core: inline an iterator variableZbigniew Jędrzejewski-Szmek2022-04-071-2/+1
* | network: ignore errors when CONFIG_NET_SCHED is disabledYu Watanabe2022-04-081-2/+6
* | Merge pull request #22803 from medhefgo/boot-cflagsLuca Boccassi2022-04-084-12/+31
|\ \
| * | ci: Add ia32 EFI multilib testJan Janssen2022-04-071-2/+3
| * | boot: Restrict block IO buf sizeJan Janssen2022-04-071-2/+2
| * | meson: Add support for building efi binaries on multilibJan Janssen2022-04-071-8/+22
| * | meson: Add efi-cflags optionJan Janssen2022-04-072-0/+4
* | | Merge pull request #23008 from poettering/loop-dissect-tweaks-safeLuca Boccassi2022-04-073-41/+120
|\ \ \ | |/ / |/| |
| * | dissect: improve debug logging in probe_filesystem()Lennart Poettering2022-04-071-4/+5
| * | test-loop-block: conditionalize things on HAVE_BLKID correctlyLennart Poettering2022-04-071-5/+12
| * | test: allow specifying test threads/iterations/timeouts via cmdlineLennart Poettering2022-04-071-14/+45
| * | loop-util: add debug message with details about acquired loopback deviceLennart Poettering2022-04-071-0/+6
| * | loop-util: explicitly close loopback block device before sleepingLennart Poettering2022-04-071-0/+3
| * | loop-util: use ERRNO_IS_DEVICE_ABSENT() macro where appropriateLennart Poettering2022-04-071-1/+1
| * | loop-util: take a LOCK_EX BSD file lock on control device while we acquire a ...Lennart Poettering2022-04-071-0/+16
| * | test-loop-block: don't spawn threads in case N_THREADS is 1Lennart Poettering2022-04-071-9/+15
| * | loop-util: slightly rework device_has_block_children()Lennart Poettering2022-04-071-12/+23
| * | loop-util: let's cut trailing whitespace, not trailing linesLennart Poettering2022-04-071-3/+1
|/ /
* | core: fix dm-verity auto-discovery in MountImageUnit()Luca Boccassi2022-04-075-6/+12
* | calendarspec: fix possibly skips next elapseGibeom Gwon2022-04-072-7/+22
* | Merge pull request #21795 from Werkov/bfq-io-weight-2Zbigniew Jędrzejewski-Szmek2022-04-071-13/+46
|\ \
| * | core/cgroup: Silence IODeviceWeight= exclusive policy warningsMichal Koutný2022-03-291-18/+23
| * | core/cgroup: Silence warnings IODeviceWeigth= on old kernelsMichal Koutný2022-03-291-1/+17
| * | core/cgroup: Refactor device weight property nameMichal Koutný2022-03-291-3/+8
| * | core/cgroup: Apply IODeviceWeight= through BFQ attributes as wellMichal Koutný2022-03-231-6/+13
* | | Merge pull request #23000 from mrc0mmand/coverage__exitFrantisek Sumsal2022-04-074-2/+22
|\ \ \
| * | | test: ignore missing coverage in TEST-02Frantisek Sumsal2022-04-072-2/+6
| * | | macro: call __gcov_dump() before _exit() w/ coverage enabledFrantisek Sumsal2022-04-072-0/+16
* | | | sd-ipv4acd: actually drop the arp packet from one of the host interfaceYu Watanabe2022-04-071-1/+1
* | | | semaphoreci: re-enable rebooting testsLuca Boccassi2022-04-071-4/+0
* | | | Merge pull request #22965 from enr0n/oomd-used-memory-calcAnita Zhang2022-04-065-25/+25
|\ \ \ \
| * | | | oomd: calculate 'used' memory with MemAvailable instead of MemFreeNick Rosbrook2022-04-055-25/+25
* | | | | shutdown: get only active md arrays.Mariusz Tkaczyk2022-04-061-1/+17
* | | | | core: taint if /usr is unmergedLuca Boccassi2022-04-062-1/+12
* | | | | Merge pull request #22996 from yuwata/test-sfdisk-lockFrantisek Sumsal2022-04-063-14/+16
|\ \ \ \ \
| * | | | | test: drop unnecessary use of loop deviceYu Watanabe2022-04-071-8/+10
| * | | | | test: use udevadm lock when partitioning block devicesYu Watanabe2022-04-071-4/+4
| * | | | | test: --initialized=yes is the default for udevadm waitYu Watanabe2022-04-072-3/+3
* | | | | | update TODOLennart Poettering2022-04-061-0/+7
|/ / / / /
* | | | | Merge pull request #22993 from keszybz/refactor-manager_taint_string()Yu Watanabe2022-04-076-50/+68
|\ \ \ \ \
| * | | | | basic/strv: fix typos and confusion whether we are escaping or unescapingZbigniew Jędrzejewski-Szmek2022-04-062-6/+6