Sebastian Huber
Sebastian Huber
Once the name support for UID is available (#349, #428) a command to move items may be a nice utility. The move command could do: 1. Create the target item....
Suppose that your requirements must go though a [change control board](https://en.wikipedia.org/wiki/Change_control_board) (CCB). Members of the CCB will review and approve your requirements. They can do the approval with a digital...
The target_lock() implementation in altera-c5socarm/lock-dualprocnoos.c is broken on SMP systems. For a primitive SMP lock, see: https://en.wikipedia.org/wiki/Test_and_test-and-set
Why is the target mutex implementation for the Linux kernel empty (linuxkernel/target-mutex.c)? Is there no concurrency issue in case multiple Linux kernel threads run in parallel?
For architectures with a small-data area, the __read_mostly section must present at the object declaration.
This patch set tries to simplify the pps_capture() and pps_event() processing. I am not sure if the rounding change is an improvement.
A recent change in GDB revealed that the read/write of CSR registers via GDB doesn't work: https://sourceware.org/ml/gdb-patches/2018-07/msg00676.html Example output of a GDB client connected to GDB server of qemu-system-riscv32 or...
This software is intended to be used by applications using STMicroelectronics chips. It may be integrated in project-specific repositories. In order to manage open source software licenses, the software industry...
This pull requests updates the libbsd to a FreeBSD baseline close to the FreeBSD 12 release (2018-09-17). This requires an RSB and RTEMS update as well. The saf1761_otg driver uses...
GCC 14 will support condition coverage: https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html#index-fcondition-coverage The corresponding GCC commit is: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=08a52331803f66a4aaeaedd278436ca8eac57b50 Support was added to the gcov tool to show the condition coverage information: https://gcc.gnu.org/onlinedocs/gcc/Invoking-Gcov.html ``` gcov --conditions:...