summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* boot: use TAKE_PTR() where appropriateLennart Poettering2019-04-022-16/+8
* tree-wide: use reallocarray() where appropriateLennart Poettering2019-04-021-1/+1
* Merge pull request #11971 from keszybz/kernel-install-directoryLennart Poettering2019-03-141-13/+25
|\
| * bootctl: use path_join() to join pathsZbigniew Jędrzejewski-Szmek2019-03-141-3/+3
| * bootctl: create $BOOT/<machine-id> when installing sd-bootZbigniew Jędrzejewski-Szmek2019-03-121-11/+23
* | boot: avoid 32-bit calculation for a 64-bit lvalueZbigniew Jędrzejewski-Szmek2019-03-122-1/+8
* | efi: wrap some long linesZbigniew Jędrzejewski-Szmek2019-03-081-18/+38
|/
* bootspec: move augmentation of loader-discovered entries into bootspec.cLennart Poettering2019-03-051-17/+5
* bootctl: tweak 'list' output a bitLennart Poettering2019-03-051-2/+3
* Merge pull request #11243 from poettering/nspawn-root-overlayZbigniew Jędrzejewski-Szmek2019-03-011-1/+1
|\
| * copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r...Lennart Poettering2019-03-011-1/+1
* | meson: sort header list againLennart Poettering2019-03-011-1/+1
* | stub: don't override LoaderDevicePartUUID EFI varLennart Poettering2019-03-011-3/+4
* | stub: don't ask for variable data we actually don't care aboutLennart Poettering2019-03-011-4/+4
* | stub: fix GUID to check EFI vars inLennart Poettering2019-03-011-4/+4
* | efi: beef up efivar_get_xyz() to accept NULL return valuesLennart Poettering2019-03-012-3/+15
* | sd-boot: don't print error string where there's no error code knownLennart Poettering2019-03-011-1/+1
* | sd-boot: also look for boot loader entries in the XBOOTLDR partitionLennart Poettering2019-03-014-0/+344
* | sd-boot: don't dereference NULL ptr if loaded_image_path is NULLLennart Poettering2019-03-011-1/+1
* | sd-boot: pass device handle to config_entry_add_linux()Lennart Poettering2019-03-011-3/+3
* | bootctl: properly handle readdir() errorsLennart Poettering2019-03-011-1/+1
* | bootctl: let's make sure we always add empty line after EFI binary outputLennart Poettering2019-03-011-4/+6
* | boot-bless: port over to new $BOOT discovery callsLennart Poettering2019-03-011-75/+116
* | bootctl: output where we found $BOOTLennart Poettering2019-03-011-2/+25
* | bootctl: teach bootctl the new partition typeLennart Poettering2019-03-011-113/+237
* | bootspec: load entries from both the ESP and XBOOTLDR partitionsLennart Poettering2019-03-011-2/+2
* | bootctl: safety check for regular file when reading EFI imagesLennart Poettering2019-03-011-0/+4
* | bootctl: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-03-011-6/+3
|/
* Make systemd-boot compliant with the Linux Boot / EFI Handover ProtocolMichael Niewöhner2019-02-202-69/+107
* Revert "Set secure_boot flag in Kernel Zero-Page (#7482)"Michael Niewöhner2019-02-203-14/+3
* boot/efi: use a wildcard section copy for final EFI generationYiFei Zhu2019-02-091-3/+1
* tree-wide: use '"' instead of '\"'Louis Taylor2019-01-171-1/+1
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-2/+2
* tree-wide: use c99 static for array size declarationsZbigniew Jędrzejewski-Szmek2019-01-042-2/+2
* meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-213-8/+8
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-6/+6
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-1/+1
* tree-wide: drop redundant space between __attribute__ and ((Lennart Poettering2018-12-031-2/+2
* sd-boot: remove Stall() call (#11029)Harald Hoyer2018-12-031-1/+0
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* tree-wide: remove various unused functionsLennart Poettering2018-12-022-34/+0
* sd-boot: fix trailing whitespace trimmingYu Watanabe2018-11-261-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-222-49/+46
* generators: drop umask callsZbigniew Jędrzejewski-Szmek2018-11-211-2/+0
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* bless-boot: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-12/+9
* bootctl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-9/+8
* generators: introduce a common implementation for the log setup boilerplateLennart Poettering2018-11-201-4/+2
* tree-wide: use __ prefixed gcc attributes (#10843)Lennart Poettering2018-11-201-1/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-192-0/+2