summaryrefslogtreecommitdiff
path: root/src/fundamental
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-12/+12
* sd-boot: make use of new "sort-key" boot loader spec fieldLennart Poettering2022-03-182-9/+16
* hmac/sha256: move size define to sha256.hGrigori Goronzy2022-03-151-0/+2
* macro: add ASSERT_SE_PTR() macroLennart Poettering2022-02-011-0/+7
* fundamental: support assert_se() in EFI mode tooLennart Poettering2022-02-011-1/+3
* networkctl: open the bus just onceZbigniew Jędrzejewski-Szmek2022-01-141-0/+8
* meson: Use files() for source lists for boot and fundamentalJan Janssen2022-01-091-13/+9
* boot: Add disabled secure boot mode without setup modeJan Janssen2022-01-022-0/+7
* test,static-destruct: Use retain attribute to prevent linker garbage collectionJan Janssen2021-12-221-0/+1
* macro-fundamental: fix bool → sd_boolLennart Poettering2021-11-111-1/+1
* types-fundamental: introduce sd_true + sd_falseLennart Poettering2021-11-113-8/+26
* fundamental: rename type.h → types-fundamental.hLennart Poettering2021-11-115-4/+4
* boot: clean up unified boot loader entry name/version extractionLennart Poettering2021-11-113-1/+75
* sd-boot: Move flags helpers to macro-fundamental.hJan Janssen2021-11-041-0/+7
* macro: make TAKE_PTR() side-effect freeLennart Poettering2021-11-031-2/+3
* sd-boot: Be more precise about secure boot modesJan Janssen2021-10-223-1/+59
* macro: Move ALIGN_TO to macro-fundamental.h and introduce CONST_ALIGN_TOJan Janssen2021-10-171-0/+32
* move mfree to macro-fundamentals.hMax Resch2021-10-121-0/+7
* boot/sha256: sd-ify and move to src/fundamentalLuca Boccassi2021-10-083-0/+330
* fundamental: define size_t and memcpy for sd-bootLuca Boccassi2021-10-084-8/+9
* boot: automatically load drop-in EFI drivers off the ESPLennart Poettering2021-09-231-0/+1
* sd-boot: Add memmem_safe and memory_startswithJan Janssen2021-08-161-0/+17
* sd-boot: Fix PE section parsingJan Janssen2021-08-161-0/+1
* sd-boot: Add assert implementationJan Janssen2021-08-121-1/+8
* macro: Move some macros to macro-fundamental.hJan Janssen2021-08-111-0/+23
* macro: relax CONST_MAX() type check a tiny bitLennart Poettering2021-07-301-2/+19
* meson: use a/b instead of join_paths(a,b)Zbigniew Jędrzejewski-Szmek2021-07-271-2/+2
* string-util: trivial optimizations for strverscmp_improved()Yu Watanabe2021-06-021-5/+5
* macro: add ONCE macro that evaluates to 1 one timeDan Streetman2021-05-201-0/+11
* boot: add optional EFI SBAT supportDimitri John Ledkov2021-05-071-0/+6
* string-util: introduce strverscmp_improved()Yu Watanabe2021-02-092-0/+160
* fundamental: move several macros and functions into src/fundamental/Yu Watanabe2021-02-096-0/+400