Ahmad Fatoum

Results 21 issues of Ahmad Fatoum

Following CMake options have been added with the defaults specified: * `-DWITH_PIC=OFF` (Compile static library as PIC too) * `-DBUILD_STATIC_LIBS=ON` * `-DBUILD_SHARED_LIBS=ON` * `-DBUILD_MANUAL_TEST=ON` Installation step (e.g. `make install`) now...

Wireshark already has a CAN and CANopen dissector. It would be great for protocol adoption if a mainstream packet analyzer could detect `socketcand` packets as well and pass their payload...

A board I got spews garbage on hard reset. Sometimes that garbage is IAC and it leads to len here getting negative and the loop eventually underflows the buf. Detect...

invalid

``` While microcom's stdout can be piped to another processes, it makes input somewhat of a hassle. Address this by teaching the --logfile flag and the log command that a...

feature

While looking over #15, I noticed some issues with the way microcom handles signals. This fixes what was straight forward to fix. What remains is the access to `ios`, `ios->exit`...

needs-info

This used to work in the past and has helped finding issues like that fixed in commit 610720857348 ("fs: ext4: fix bogus behavior on failure to read ext4 block"). Let's...

Hardware Security Modules (HSMs) are physical computing devices that safeguard secrets and allow performing cryptographic operations like encryption and signing without necessarily divulging the private key material. PKCS#11 is a...

Currently installing a remote bundle without having first enabled networking support at build-time results in a warning followed by a crash: ``` Mounting remote bundle not supported, recompile with --enable-network...

needs rework

For developer convenience, barebox v2022.11.0 onwards brings up network interfaces automatically in the background when the boot is aborted by user input. By the time a user then runs boot...

To interact with a Rockchip SoC in BootROM mode over USB, Rockchip offers the rkdeveloptool, which is among others already packaged in Debian. We currently support this via the RKUSBDriver,...