summaryrefslogtreecommitdiffstats
path: root/src/fundamental (follow)
Commit message (Expand)AuthorAgeFilesLines
* fundamental-macro: conditionalize several gcc warning pragmasYu Watanabe14 days1-2/+12
* nss-systemd: work around -Werror=zero-as-null-pointer-constant issue with PTH...Lennart Poettering2025-01-161-0/+4
* fundamental: unify gcc warning pragmas at one placeLennart Poettering2025-01-161-0/+8
* tree-wide: remove unnecessary gcc >= 7 version checkMike Yuan2025-01-161-3/+3
* chid: add missing CHID type definitionsLennart Poettering2024-12-202-0/+34
* chid-fundamental: rework bit checking to use FLAGS_SET()Lennart Poettering2024-12-201-1/+1
* chid-fundamental: use right type to iterate through smbios fieldsLennart Poettering2024-12-201-1/+1
* chid-fundamental: make namespace GUID static, tooLennart Poettering2024-12-201-1/+1
* chid-fundamental: not all SMBIOS fields are available on all systemsLennart Poettering2024-12-201-10/+26
* analyze: add verb for showing system's CHIDsLennart Poettering2024-12-182-1/+3
* boot: Deduplicate efi.h and efi-fundamental.hanonymix0072024-12-161-6/+8
* fundamental: Fix buffer size in get_chidanonymix0072024-11-071-2/+2
* fundamental: Fix iteration count in chid_calculateanonymix0072024-11-071-1/+2
* fundamental: move string includes from chid-fundamental.c to headeranonymix0072024-11-072-2/+6
* fundamental: Add userspace efi_guid_equalanonymix0072024-11-071-0/+7
* tree-wide: use Device*T*ree spellingZbigniew Jędrzejewski-Szmek2024-11-061-1/+1
* uki: add new .dtbauto PE section typeanonymix0072024-11-052-0/+2
* measure: introduce support for a .hwids sectionanonymix0072024-11-052-0/+2
* fundamental: Add HWID calculationanonymix0072024-11-053-0/+142
* bootctl: Add --secure-boot-auto-enrollDaan De Meyer2024-11-031-0/+61
* boot: stop appending NUL to .sdmagic and .sbat sectionsZbigniew Jędrzejewski-Szmek2024-10-311-1/+0
* sha256: use memory-util-fundamental.hYu Watanabe2024-10-121-7/+1
* fundamental: Import SHA1 implementation from libxcryptanonymix0072024-10-113-0/+320
* macro: Add DISABLE_WARNING_STRINGOP_OVERREADanonymix0072024-10-111-0/+4
* fundamental: Add EFI_GUID userspace definitionanonymix0072024-10-111-0/+13
* macro: add voffsetof() helper, that operates like offsetof() but on variablesLennart Poettering2024-10-111-0/+1
* stub: Add support for .initrd addon filesTobias Fleig2024-10-091-0/+3
* pe-binary: add pe_is_native() for checking if PE is nativeLennart Poettering2024-09-121-0/+22
* stub: add StubDevicePartUUID/StubImageIdentifierLennart Poettering2024-09-111-0/+1
* boot: synthesize a separate menu entry from each .profile sectionLennart Poettering2024-09-102-0/+4
* stub: add ability to place multiple alternative PE sections of a specific typ...Lennart Poettering2024-09-102-0/+4
* uki: add new ".profile" PE section typeLennart Poettering2024-09-062-0/+2
* Fix detection of TDX confidential VM on Azure platformDaniel P. Berrangé2024-07-301-0/+1
* stub: Add support for .ucode EFI addonsTobias Fleig2024-07-081-0/+3
* iovec-util: make "struct iovec" and some helpers also available in EFI modeLennart Poettering2024-06-262-0/+38
* macro: move PTR_TO_SIZE() macros to fundamentalLennart Poettering2024-06-261-0/+3
* macro: also move FOREACH_ARRAY()/FOREACH_ELEMENT() to fundamentalLennart Poettering2024-06-261-0/+12
* macro: move sizeof_field() macro into src/fundamental/Lennart Poettering2024-06-261-0/+3
* macro-fundamental: correct comment and remove trailing ';' for macroMike Yuan2024-06-151-2/+2
* fundamental: declare flex array updated for gcc15 and clang 19Cristian Rodríguez2024-06-141-0/+5
* stub: Add support for .ucode UKI sectionTobias Fleig2024-04-192-0/+2
* basic: Add some sha256 helper functionsAdrian Vovk2024-02-133-2/+2
* fundamental: Add overflow-safe math helpersAdrian Vovk2024-02-131-1/+25
* string-util-fundamental: postfix -> suffix, use streqMike Yuan2024-01-042-10/+10
* stub: pick up confexts from the ESP as wellLennart Poettering2024-01-031-0/+1
* fundamental: prefer byte swap builtins over byte swapping manuallyRose2024-01-031-9/+2
* macro-fundamental: add U64_{K,M,G}BMike Yuan2023-12-131-0/+4
* string-util: add on_offSam Leonard2023-11-021-0/+4
* Merge pull request #29601 from yuwata/mmap-check-overflowLuca Boccassi2023-10-241-1/+34
|\
| * macro: introduce several helper functions for alignmentYu Watanabe2023-10-191-0/+33