Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tree-wise: several cleanups for logging | Yu Watanabe | 2024-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | - drop unnecessary SYNTHETIC_ERRNO() when the logger does not propagate error code, - drop unnecessary '%m' in error message when the error code is specified with SYNTHETIC_ERRNO(), - add missing full stop at the end of log message, - use RET_GATHER(), - add missing ", ignoring.", - upeercase the first letter, etc., etc... | ||||
* | pcrextend: split out word to measure code into shared helper file | Lennart Poettering | 2023-10-23 | 1 | -0/+152 |
Let's split out the logic that actually generates the word to measure to PCRs into a new helper file pcrextend-util.[ch]. This we can later reuse to calculate PCR measurement predictions ahead of time. |