summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ci: add testcase for multi-profile UKIsLennart Poettering2024-09-175-0/+108
* docs: fix typo in filename: REATLIME -> REALTIMEYu Watanabe2024-09-173-2/+2
* test/repart: fix mkfs checkerYu Watanabe2024-09-171-3/+6
* Fix generator loggingDaan De Meyer2024-09-171-2/+4
* CONTROL_GROUP_INTERFACE: fix link to systemd-run codeArian van Putten2024-09-171-1/+1
* NEWS: fix typoYu Watanabe2024-09-161-2/+2
* man: fix typoYu Watanabe2024-09-161-1/+1
* nspawn: fix typoYu Watanabe2024-09-161-1/+1
* Merge pull request #34393 from poettering/tmpfiles-ownership-flagYu Watanabe2024-09-1612-23/+64
|\
| * tmpfiles.d: add $ flag to all lines which are clearly private to our packages...Lennart Poettering2024-09-157-16/+16
| * tmpfiles: introduce an explicit line flag $ for enabling purge logic for a lineLennart Poettering2024-09-155-7/+48
* | Merge pull request #34425 from yuwata/udev-rules-case-insensitive-matchYu Watanabe2024-09-167-101/+181
|\ \
| * | udev-rules: support case insensitive matchYu Watanabe2024-09-157-89/+167
| * | udev-rules: embed UdevRuleToken.attr_match_remove_trailing_whitespace flag in...Yu Watanabe2024-09-151-12/+14
* | | basic/build: also include BTF statusMike Yuan2024-09-161-1/+7
* | | coredump: use _cleanup_(iovec_done) where appropriateLennart Poettering2024-09-161-8/+7
* | | Merge pull request #34434 from poettering/bootctl-stub-pathsYu Watanabe2024-09-169-69/+242
|\ \ \
| * | | bootctl: also show current/default/oneshot entry literally in outputLennart Poettering2024-09-151-1/+13
| * | | bootctl: add --print-loader-path + --print-stub-pathLennart Poettering2024-09-152-2/+107
| * | | efivars: add helper that reads an fs path from an efi varLennart Poettering2024-09-155-22/+52
| * | | bootctl: show stub partition data too in "status" tooLennart Poettering2024-09-153-49/+75
| | |/ | |/|
* | | bootctl: show whether a PE file is an addon in 'booctl kernel-identify'Lennart Poettering2024-09-163-1/+14
* | | hwdb: add Kensington SlimBlade Pro trackball (Bluetooth mode)Celeste Liu2024-09-161-0/+4
* | | repart: Fix log messages in partition_populate_directory()Daan De Meyer2024-09-151-2/+2
|/ /
* | man/bootup: rename initrd to exitrd at one more placeMike Yuan2024-09-151-5/+4
* | test: fix ASAN options in TEST-29-PORTABLELuca Boccassi2024-09-153-2/+17
* | mkosi: Disable makepkg PKGBUILD linting using the newly added environment var...Daan De Meyer2024-09-151-3/+2
* | Merge pull request #34409 from DaanDeMeyer/boot-fixDaan De Meyer2024-09-152-18/+45
|\ \
| * | boot: Make initrd_prepare() semantically equivalent to combine_initrds()Daan De Meyer2024-09-151-16/+44
| * | boot: Use TAKE_STRUCT() in one more placeDaan De Meyer2024-09-151-2/+1
* | | Merge pull request #34347 from poettering/uki-with-many-bootctlLennart Poettering2024-09-156-126/+355
|\ \ \ | |_|/ |/| |
| * | bootspec: automatically filter non-native UKIs and add-ons when enumeratingLennart Poettering2024-09-121-1/+7
| * | bootspec: process multi-profile UKIsLennart Poettering2024-09-122-96/+248
| * | pe-binary: add pe_is_native() for checking if PE is nativeLennart Poettering2024-09-123-0/+35
| * | pe-binary: split pe_header_find_section() in twoLennart Poettering2024-09-122-5/+15
| * | pe-binary: split pe_read_section_data() into twoLennart Poettering2024-09-124-27/+38
| * | pe-binary: add helper pe_is_addon() for detecting whether we are looking at P...Lennart Poettering2024-09-122-0/+15
* | | test: split TEST-29-PORTABLE in subtestsLuca Boccassi2024-09-153-367/+394
* | | load-fragment: terminate the specifier table (#34421)Ronan Pigott2024-09-151-0/+1
* | | Merge pull request #34419 from yuwata/credsYu Watanabe2024-09-151-7/+6
|\ \ \ | |_|/ |/| |
| * | creds: move -h/--help and --version to correct section in the help messageYu Watanabe2024-09-141-1/+1
| * | creds: add short comment that has-tpm2 is movedYu Watanabe2024-09-141-1/+1
| * | creds: align tableYu Watanabe2024-09-141-4/+4
| * | creds: drop unnecessary include of build-path.hYu Watanabe2024-09-141-1/+0
* | | Merge pull request #34405 from poettering/dns-domain-validate-fixYu Watanabe2024-09-142-20/+30
|\ \ \ | |/ / |/| |
| * | dns-domain: add test case from #34399Lennart Poettering2024-09-131-0/+3
| * | dns-domain: validate dns domain name max size based on unescaped, not escaped...Lennart Poettering2024-09-131-10/+17
| * | dns-domain: follow our current variable naming styleLennart Poettering2024-09-131-16/+16
* | | Add HUAWEI MateBook D 15 AMD ACCEL propertiesMatthieu CHARETTE2024-09-141-0/+9
* | | Merge pull request #34401 from poettering/implicit-sigprocmaskMike Yuan2024-09-1426-110/+81
|\ \ \