summaryrefslogtreecommitdiff
path: root/src/shared/acpi-fpdt.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* acpi-fpdt: Use kernel fpdt parsingJeremy Linton2022-11-141-0/+35
* acpi-fpdt: make sure length/type fields are available in acpi_fpdt_headerLennart Poettering2022-11-091-1/+1
* acpi-fpdt: don't accidentally drop signedness of pread() returnLennart Poettering2022-11-091-5/+10
* acpi-fpdt: use our usual ret_xyz naming schemeLennart Poettering2022-11-091-5/+5
* tree-wide: use read_full_virtual_file() where appropriateLennart Poettering2021-03-171-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* acpi-fpdt: mark structures as packedLennart Poettering2020-04-231-4/+4
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* shared/acpi-fpdt: use ENODATA for missing data and skip testZbigniew Jędrzejewski-Szmek2016-03-041-1/+5
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-2/+2
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-6/+7
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* make gcc shut upLennart Poettering2014-02-191-1/+1
* acpi-fpdt: break on zero or negative length readPavel Holica2013-11-071-0/+2
* do not accept "garbage" from acpi firmware performance data (FPDT)Kay Sievers2013-10-101-0/+5
* acpi: make sure we never free an uninitialized pointerLennart Poettering2013-10-021-1/+1
* acpi-fptd: fix memory leak in acpi_get_boot_usecLukas Nykryn2013-10-021-1/+1
* support acpi firmware performance data (FPDT)Kay Sievers2013-09-241-0/+155