Sebastian Huber

Results 15 issues of Sebastian Huber

The license.txt file contains a strange character in line 10299: ``` COPYRIGHT TEXT: --------------- Copyright (C) 2018 � 2022 Xilinx, Inc. All rights reserved. Copyright 2022-2023 Advanced Micro Devices, Inc....

The ACLINT (Advanced Core Local Interruptor) has a Machine-level Timer Device (MTIMER). It is hard to synchronize the MTIMER with an external reference clock. What would help if the MTIMER...

The recallocarray() compatibility function performs an explicit_bzero() when memory is freed. It contains an optimization for minor size reductions: https://github.com/libressl-portable/openbsd/blob/master/src/lib/libc/stdlib/recallocarray.c#L61 ```c /* * Don't bother too much if we're shrinking...

For example, printf("%+i", 1) prints "+1". However, kvprintf() did print just "1" for this example. According to PRINTF(3): A sign must always be placed before a number produced by a...

The `/**< ... */` Doxygen style is used in 1000s of define documentations. However, if [MACRO_EXPANSION](https://www.doxygen.nl/manual/config.html#cfg_macro_expansion) is set to YES, then this documentation is added to the scope where the...