summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24751 from medhefgo/stub-x86Daan De Meyer2022-09-219-140/+179
|\
| * stub: Always use LINUX_INITRD_MEDIA_GUID if availableJan Janssen2022-09-207-22/+32
| * stub: Be explicit about EFI handover calling conventionJan Janssen2022-09-201-1/+2
| * stub: Remove unnecessary asm cli callJan Janssen2022-09-201-1/+0
| * stub: Properly clean up pages on errorJan Janssen2022-09-204-51/+55
| * stub: Refuse operation if kernel lacks EFI handover supportJan Janssen2022-09-201-0/+13
| * stub: Refuse operating above 4G if not supportedJan Janssen2022-09-201-5/+27
| * stub: Provide a proper boot params pageJan Janssen2022-09-201-56/+39
| * stub: Fix above 4G bootJan Janssen2022-09-201-11/+18
* | Merge pull request #24522 from yuwata/core-device-drop-nonexistent-devlink-unitDaan De Meyer2022-09-213-191/+390
|\ \
| * | test-17-udev: test that device units for nonexistent devlink are removedYu Watanabe2022-09-201-0/+72
| * | test-64-storage: add test for renaming lvm volumeYu Watanabe2022-09-201-0/+16
| * | test-64-udev-storage: check device unitsYu Watanabe2022-09-201-0/+116
| * | core/device: check that no unit is ready and not simultaneouslyYu Watanabe2022-09-201-0/+7
| * | core/device: refuse alias with ".."Yu Watanabe2022-09-201-2/+2
| * | core/device: always update existing devlink or alias units on ueventYu Watanabe2022-09-201-169/+146
| * | core/device: introduce device_propagate_reload()Yu Watanabe2022-09-201-15/+17
| * | core/device: introduce device_by_path() helper functionYu Watanabe2022-09-201-15/+23
| * | core/device: removed devices are not readyYu Watanabe2022-09-201-4/+5
| * | core/device: use DEVICE_NOT_FOUNDYu Watanabe2022-09-201-2/+2
* | | kernel-install.8: fix -h/-v ordering in SYNOPSISнаб2022-09-211-1/+1
* | | kernel-install/90-loaderentry: fix chownнаб2022-09-211-2/+2
* | | test: don't overwrite existing $QEMU_OPTIONSFrantisek Sumsal2022-09-202-3/+3
* | | mkosi: Set ExtraSearchPaths=build/ by defaultDaan De Meyer2022-09-201-0/+1
* | | Merge pull request #24521 from poettering/boot-loader-spec-dollar-boot-fixLennart Poettering2022-09-201-135/+191
|\ \ \
| * | | boot-loader-spec: undo redefinition of $BOOTLennart Poettering2022-09-201-134/+185
| * | | boot-loader-spec: fix typoLennart Poettering2022-09-201-1/+1
| * | | boot-loader-spec: add comment about case sensitivity of file namesLennart Poettering2022-09-201-0/+5
|/ / /
* / / TODO: drop support for unmerged-usr in H2 2023Luca Boccassi2022-09-201-0/+2
|/ /
* | Merge pull request #24711 from poettering/verify_fsroot_dir-reworkYu Watanabe2022-09-206-65/+148
|\ \
| * | find-esp: when searching, don't trip over inodes we expect to be dirs to be s...Lennart Poettering2022-09-201-3/+3
| * | find-esp: rework verify_fsroot_dir() around statx()Lennart Poettering2022-09-201-49/+93
| * | stat-util: add statx_mount_same() to check if two stax refer to the same mountLennart Poettering2022-09-202-0/+14
| * | stat-util: add statx_inode_same() helper to check if two statx structs refer ...Lennart Poettering2022-09-202-0/+15
| * | chase-symlinks: don't insist on absolute paths if CHASE_PREFIX_ROOT is setLennart Poettering2022-09-201-4/+0
| * | blockdev-util: make sure get_block_device_fd() works reliably for O_PATH, tooLennart Poettering2022-09-201-1/+15
| * | test-blockdev-util: check if r is actually a failure before ERRNO_IS_PRIVILEGELennart Poettering2022-09-201-8/+8
| |/
* | recurse-dir: use fd_reopen() at one more placeLennart Poettering2022-09-201-2/+2
* | Delete CNAMEZbigniew Jędrzejewski-Szmek2022-09-201-1/+0
* | docs: add a note about selectively overriding default dependenciesLuca BRUNO2022-09-202-4/+12
|/
* boot: Change the way we provide builtinsJan Janssen2022-09-203-21/+23
* udev: use block_device_is_whole_disk()Yu Watanabe2022-09-203-36/+29
* sd-device: use fd_reopen() at one more placeYu Watanabe2022-09-201-2/+2
* cryptsetup: use TPM flags over boolWilliam Roberts2022-09-201-1/+1
* meson: make several tests run sequentiallyYu Watanabe2022-09-191-1/+2
* Merge pull request #24744 from yuwata/mkdir-chase-symlinksYu Watanabe2022-09-192-7/+102
|\
| * test: add more test cases for mkdir_p_safe() and mkdir_p_root()Yu Watanabe2022-09-191-5/+96
| * mkdir: chase_symlinks_and_stat() does not return 0Yu Watanabe2022-09-191-2/+6
* | Merge pull request #24731 from yuwata/sd-device-opendirDaan De Meyer2022-09-193-80/+114
|\ \ | |/ |/|
| * udev: use device_opendir()Yu Watanabe2022-09-191-19/+8